Skip to content

Commit a4a9470

Browse files
committed
force to skip maven deploy plugin
1 parent e7a2fee commit a4a9470

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>design.aem</groupId>
99
<artifactId>aemdesign-aem-core</artifactId>
10-
<version>2.0.263</version>
10+
<version>2.0.265</version>
1111
<packaging>pom</packaging>
1212

1313
<name>AEM Design - Core Project</name>
@@ -838,6 +838,14 @@
838838

839839
<build>
840840
<plugins>
841+
<!-- Skip maven-deploy-plugin use nexus-staging-maven-plugin instead -->
842+
<plugin>
843+
<groupId>org.apache.maven.plugins</groupId>
844+
<artifactId>maven-deploy-plugin</artifactId>
845+
<configuration>
846+
<skip>true</skip>
847+
</configuration>
848+
</plugin>
841849
<!-- To release to Maven central -->
842850
<plugin>
843851
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)