Repository: atlas
Updated Branches:
  refs/heads/master 5900fcb00 -> b7b462e39


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


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/b7b462e3
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/b7b462e3
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/b7b462e3

Branch: refs/heads/master
Commit: b7b462e391f18eb8c8326d660bc10ad85dd989af
Parents: 5900fcb
Author: Sarath Subramanian <[email protected]>
Authored: Thu Jan 25 10:59:45 2018 -0800
Committer: Sarath Subramanian <[email protected]>
Committed: Thu Jan 25 10:59:45 2018 -0800

----------------------------------------------------------------------
 webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/b7b462e3/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 515c28c..0c9624b 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -595,7 +595,7 @@
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
                 <configuration>
-                    <skip>${skipITs}</skip>
+                    <skip>${skipTests}</skip>
                     <!--only skip int tests -->
                     <httpConnector>
                         <port>31000</port>

Reply via email to