File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments