avoid tests until we can figure whether the chicken or egg came first and if it were the chicken, why it crossed the road

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-12 07:05:37 +00:00
parent c933da0504
commit 6536d96a55
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,11 @@
<!-- for reactor ordering -->
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration><skip>true</skip></configuration>
</plugin>
</plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
</plugin>