Skip to content

Commit ffb21ae

Browse files
committed
adding staging plugin
1 parent f717ae2 commit ffb21ae

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

pom.xml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<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/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>org.restdoc</groupId>
45
<artifactId>restdoc-server-impl</artifactId>
@@ -48,10 +49,10 @@
4849
<version>1.2.0</version>
4950
</dependency>
5051
<dependency>
51-
<groupId>javax.ws.rs</groupId>
52-
<artifactId>javax.ws.rs-api</artifactId>
53-
<version>2.0</version>
54-
</dependency>
52+
<groupId>javax.ws.rs</groupId>
53+
<artifactId>javax.ws.rs-api</artifactId>
54+
<version>2.0</version>
55+
</dependency>
5556
<dependency>
5657
<groupId>org.slf4j</groupId>
5758
<artifactId>slf4j-api</artifactId>
@@ -118,6 +119,16 @@
118119
</archive>
119120
</configuration>
120121
</plugin>
122+
<plugin>
123+
<groupId>org.sonatype.plugins</groupId>
124+
<artifactId>nexus-staging-maven-plugin</artifactId>
125+
<version>1.4.4</version>
126+
<extensions>true</extensions>
127+
<configuration>
128+
<serverId>sonatype-nexus-staging</serverId>
129+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
130+
</configuration>
131+
</plugin>
121132
</plugins>
122133
</build>
123134
</project>

0 commit comments

Comments
 (0)