Bump plugins and stop deploying useless (internal) artifacts.

(cherry picked from commit 7fa704ace5)
This commit is contained in:
Harald Kuhr
2021-04-24 19:26:15 +02:00
parent 1da16e4d7a
commit c9e522475b
5 changed files with 74 additions and 7 deletions

View File

@@ -16,6 +16,18 @@
<project.jpms.module.name>com.twelvemonkeys.imageio.reference</project.jpms.module.name>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>