We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8053912 commit af328d1Copy full SHA for af328d1
1 file changed
pom.xml
@@ -97,6 +97,18 @@
97
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
98
<pluginManagement>
99
<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>
112
<plugin>
113
<groupId>org.apache.rat</groupId>
114
<artifactId>apache-rat-plugin</artifactId>
0 commit comments