do not add classifier to JAR
This commit is contained in:
@@ -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