File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
4
<parent >
4
5
<groupId >org.sonatype.oss</groupId >
5
6
<artifactId >oss-parent</artifactId >
154
155
<artifactId >sonar-maven-plugin</artifactId >
155
156
<version >2.0</version >
156
157
</plugin >
158
+ <plugin >
159
+ <groupId >org.sonatype.plugins</groupId >
160
+ <artifactId >nexus-staging-maven-plugin</artifactId >
161
+ <version >1.6</version >
162
+ <extensions >true</extensions >
163
+ <configuration >
164
+ <serverId >sonatype-nexus-staging</serverId >
165
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
166
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
167
+ </configuration >
168
+ </plugin >
157
169
</plugins >
158
170
</build >
159
171
<profiles >
You can’t perform that action at this time.
0 commit comments