Skip to content

Commit

Permalink
Reserve fcrepo-integration-ldp ports
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Oct 23, 2014
1 parent 5c3d15b commit 51252d3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions fcrepo-integration-ldp/pom.xml
Expand Up @@ -199,4 +199,35 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<configuration>
<portNames>
<portName>test.port</portName>
<!-- reserves the stop port for jetty-maven-plugin -->
<portName>jetty.port.stop</portName>
<portName>jms.port</portName>
<portName>stomp.port</portName>
</portNames>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<test.port>${test.port}</test.port>
<test.context.path>${test.context.path}</test.context.path>
<jms.port>${jms.port}</jms.port>
<stomp.port>${stomp.port}</stomp.port>
<integration-test>true</integration-test>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>


</project>

0 comments on commit 51252d3

Please sign in to comment.