Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6adf889300 | ||
|
|
eac862c118 | ||
|
|
7048dc4230 |
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user