summaryrefslogtreecommitdiffstats
path: root/archiva-base/archiva-proxy/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-base/archiva-proxy/pom.xml')
-rw-r--r--archiva-base/archiva-proxy/pom.xml29
1 files changed, 28 insertions, 1 deletions
diff --git a/archiva-base/archiva-proxy/pom.xml b/archiva-base/archiva-proxy/pom.xml
index 481148928..754fd2ea0 100644
--- a/archiva-base/archiva-proxy/pom.xml
+++ b/archiva-base/archiva-proxy/pom.xml
@@ -54,6 +54,14 @@
<artifactId>plexus-digest</artifactId>
</dependency>
<dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ </dependency>
+ <dependency>
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
<version>1.2_Java1.3</version>
@@ -71,6 +79,25 @@
<version>1.2</version>
<scope>test</scope>
</dependency>
-
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <excludes>
+ <exclude>**/Abstract*</exclude>
+ <exclude>**/*TestCase.java</exclude>
+ <exclude>**/*Tests.java</exclude>
+ <exclude>**/*TestSuite.java</exclude>
+ <exclude>**/MetadataTransfer*</exclude>
+ <exclude>**/RelocateTransfer*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>