mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Fixing the packaging after the build artifact was renamed
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-solr6</artifactId>
|
||||
<artifactId>alfresco-solr</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
@@ -60,7 +60,7 @@
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-solr6</artifactId>
|
||||
<artifactId>alfresco-solr</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<classifier>classes</classifier>
|
||||
<outputDirectory>${project.build.directory}</outputDirectory>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</dependencySet-->
|
||||
<dependencySet>
|
||||
<includes>
|
||||
<include>org.alfresco:alfresco-solr6:war</include>
|
||||
<include>org.alfresco:alfresco-solr:war</include>
|
||||
</includes>
|
||||
<outputDirectory>solr/server/solr-webapp/webapp</outputDirectory>
|
||||
<unpack>true</unpack>
|
||||
|
||||
Reference in New Issue
Block a user