mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Disable deploy to nexus repository
This commit is contained in:
parent
7dd7102a36
commit
9d956d6da0
1 changed files with 4 additions and 4 deletions
8
pom.xml
8
pom.xml
|
@ -146,7 +146,7 @@
|
|||
<tag>spring-petclinic-4.0.6</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
<!-- <distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>nexus-snapshots</id>
|
||||
<url>http://localhost:8081/repository/maven-snapshost-private/</url>
|
||||
|
@ -155,11 +155,11 @@
|
|||
<id>nexus-releases</id>
|
||||
<url>http://localhost:8081/repository/maven-releases-private/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</distributionManagement> -->
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<!-- <plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<version>1.5.1</version>
|
||||
|
@ -177,7 +177,7 @@
|
|||
<nexusUrl>http://localhost:8081</nexusUrl>
|
||||
<skipStaging>true</skipStaging>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugin> -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue