Skip to content

Commit

Permalink
Override default-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Dec 16, 2021
1 parent c936e21 commit 4116cb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Blueberry-API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<executions>
<execution>
<id>deploy</id>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
Expand Down
2 changes: 1 addition & 1 deletion MinecraftForge-API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<executions>
<execution>
<id>deploy</id>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
Expand Down

0 comments on commit 4116cb6

Please sign in to comment.