Skip to content

Commit

Permalink
the internet says this will fix module deploy logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 9, 2022
1 parent 0ee9ac5 commit 74c7536
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/pom.xml
Expand Up @@ -147,6 +147,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<skip>false</skip>
</configuration>
<executions>
<execution>
<id>default-deploy</id>
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -62,6 +62,14 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 74c7536

Please sign in to comment.