diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-13 23:06:19 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-13 23:06:19 +0200 |
commit | 5da2fa5e95ec3361eba2bfcde46ee9f910576d7b (patch) | |
tree | 16792728fbaaf37c05834e1fc2781df6a5a6391a /src/it/it0007-lib-shared | |
parent | da16a58bf5417e2ae90a3aebf47c8c357ea7d030 (diff) | |
download | maven-nar-plugin-5da2fa5e95ec3361eba2bfcde46ee9f910576d7b.tar.gz maven-nar-plugin-5da2fa5e95ec3361eba2bfcde46ee9f910576d7b.tar.bz2 maven-nar-plugin-5da2fa5e95ec3361eba2bfcde46ee9f910576d7b.tar.xz maven-nar-plugin-5da2fa5e95ec3361eba2bfcde46ee9f910576d7b.zip |
Fixed NAR-39
Diffstat (limited to 'src/it/it0007-lib-shared')
-rw-r--r-- | src/it/it0007-lib-shared/pom.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/it/it0007-lib-shared/pom.xml b/src/it/it0007-lib-shared/pom.xml index 893ced1..aa6d790 100644 --- a/src/it/it0007-lib-shared/pom.xml +++ b/src/it/it0007-lib-shared/pom.xml @@ -38,11 +38,10 @@ under the License. Simple shared library and test file </description> <url>http://maven.apache.org/</url> -<!-- + <properties> - <maven.test.skip>true</maven.test.skip> + <maven.test.skip.exec>true</maven.test.skip.exec> </properties> ---> <build> <defaultGoal>install</defaultGoal> @@ -64,12 +63,6 @@ under the License. </tests> </configuration> </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> </build> </project> |