Skip to content

Commit

Permalink
Skip deploy maven artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Jul 15, 2022
1 parent fbc9d57 commit 2062f72
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@
<verificafirma-crypto-beans.version>1.0.1</verificafirma-crypto-beans.version>
<parer-retry.version>2.0.3</parer-retry.version>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer.sacer.sacerws</url>
</repository>
</distributionManagement>


<repositories>
<repository>
Expand Down Expand Up @@ -245,6 +239,14 @@
</dependencyManagement>
<build>
<plugins>
<!-- artifact disponibile attraverso compilazione del singolo TAG pubblicato -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 2062f72

Please sign in to comment.