|
5 | 5 | <groupId>com.github.docker-java</groupId> |
6 | 6 | <artifactId>docker-java-parent</artifactId> |
7 | 7 | <packaging>pom</packaging> |
8 | | - <version>3.2.1-SNAPSHOT</version> |
| 8 | + <version>3.2.1</version> |
9 | 9 |
|
10 | 10 | <name>docker-java-parent</name> |
11 | 11 | <url>https://github.com/docker-java/docker-java</url> |
|
96 | 96 | </modules> |
97 | 97 |
|
98 | 98 | <distributionManagement> |
99 | | - <snapshotRepository> |
100 | | - <id>ossrh</id> |
101 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
102 | | - </snapshotRepository> |
103 | 99 | <repository> |
104 | | - <id>ossrh</id> |
105 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 100 | + <id>bintray-docker-java-releases</id> |
| 101 | + <name>docker-java-releases</name> |
| 102 | + <url>https://api.bintray.com/maven/docker-java/releases/docker-java/;publish=0</url> |
106 | 103 | </repository> |
107 | 104 | </distributionManagement> |
108 | 105 |
|
|
118 | 115 | <groupId>org.apache.maven.plugins</groupId> |
119 | 116 | <artifactId>maven-deploy-plugin</artifactId> |
120 | 117 | <version>3.0.0-M1</version> |
121 | | - <configuration> |
122 | | - <skip>true</skip> |
123 | | - </configuration> |
124 | 118 | </plugin> |
125 | 119 | <plugin> |
126 | 120 | <groupId>org.apache.maven.plugins</groupId> |
|
218 | 212 | <groupId>org.apache.maven.plugins</groupId> |
219 | 213 | <artifactId>maven-javadoc-plugin</artifactId> |
220 | 214 | <version>2.10.4</version> |
| 215 | + <configuration> |
| 216 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 217 | + </configuration> |
221 | 218 | <executions> |
222 | 219 | <execution> |
223 | 220 | <id>attach-javadocs</id> |
224 | 221 | <goals> |
225 | 222 | <goal>jar</goal> |
226 | 223 | </goals> |
227 | | - <configuration> |
228 | | - <additionalparam>-Xdoclint:none</additionalparam> |
229 | | - </configuration> |
230 | 224 | </execution> |
231 | 225 | </executions> |
232 | 226 | </plugin> |
|
238 | 232 | </plugins> |
239 | 233 | </pluginManagement> |
240 | 234 | <plugins> |
241 | | - <plugin> |
242 | | - <groupId>org.sonatype.plugins</groupId> |
243 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
244 | | - <version>${nexus-staging-maven-plugin.version}</version> |
245 | | - <extensions>true</extensions> |
246 | | - <configuration> |
247 | | - <serverId>ossrh</serverId> |
248 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
249 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
250 | | - </configuration> |
251 | | - </plugin> |
252 | | - |
253 | 235 | <plugin> |
254 | 236 | <groupId>org.apache.maven.plugins</groupId> |
255 | | - <artifactId>maven-release-plugin</artifactId> |
256 | | - <version>${maven-release-plugin.version}</version> |
257 | | - <configuration> |
258 | | - <autoVersionSubmodules>true</autoVersionSubmodules> |
259 | | - <useReleaseProfile>false</useReleaseProfile> |
260 | | - <releaseProfiles>release</releaseProfiles> |
261 | | - <goals>deploy nexus-staging:release</goals> |
262 | | - </configuration> |
| 237 | + <artifactId>maven-source-plugin</artifactId> |
263 | 238 | </plugin> |
264 | | - |
265 | 239 | <plugin> |
266 | 240 | <groupId>org.apache.maven.plugins</groupId> |
267 | | - <artifactId>maven-source-plugin</artifactId> |
| 241 | + <artifactId>maven-javadoc-plugin</artifactId> |
268 | 242 | </plugin> |
269 | 243 | </plugins> |
270 | 244 | </build> |
|
0 commit comments