This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag slingstart-maven-plugin-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git
commit ef15cd33edd7cc79222c8ba0cb42f23f1d6e9304 Author: Carsten Ziegeler <[email protected]> AuthorDate: Sun Nov 2 10:25:02 2014 +0000 SLING-4123 : Wrong packaging used for feature git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1636097 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/maven/slingstart/AttachSlingStartModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/maven/slingstart/AttachSlingStartModel.java b/src/main/java/org/apache/sling/maven/slingstart/AttachSlingStartModel.java index eb2d927..77ef6ce 100644 --- a/src/main/java/org/apache/sling/maven/slingstart/AttachSlingStartModel.java +++ b/src/main/java/org/apache/sling/maven/slingstart/AttachSlingStartModel.java @@ -64,7 +64,7 @@ public class AttachSlingStartModel extends AbstractSlingStartMojo { project.getArtifact().setFile(outputFile); } else { // otherwise attach it as an additional artifact - projectHelper.attachArtifact(project, BuildConstants.TYPE_TXT, BuildConstants.CLASSIFIER_PARTIAL_SYSTEM, outputFile); + projectHelper.attachArtifact(project, BuildConstants.PACKAGING_PARTIAL_SYSTEM, BuildConstants.CLASSIFIER_PARTIAL_SYSTEM, outputFile); } } } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
