]> source.dussan.org Git - archiva.git/commitdiff
Cleaning up pom.xml
authorMartin Stockhammer <martin_s@apache.org>
Tue, 13 Jun 2017 11:29:52 +0000 (13:29 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Tue, 13 Jun 2017 11:29:52 +0000 (13:29 +0200)
archiva-modules/archiva-web/archiva-webapp-test/pom.xml

index 1e7318cd6d7ab8bdbe28d20eca38fe28578ce55f..b68c2ad3399c65fe0222bd827f1a0eecba221342 100644 (file)
@@ -36,9 +36,7 @@
     <selenium-server.version>3.4.0</selenium-server.version>
     <fluentlenium.version>3.2.0</fluentlenium.version>
     <fluentlenium.festassert.version>0.13.2</fluentlenium.festassert.version>
-
-
-    <browserPath></browserPath>
+    <browserPath/>
   </properties>
 
   <dependencies>
               <exclude>src/test/resources/local-repo/**</exclude>
               <exclude>src/test/resources/projects/**</exclude>
               <exclude>src/test/resources/snapshots/**</exclude>
-              <exclude>src/test/tomcat*/conf/catalina.policy</exclude>
             </excludes>
           </configuration>
         </plugin>
               </execution>
             </executions>
           </plugin>
-
-<!--          <plugin>
-            <groupId>org.apache.tomcat.maven</groupId>
-            <artifactId>tomcat7-maven-plugin</artifactId>
-            <dependencies>
-              <dependency>
-                <groupId>org.apache.derby</groupId>
-                <artifactId>derby</artifactId>
-                <version>${derbyVersion}</version>
-              </dependency>
-              <dependency>
-                <groupId>javax.mail</groupId>
-                <artifactId>mail</artifactId>
-                <version>${javaxMailVersion}</version>
-              </dependency>
-            </dependencies>
-            <executions>
-              <execution>
-                <id>tomcat-run</id>
-                <goals>
-                  <goal>run-war-only</goal>
-                </goals>
-                <phase>pre-integration-test</phase>
-                <configuration>
-                  <path>/archiva</path>
-                  <port>${container.http.port}</port>
-                  <uriEncoding>UTF-8</uriEncoding>
-                  <warDirectory>${webappDirectory}</warDirectory>
-                  <fork>true</fork>
-                  <ignorePackaging>true</ignorePackaging>
-                  <systemProperties>
-                    <appserver.base>${project.build.directory}/appserver-base</appserver.base>
-                    <appserver.home>${project.build.directory}/appserver-base</appserver.home>
-                    <derby.system.home>${project.build.directory}</derby.system.home>
-                    <archiva.devMode>true</archiva.devMode>
-                    <openjpa.Log>${openjpa.Log}</openjpa.Log>
-                  </systemProperties>
-                  <contextFile>${project.build.testOutputDirectory}/archiva.xml</contextFile>
-                  <propertiesPortFilePath>${container.propertiesPortFilePath}</propertiesPortFilePath>
-                  <useNaming>true</useNaming>
-                </configuration>
-              </execution>
-              <execution>
-                <id>tomcat-shutdown</id>
-                <goals>
-                  <goal>shutdown</goal>
-                </goals>
-                <phase>post-integration-test</phase>
-              </execution>
-            </executions>
-          </plugin>-->
         </plugins>
       </build>
     </profile>
         </property>
       </activation>
       <properties>
-        <seleniumPort></seleniumPort>
+        <seleniumPort/>
       </properties>
     </profile>
     <profile>