mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-9: Renamed the packaging project to -distribution
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#! /bin/bash
|
||||
rm -rf target/alfresco-solr
|
||||
rm -rf target/solr-*
|
||||
rm -rf target/dependency-maven-plugin-markers
|
||||
export SOLR_VER=1.0-SNAPSHOT
|
||||
docker build --build-arg SOLR_ZIP=target/alfresco-solr-${SOLR_VER}.zip -t dockerreg.alfresco.com/alfresco-solr:6.0${bamboo_buildNumber} -t dockerreg.alfresco.com/alfresco-solr:latest .
|
||||
docker build --build-arg SOLR_ZIP=target/alfresco-solr-distribution-${SOLR_VER}.zip -t dockerreg.alfresco.com/alfresco-solr:6.0${bamboo_buildNumber} -t dockerreg.alfresco.com/alfresco-solr:latest .
|
||||
|
||||
echo "Now type: docker run --rm -p 8983:8983 dockerreg.alfresco.com/alfresco-solr:6.0${bamboo_buildNumber}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-solr</artifactId>
|
||||
<artifactId>alfresco-solr-distribution</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>Alfresco Solr Distribution</name>
|
||||
<description>Produces the solr distribution zip</description>
|
||||
@@ -24,7 +24,7 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<finalName>alfresco-solr-${project.version}</finalName>
|
||||
<finalName>alfresco-solr-distribution-${project.version}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Reference in New Issue
Block a user