diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-10-19 22:32:06 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-10-19 22:32:06 +0000 |
commit | 310d7cf6ac3f3752053c91c839a993a360545676 (patch) | |
tree | d11006982e3d520180034a0195d5d177d0249352 | |
parent | d1ad87141bc6ddd56439e62a121f1d60971763bb (diff) | |
download | gwtquery-310d7cf6ac3f3752053c91c839a993a360545676.tar.gz gwtquery-310d7cf6ac3f3752053c91c839a993a360545676.zip |
skip tests in profile for deploying
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ <properties> <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl> <repoId>sonatype-nexus-staging</repoId> + <maven.test.skip>true</maven.test.skip> </properties> </profile> <profile> |