Skip to content

Commit

Permalink
[#noissue] Remove build WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Dec 15, 2022
1 parent fc13b07 commit ad16219
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion plugins-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@
</modules>

<properties>

<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.jar.skipifempty>true</maven.jar.skipifempty>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -161,6 +163,13 @@

<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<skipIfEmpty>${maven.jar.skipifempty}</skipIfEmpty>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit ad16219

Please sign in to comment.