Commit b7b462e3 by Sarath Subramanian

ATLAS-2369: Integration Tests enhancement - skip starting jetty server for -DskipTests

parent 5900fcb0
...@@ -595,7 +595,7 @@ ...@@ -595,7 +595,7 @@
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId> <artifactId>jetty-maven-plugin</artifactId>
<configuration> <configuration>
<skip>${skipITs}</skip> <skip>${skipTests}</skip>
<!--only skip int tests --> <!--only skip int tests -->
<httpConnector> <httpConnector>
<port>31000</port> <port>31000</port>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment