diff options
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> |