Skip to content

Commit

Permalink
mvn install so modules can build correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Gallagher <rgallagher@pivotallabs.com>
  • Loading branch information
HoloRin authored and Rob Gallagher committed Jun 19, 2014
1 parent e44de29 commit 3489908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:
install:
- if [ "$TESTENV" = "ldap,default,coverage" ]; then ./scripts/ldap/configure-manifest.sh; fi
- if [ "$TESTENV" = "keystone,default,coverage" ]; then ./scripts/keystone/configure-manifest.sh; fi
- mvn package -DskipTests -P coverage --quiet
- mvn install -DskipTests -P coverage --quiet
- mkdir -p target/tomcat && tar zxf tomcat.tar.gz -C target/tomcat --strip-components 1 && rm -rf target/tomcat/webapps/*
- mvn -Dwar.exploded.dir=`pwd`/target/tomcat/webapps/api --quiet -pl samples/api war:exploded
- mvn -Dwar.exploded.dir=`pwd`/target/tomcat/webapps/app --quiet -pl samples/app war:exploded
Expand Down

0 comments on commit 3489908

Please sign in to comment.