updated maven publish plugin
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
<version>1.5.0</version>
|
<version>1.5.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
<url>https://opensource.irext.net/irext/index-api</url>
|
||||||
<name>irext-remote-index</name>
|
<name>irext-remote-index</name>
|
||||||
<description>Indexing API for IRext remote controller</description>
|
<description>Indexing API for IRext remote controller</description>
|
||||||
|
|
||||||
@@ -117,6 +118,15 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.sonatype.central</groupId>
|
||||||
|
<artifactId>central-publishing-maven-plugin</artifactId>
|
||||||
|
<version>0.9.0</version>
|
||||||
|
<extensions>true</extensions>
|
||||||
|
<configuration>
|
||||||
|
<publishingServerId>central</publishingServerId>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user