Skip to content

Commit

Permalink
Remove warning :JAR will be empty - no content was marked for inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Apr 12, 2018
1 parent b79ba97 commit 9a4a34f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions leshan-integration-tests/pom.xml
Expand Up @@ -74,6 +74,18 @@ Contributors:
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<skipIfEmpty>true</skipIfEmpty>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit 9a4a34f

Please sign in to comment.