mirror of https://github.com/apache/maven.git
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:
parent
c933da0504
commit
6536d96a55
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue