Skip to content

Commit

Permalink
Exclude xtable-utilities from mvn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vinishjail97 committed Sep 18, 2024
1 parent f96ee21 commit 63aeec7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xtable-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@
</transformers>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 63aeec7

Please sign in to comment.