Skip to content

Commit af328d1

Browse files
committed
22
1 parent 8053912 commit af328d1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,18 @@
9797
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
9898
<pluginManagement>
9999
<plugins>
100+
<plugin>
101+
<groupId>org.apache.maven.plugins</groupId>
102+
<artifactId>maven-jar-plugin</artifactId>
103+
<version>3.2.0</version>
104+
<executions>
105+
<execution>
106+
<goals>
107+
<goal>test-jar</goal>
108+
</goals>
109+
</execution>
110+
</executions>
111+
</plugin>
100112
<plugin>
101113
<groupId>org.apache.rat</groupId>
102114
<artifactId>apache-rat-plugin</artifactId>

0 commit comments

Comments
 (0)