Skip to content

Commit 1d9afc1

Browse files
d.bogatkod.bogatko
authored andcommitted
add resourcefile class
1 parent 1526898 commit 1d9afc1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,17 @@
199199
</execution>
200200
</executions>
201201
</plugin>
202+
<plugin>
203+
<groupId>org.sonatype.plugins</groupId>
204+
<artifactId>nexus-staging-maven-plugin</artifactId>
205+
<version>1.6.8</version>
206+
<extensions>true</extensions>
207+
<configuration>
208+
<serverId>ossrh</serverId>
209+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
210+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
211+
</configuration>
212+
</plugin>
202213
</plugins>
203214
</build>
204215
</profile>

0 commit comments

Comments
 (0)