diff options
author | carnold <[email protected]> | 2007-07-28 01:26:10 +0000 |
---|---|---|
committer | carnold <[email protected]> | 2007-07-28 01:26:10 +0000 |
commit | ef7ccb936aa022c9c18fe5b0808d72ff88dfcddf (patch) | |
tree | d3c1598c8a4c0525a3f2c482aede71ca8923ac22 /pom.xml | |
parent | 6761c397128d7fbaa4724ab014d4c4be9c867d09 (diff) |
Bug 1760649: Maven can reach goal and package targets
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@127 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -70,6 +70,10 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <reportFormat>plain</reportFormat> + <excludes> + <exclude>**/TestInstalledDevStudioLinker.java</exclude> + <exclude>**/TestMetaObjectCompiler.java</exclude> + </excludes> </configuration> </plugin> <plugin> @@ -168,17 +172,16 @@ </execution> </executions> </plugin> - <!-- plugin> + <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <goals> <goal>jar</goal> - <goal>javadoc</goal> </goals> </execution> </executions> - </plugin --> + </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> @@ -204,6 +207,11 @@ <artifactId>ant</artifactId> <version>1.6.5</version> </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.8.1</version> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |