Skip to content

Commit b960497

Browse files
authored
Merge pull request #1806 from fl4via/UNDERTOW-2601
[UNDERTOW-2601] Fix 2.2.x parent pom so we can move components from s…
2 parents 50443cb + 8ce3c61 commit b960497

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

pom.xml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
<version.org.jboss.threads>3.5.1.Final</version.org.jboss.threads>
152152
<version.org.wildfly.common>1.5.4.Final</version.org.wildfly.common>
153153
<version.org.wildfly.client-config>1.0.1.Final</version.org.wildfly.client-config>
154+
<version.plexus.archiver>4.10.0</version.plexus.archiver>
154155

155156
<!-- jacoco -->
156157
<version.org.jacoco>0.7.9</version.org.jacoco>
@@ -387,23 +388,11 @@
387388
<configuration>
388389
<serverId>${nexus.serverId}</serverId>
389390
<nexusUrl>${nexus.repository.url}</nexusUrl>
391+
<repository>${nexus.repository.staging}</repository>
392+
<tag>${nexus.staging.tag}</tag>
393+
<!-- Used by staging-move goal -->
394+
<destinationRepository>${nexus.repository.release}</destinationRepository>
390395
</configuration>
391-
<executions>
392-
<execution>
393-
<id>nexus-move</id>
394-
<configuration>
395-
<repository>${nexus.repository.staging}</repository>
396-
<destinationRepository>${nexus.repository.release}</destinationRepository>
397-
<tag>${nexus.staging.tag}</tag>
398-
</configuration>
399-
</execution>
400-
<execution>
401-
<id>nexus-delete</id>
402-
<configuration>
403-
<tag>${nexus.staging.tag}</tag>
404-
</configuration>
405-
</execution>
406-
</executions>
407396
</plugin>
408397
</plugins>
409398
</pluginManagement>

0 commit comments

Comments
 (0)