Author: rombert
Date: Wed May  7 10:37:01 2014
New Revision: 1592967

URL: http://svn.apache.org/r1592967
Log:
SLING-3544 - Integration tests running against a live Sling Launchpad
instance

Format pom.xml

Modified:
    sling/trunk/tooling/ide/eclipse-test/pom.xml

Modified: sling/trunk/tooling/ide/eclipse-test/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/ide/eclipse-test/pom.xml?rev=1592967&r1=1592966&r2=1592967&view=diff
==============================================================================
--- sling/trunk/tooling/ide/eclipse-test/pom.xml (original)
+++ sling/trunk/tooling/ide/eclipse-test/pom.xml Wed May  7 10:37:01 2014
@@ -77,52 +77,53 @@
                     </execution>
                 </executions>
                 <configuration>
-                  <artifactItems>
-                    <artifactItem>
-                      <groupId>org.apache.sling</groupId>
-                      <artifactId>org.apache.sling.launchpad</artifactId>
-                      <version>7-SNAPSHOT</version>
-                      <type>war</type>
-                      <overWrite>false</overWrite>
-                      
<outputDirectory>${project.build.directory}</outputDirectory>
-                      <destFileName>sling.war</destFileName>
-                    </artifactItem>
-                  </artifactItems>
-                </configuration>                
+                    <artifactItems>
+                        <artifactItem>
+                            <groupId>org.apache.sling</groupId>
+                            <artifactId>org.apache.sling.launchpad</artifactId>
+                            <version>7-SNAPSHOT</version>
+                            <type>war</type>
+                            <overWrite>false</overWrite>
+                            
<outputDirectory>${project.build.directory}</outputDirectory>
+                            <destFileName>sling.war</destFileName>
+                        </artifactItem>
+                    </artifactItems>
+                </configuration>
             </plugin>
-        <plugin>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>maven-jetty-plugin</artifactId>
-            <version>6.1.26</version>
-            <configuration>
-                <webApp>${project.build.directory}/sling.war</webApp>
-                <connectors>
-                    <connector 
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-                        <port>${http.port}</port>
-                    </connector>
-                </connectors>
-                <stopKey>SLING_IT_STOP_KEY</stopKey>
-                <stopPort>${jetty.stop.port}</stopPort>
-                <contextPath>/</contextPath>
-                <daemon>true</daemon>
-            </configuration>
-            <executions>
-                <execution>
-                    <id>jetty-run</id>
-                    <phase>pre-integration-test</phase>
-                    <goals>
-                        <goal>run-war</goal>
-                    </goals>
-                </execution>
-                <execution>
-                    <id>jetty-stop</id>
-                    <phase>post-integration-test</phase>
-                    <goals>
-                        <goal>stop</goal>
-                    </goals>
-                </execution>
-            </executions>
-        </plugin>
-        </plugins> 
+            <plugin>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>maven-jetty-plugin</artifactId>
+                <version>6.1.26</version>
+                <configuration>
+                    <webApp>${project.build.directory}/sling.war</webApp>
+                    <connectors>
+                        <connector
+                            
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+                            <port>${http.port}</port>
+                        </connector>
+                    </connectors>
+                    <stopKey>SLING_IT_STOP_KEY</stopKey>
+                    <stopPort>${jetty.stop.port}</stopPort>
+                    <contextPath>/</contextPath>
+                    <daemon>true</daemon>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>jetty-run</id>
+                        <phase>pre-integration-test</phase>
+                        <goals>
+                            <goal>run-war</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>jetty-stop</id>
+                        <phase>post-integration-test</phase>
+                        <goals>
+                            <goal>stop</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
     </build>
 </project>
\ No newline at end of file


Reply via email to