You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/11/12 15:11:57 UTC

svn commit: r1769386 - /sling/trunk/samples/slingshot/pom.xml

Author: cziegeler
Date: Sat Nov 12 15:11:57 2016
New Revision: 1769386

URL: http://svn.apache.org/viewvc?rev=1769386&view=rev
Log:
Use new slingstart mojo to create an archive

Modified:
    sling/trunk/samples/slingshot/pom.xml

Modified: sling/trunk/samples/slingshot/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/pom.xml?rev=1769386&r1=1769385&r2=1769386&view=diff
==============================================================================
--- sling/trunk/samples/slingshot/pom.xml (original)
+++ sling/trunk/samples/slingshot/pom.xml Sat Nov 12 15:11:57 2016
@@ -80,6 +80,7 @@
                         <id>attach-prov-model</id>
                         <goals>
                             <goal>attach-slingfeature</goal>
+                            <goal>attach-modelarchive</goal>
                         </goals>
                     </execution>
                 </executions>