Skip to content

Commit fc8bb04

Browse files
authored
[#154] First pass at fixing release and staging plugin fighting (#155)
1 parent 6755753 commit fc8bb04

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

pom.xml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-release-plugin</artifactId>
147-
<version>2.5.3</version>
148147
<configuration>
149148
<pushChanges>true</pushChanges>
150149
<localCheckout>true</localCheckout>
@@ -191,16 +190,16 @@
191190
<scope>test</scope>
192191
</dependency>
193192
</dependencies>
194-
<distributionManagement>
195-
<snapshotRepository>
196-
<id>ossrh</id>
197-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
198-
</snapshotRepository>
199-
<repository>
200-
<id>ossrh</id>
201-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
202-
</repository>
203-
</distributionManagement>
193+
<distributionManagement>
194+
<snapshotRepository>
195+
<id>ossrh</id>
196+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
197+
</snapshotRepository>
198+
<repository>
199+
<id>ossrh</id>
200+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
201+
</repository>
202+
</distributionManagement>
204203
<dependencyManagement>
205204
<dependencies>
206205
<dependency>
@@ -359,11 +358,6 @@
359358
<groupId>org.apache.maven.plugins</groupId>
360359
<artifactId>maven-release-plugin</artifactId>
361360
<version>2.5.3</version>
362-
<configuration>
363-
<mavenExecutorId>forked-path</mavenExecutorId>
364-
<useReleaseProfile>false</useReleaseProfile>
365-
<arguments>-Psonatype-oss-release -Psamples</arguments>
366-
</configuration>
367361
</plugin>
368362
<plugin>
369363
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)