Updated artifact naming to alfresco-solr instead of specifying a solr version

This commit is contained in:
Michael Suzuki
2016-06-06 15:43:17 +01:00
parent a029dc845c
commit bf2d4c98f3

View File

@@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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> <modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-solr6</artifactId> <artifactId>alfresco-solr</artifactId>
<name>Alfresco Solr 6</name> <name>Alfresco Solr</name>
<packaging>war</packaging> <packaging>war</packaging>
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
@@ -13,12 +13,6 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<properties>
<maven.tomcat.path>/solr6</maven.tomcat.path>
<m2eclipse.wtp.contextRoot>${maven.tomcat.path}</m2eclipse.wtp.contextRoot>
<maven.tomcat.port>${tomcat.default.solr6.port}</maven.tomcat.port>
<maven.tomcat.httpsPort>${tomcat.default.solr6.ssl.port}</maven.tomcat.httpsPort>
</properties>
<dependencies> <dependencies>
@@ -169,13 +163,12 @@
</dependencies> </dependencies>
<build> <build>
<finalName>solr6</finalName> <finalName>alfresco-solr</finalName>
<plugins> <plugins>
<!-- Set to compile with java 8 --> <!-- Set to compile with java 8 -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration> <configuration>
<source>1.8</source> <source>1.8</source>
<target>1.8</target> <target>1.8</target>