added module classifier support
This commit is contained in:
@@ -203,7 +203,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.inteligr8.alfresco</groupId>
|
<groupId>com.inteligr8.alfresco</groupId>
|
||||||
<artifactId>amp-plugin</artifactId>
|
<artifactId>amp-plugin</artifactId>
|
||||||
<version>1.0.6</version>
|
<version>1.0.7</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>build-amp-file</id>
|
<id>build-amp-file</id>
|
||||||
@@ -212,6 +212,7 @@
|
|||||||
<goal>amp</goal>
|
<goal>amp</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<classifier>${alfresco.module.classifier}</classifier>
|
||||||
<skip>${beedk.jar.notest.empty}</skip>
|
<skip>${beedk.jar.notest.empty}</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@@ -308,6 +309,7 @@
|
|||||||
<!-- configurable -->
|
<!-- configurable -->
|
||||||
<project.build.packageDirectory>${project.build.directory}/package</project.build.packageDirectory>
|
<project.build.packageDirectory>${project.build.directory}/package</project.build.packageDirectory>
|
||||||
<alfresco.module.pathname>${project.groupId}.${project.artifactId}</alfresco.module.pathname>
|
<alfresco.module.pathname>${project.groupId}.${project.artifactId}</alfresco.module.pathname>
|
||||||
|
<alfresco.module.classifier></alfresco.module.classifier>
|
||||||
|
|
||||||
<!-- output -->
|
<!-- output -->
|
||||||
<alfresco.module.path>alfresco/module/${alfresco.module.pathname}</alfresco.module.path>
|
<alfresco.module.path>alfresco/module/${alfresco.module.pathname}</alfresco.module.path>
|
||||||
|
Reference in New Issue
Block a user