commit | e4f7f6f44142504b5565fc265c89724a27039f16 | [log] [tgz] |
---|---|---|
author | Cedric Beust <cedric@beust.com> | Sat Aug 14 06:58:15 2010 -0700 |
committer | Cedric Beust <cedric@beust.com> | Sat Aug 14 06:58:15 2010 -0700 |
tree | 379d1514c4b6a47aa10b87cd3047737eb62ae29d | |
parent | 5fd0afad75cbf247b2f123c7eda473602b479257 [diff] [blame] |
Fixed defaults in XmlTest
diff --git a/build-with-maven b/build-with-maven index a97ac98..4968196 100755 --- a/build-with-maven +++ b/build-with-maven
@@ -7,6 +7,9 @@ mvn resources:resources compiler:compile resources:testResources compiler:testCompile jar:jar source:jar javadoc:jar install:install gpg:sign +mvn -f pom-test.xml test + + echo echo "To run the tests: mvn -f pom-test.xml test" echo "To deploy to the snapshot repository: mvn deploy"