Generate test jar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1099665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68ba5d616a
commit
7138e054f3
11
pom.xml
11
pom.xml
|
@ -466,6 +466,17 @@
|
|||
<tarLongFileMode>gnu</tarLongFileMode>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in New Issue