Skip to content

Commit a7c9727

Browse files
committed
Add goal test-jar
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1088689 13f79535-47bb-0310-9956-ffa450edef68
1 parent a9ec509 commit a7c9727

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<name>Apache Staging Website</name>
4545
<url>scp://people.apache.org/www/commons.apache.org/codec/</url>
4646
</site>
47-
</distributionManagement>
47+
</distributionManagement>
4848
<developers>
4949
<developer>
5050
<name>Henri Yandell</name>
@@ -216,6 +216,17 @@
216216
</excludes>
217217
</configuration>
218218
</plugin>
219+
<plugin>
220+
<groupId>org.apache.maven.plugins</groupId>
221+
<artifactId>maven-jar-plugin</artifactId>
222+
<executions>
223+
<execution>
224+
<goals>
225+
<goal>test-jar</goal>
226+
</goals>
227+
</execution>
228+
</executions>
229+
</plugin>
219230
<plugin>
220231
<artifactId>maven-assembly-plugin</artifactId>
221232
<configuration>
@@ -266,7 +277,7 @@
266277
<artifactId>maven-pmd-plugin</artifactId>
267278
<version>2.5</version>
268279
<configuration>
269-
<targetJdk>1.5</targetJdk>
280+
<targetJdk>1.5</targetJdk>
270281
</configuration>
271282
</plugin>
272283
<plugin>

0 commit comments

Comments
 (0)