File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 9
9
<version >0.9.6</version >
10
10
<packaging >jar</packaging >
11
11
<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 >
12
14
13
15
<properties >
14
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
125
127
</execution >
126
128
</executions >
127
129
</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 >
128
141
</plugins >
129
142
</build >
130
143
</profile >
You can’t perform that action at this time.
0 commit comments