File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 47
47
</profile >
48
48
</profiles >
49
49
50
- <build >
51
- <plugins >
52
- <plugin >
53
- <groupId >org.sonatype.plugins</groupId >
54
- <artifactId >nexus-staging-maven-plugin</artifactId >
55
- <version >1.6.8</version >
56
- <extensions >true</extensions >
57
- <configuration >
58
- <serverId >ossrh</serverId >
59
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
60
- <autoReleaseAfterClose >${nexus.staging.autoReleaseAfterClose} </autoReleaseAfterClose >
61
- </configuration >
62
- <dependencies >
63
- <!--
64
- TODO:
65
- Remove after OSSRH-66257, NEXUS-26993 are fixed,
66
- possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
67
- -->
68
- <dependency >
69
- <groupId >com.thoughtworks.xstream</groupId >
70
- <artifactId >xstream</artifactId >
71
- <version >1.4.15</version >
72
- </dependency >
73
- </dependencies >
74
- </plugin >
75
- </plugins >
76
- </build >
77
50
</project >
78
51
You can’t perform that action at this time.
0 commit comments