Skip to content

Commit bc21eed

Browse files
fix(mvn): review deployment
1 parent 0c4ca98 commit bc21eed

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@
114114
<build>
115115
<pluginManagement>
116116
<plugins>
117-
<plugin>
118-
<groupId>org.apache.maven.plugins</groupId>
119-
<artifactId>maven-deploy-plugin</artifactId>
120-
<version>3.0.0-M1</version>
121-
<configuration>
122-
<skip>true</skip>
123-
</configuration>
124-
</plugin>
125117
<plugin>
126118
<groupId>org.codehaus.mojo</groupId>
127119
<artifactId>versions-maven-plugin</artifactId>
@@ -142,15 +134,6 @@
142134
<groupId>org.sonatype.plugins</groupId>
143135
<artifactId>nexus-staging-maven-plugin</artifactId>
144136
<version>1.6.8</version>
145-
<executions>
146-
<execution>
147-
<id>default-deploy</id>
148-
<phase>deploy</phase>
149-
<goals>
150-
<goal>deploy</goal>
151-
</goals>
152-
</execution>
153-
</executions>
154137
<extensions>true</extensions>
155138
<configuration>
156139
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)