We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1b5438 + cf049fa commit 80e5f3bCopy full SHA for 80e5f3b
api/pom.xml
@@ -175,6 +175,17 @@
175
</execution>
176
</executions>
177
</plugin>
178
+ <plugin>
179
+ <groupId>org.apache.maven.plugins</groupId>
180
+ <artifactId>maven-jar-plugin</artifactId>
181
+ <executions>
182
+ <execution>
183
+ <goals>
184
+ <goal>test-jar</goal>
185
+ </goals>
186
+ </execution>
187
+ </executions>
188
+ </plugin>
189
</plugins>
190
</build>
191
</project>
pom.xml
@@ -295,13 +295,6 @@
295
<groupId>org.apache.maven.plugins</groupId>
296
<artifactId>maven-jar-plugin</artifactId>
297
<version>${version.jar.plugin}</version>
298
- <executions>
299
- <execution>
300
- <goals>
301
- <goal>test-jar</goal>
302
- </goals>
303
- </execution>
304
- </executions>
305
306
<plugin>
307
0 commit comments