mirror of https://github.com/apache/maven.git
o Excluding non-test class that killed surefire.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329427 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
34d4cc14fc
commit
6e5174158f
|
@ -58,6 +58,14 @@
|
|||
<descriptor>src/assembly/bin.xml</descriptor>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/TestSupport.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<repositories>
|
||||
|
|
Loading…
Reference in New Issue