Author: kwin
Date: Mon Oct  2 12:01:57 2017
New Revision: 1810338

URL: http://svn.apache.org/viewvc?rev=1810338&view=rev
Log:
separate execution ids for starting and stopping Sling

Modified:
    sling/trunk/launchpad/testing/pom.xml

Modified: sling/trunk/launchpad/testing/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/pom.xml?rev=1810338&r1=1810337&r2=1810338&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/pom.xml (original)
+++ sling/trunk/launchpad/testing/pom.xml Mon Oct  2 12:01:57 2017
@@ -96,9 +96,14 @@
                 <extensions>true</extensions>
                 <executions>
                     <execution>
-                         <id>start-container</id>
+                        <id>start-container</id>
                         <goals>
                             <goal>start</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>stop-container</id>
+                        <goals>
                             <goal>stop</goal>
                         </goals>
                     </execution>


Reply via email to