separate execution ids for starting and stopping Sling

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810338 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d89224a..1983a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>