File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 116116 <autoVersionSubmodules >true</autoVersionSubmodules >
117117 </configuration >
118118 </plugin >
119+ <plugin >
120+ <groupId >org.sonatype.plugins</groupId >
121+ <artifactId >nexus-staging-maven-plugin</artifactId >
122+ <version >1.6.7</version >
123+ <extensions >true</extensions >
124+ <configuration >
125+ <serverId >ossrh</serverId >
126+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
127+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
128+ </configuration >
129+ </plugin >
130+ <plugin >
131+ <groupId >org.apache.maven.plugins</groupId >
132+ <artifactId >maven-source-plugin</artifactId >
133+ <version >2.2.1</version >
134+ <executions >
135+ <execution >
136+ <id >attach-sources</id >
137+ <goals >
138+ <goal >jar-no-fork</goal >
139+ </goals >
140+ </execution >
141+ </executions >
142+ </plugin >
143+ <plugin >
144+ <groupId >org.apache.maven.plugins</groupId >
145+ <artifactId >maven-javadoc-plugin</artifactId >
146+ <version >2.9.1</version >
147+ <executions >
148+ <execution >
149+ <id >attach-javadocs</id >
150+ <goals >
151+ <goal >jar</goal >
152+ </goals >
153+ </execution >
154+ </executions >
155+ </plugin >
119156 </plugins >
120157 </build >
121158
You can’t perform that action at this time.
0 commit comments