Skip to content

Commit 0c75b55

Browse files
update pom release
1 parent cdeb04c commit 0c75b55

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

pom.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,44 @@
8888
</execution>
8989
</executions>
9090
</plugin>
91+
<plugin>
92+
<groupId>org.apache.maven.plugins</groupId>
93+
<artifactId>maven-javadoc-plugin</artifactId>
94+
<version>2.10.4</version>
95+
<executions>
96+
<execution>
97+
<id>attach-javadocs</id>
98+
<goals>
99+
<goal>jar</goal>
100+
</goals>
101+
</execution>
102+
</executions>
103+
</plugin>
104+
<plugin>
105+
<groupId>org.apache.maven.plugins</groupId>
106+
<artifactId>maven-source-plugin</artifactId>
107+
<version>3.0.1</version>
108+
<executions>
109+
<execution>
110+
<id>attach-sources</id>
111+
<goals>
112+
<goal>jar-no-fork</goal>
113+
</goals>
114+
</execution>
115+
</executions>
116+
</plugin>
117+
<plugin>
118+
<groupId>org.sonatype.plugins</groupId>
119+
<artifactId>nexus-staging-maven-plugin</artifactId>
120+
<version>1.6.7</version>
121+
<extensions>true</extensions>
122+
<configuration>
123+
<serverId>ossrh</serverId>
124+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
125+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
126+
<stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
127+
</configuration>
128+
</plugin>
91129
</plugins>
92130
</build>
93131

0 commit comments

Comments
 (0)