3 Commits
Author SHA1 Message Date
brian.long 6adf889300 v1.1.2 pom 2024-08-18 16:30:48 -04:00
brian.long eac862c118 Merge branch 'develop' into stable 2024-08-18 16:30:13 -04:00
brian.long 7048dc4230 do not add classifier to JAR 2024-08-18 16:28:08 -04:00
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>amp-maven-plugin</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<packaging>maven-plugin</packaging>
<name>A Maven plugin to generate AMP files</name>
@@ -130,9 +130,8 @@ public class AmpMojo extends AbstractMojo implements ArtifactResolutionCallback
if (this.classifier != null) {
this.getLog().info("A classifier was specified; injecting classifier into module and output artifact names");
this.outputAmpFile = this.injectClassifier(this.outputAmpFile);
this.moduleJarFile = this.injectClassifier(this.moduleJarFile);
}
this.normalize();
File ampFile = this.getOutputFile();