Skip to content

Commit 5c01ef9

Browse files
author
James Stapleton
committed
Making changes to the pom to make it be able to be deployed to sonatype central maven repository
1 parent ee18612 commit 5c01ef9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<version>0.9.6</version>
1010
<packaging>jar</packaging>
1111
<name>PasswordMaker Library</name>
12+
<description>The library portion of the java edition of PasswordMaker.org passwordmaker. Supports the Android passwordmaker project.</description>
13+
<url>http://www.passwordmaker.org</url>
1214

1315
<properties>
1416
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -125,6 +127,17 @@
125127
</execution>
126128
</executions>
127129
</plugin>
130+
<plugin>
131+
<groupId>org.sonatype.plugins</groupId>
132+
<artifactId>nexus-staging-maven-plugin</artifactId>
133+
<version>1.6.2</version>
134+
<extensions>true</extensions>
135+
<configuration>
136+
<serverId>ossrh</serverId>
137+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
138+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
139+
</configuration>
140+
</plugin>
128141
</plugins>
129142
</build>
130143
</profile>

0 commit comments

Comments
 (0)