Skip to content

Commit 80e5f3b

Browse files
authored
Merge pull request #166 from tsurdilo/fixjarplugin
fixing jar plugin
2 parents b1b5438 + cf049fa commit 80e5f3b

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

api/pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,17 @@
175175
</execution>
176176
</executions>
177177
</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>
178189
</plugins>
179190
</build>
180191
</project>

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -295,13 +295,6 @@
295295
<groupId>org.apache.maven.plugins</groupId>
296296
<artifactId>maven-jar-plugin</artifactId>
297297
<version>${version.jar.plugin}</version>
298-
<executions>
299-
<execution>
300-
<goals>
301-
<goal>test-jar</goal>
302-
</goals>
303-
</execution>
304-
</executions>
305298
</plugin>
306299
<plugin>
307300
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)