Skip to content

Commit

Permalink
[Hotfix] Skip maven-install-plugin for amoro-ams/dist module (#3137)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongqishang authored Aug 30, 2024
1 parent a8b2ff5 commit 7b516d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions amoro-ams/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 7b516d4

Please sign in to comment.