summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2ce3cbb..83330a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>