File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 415415 <artifactId >maven-antrun-plugin</artifactId >
416416 <version >3.0.0</version >
417417 </plugin >
418+ <plugin >
419+ <groupId >org.sonatype.plugins</groupId >
420+ <artifactId >nexus-staging-maven-plugin</artifactId >
421+ <version >1.6.8</version >
422+ <configuration >
423+ <serverId >sonatype-nexus-staging</serverId >
424+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
425+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
426+ </configuration >
427+ <dependencies >
428+ <dependency >
429+ <groupId >com.thoughtworks.xstream</groupId >
430+ <artifactId >xstream</artifactId >
431+ <version >1.4.15</version > <!-- apparently this needs to be exactly this version -->
432+ </dependency >
433+ </dependencies >
434+ </plugin >
418435 <plugin >
419436 <groupId >org.codehaus.mojo</groupId >
420437 <artifactId >buildnumber-maven-plugin</artifactId >
629646 </archive >
630647 </configuration >
631648 </plugin >
649+ <plugin >
650+ <groupId >org.sonatype.plugins</groupId >
651+ <artifactId >nexus-staging-maven-plugin</artifactId >
652+ <extensions >true</extensions >
653+ </plugin >
632654 <plugin >
633655 <groupId >org.codehaus.mojo</groupId >
634656 <artifactId >buildnumber-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments