Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
clean up pom and change port to avoid conflict on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Dec 24, 2013
1 parent 952fb6d commit 98684e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion functional-test/src/test/resources/conf/standalone.xml
Expand Up @@ -357,7 +357,7 @@
port="${jboss.management.http.port:9990}" />
<socket-binding name="management-https" interface="management"
port="${jboss.management.https.port:9443}" />
<socket-binding name="ajp" port="8009" />
<socket-binding name="ajp" port="8109" />
<socket-binding name="http" port="8080" />
<socket-binding name="https" port="8443" />
<socket-binding name="remoting" port="4447" />
Expand Down
14 changes: 0 additions & 14 deletions zanata-war/pom.xml
Expand Up @@ -327,20 +327,6 @@
</filters>
</configuration>
</execution>
<!-- Default Seam tests exploded war -->
<execution>
<id>generate-seamtests-war</id>
<goals>
<goal>exploded</goal>
</goals>
<phase>pre-integration-test</phase>
<configuration>
<webappDirectory>${project.build.directory}/${project.build.finalName}-seamtests</webappDirectory>
<filters>
<filter>${war.config.dir}/h2.properties</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>

Expand Down

0 comments on commit 98684e4

Please sign in to comment.