|
79 | 79 | <url>http://github.com/google/jimfs/issues</url>
|
80 | 80 | </issueManagement>
|
81 | 81 |
|
82 |
| - <distributionManagement> |
83 |
| - <snapshotRepository> |
84 |
| - <id>sonatype-nexus-snapshots</id> |
85 |
| - <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
86 |
| - </snapshotRepository> |
87 |
| - </distributionManagement> |
88 |
| - |
89 | 82 | <properties>
|
90 | 83 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
91 | 84 | <auto-service.version>1.1.1</auto-service.version>
|
|
236 | 229 | </archive>
|
237 | 230 | </configuration>
|
238 | 231 | </plugin>
|
| 232 | + |
| 233 | + <plugin> |
| 234 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 235 | + <executions> |
| 236 | + <execution> |
| 237 | + <id>attach-javadocs</id> |
| 238 | + <goals> |
| 239 | + <goal>jar</goal> |
| 240 | + </goals> |
| 241 | + </execution> |
| 242 | + </executions> |
| 243 | + </plugin> |
| 244 | + |
| 245 | + <plugin> |
| 246 | + <artifactId>maven-source-plugin</artifactId> |
| 247 | + <executions> |
| 248 | + <execution> |
| 249 | + <id>attach-sources</id> |
| 250 | + <goals> |
| 251 | + <goal>jar-no-fork</goal> |
| 252 | + </goals> |
| 253 | + </execution> |
| 254 | + </executions> |
| 255 | + </plugin> |
| 256 | + |
| 257 | + <plugin> |
| 258 | + <groupId>org.sonatype.central</groupId> |
| 259 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 260 | + <version>0.8.0</version> |
| 261 | + <extensions>true</extensions> |
| 262 | + </plugin> |
239 | 263 | </plugins>
|
240 | 264 | </build>
|
241 | 265 |
|
|
335 | 359 | <id>sonatype-oss-release</id>
|
336 | 360 | <build>
|
337 | 361 | <plugins>
|
338 |
| - <plugin> |
339 |
| - <artifactId>maven-source-plugin</artifactId> |
340 |
| - <executions> |
341 |
| - <execution> |
342 |
| - <id>attach-sources</id> |
343 |
| - <goals> |
344 |
| - <goal>jar-no-fork</goal> |
345 |
| - </goals> |
346 |
| - </execution> |
347 |
| - </executions> |
348 |
| - </plugin> |
349 |
| - <plugin> |
350 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
351 |
| - <executions> |
352 |
| - <execution> |
353 |
| - <id>attach-javadocs</id> |
354 |
| - <goals> |
355 |
| - <goal>jar</goal> |
356 |
| - </goals> |
357 |
| - </execution> |
358 |
| - </executions> |
359 |
| - </plugin> |
360 | 362 | <plugin>
|
361 | 363 | <artifactId>maven-gpg-plugin</artifactId>
|
362 | 364 | <executions>
|
|
369 | 371 | </execution>
|
370 | 372 | </executions>
|
371 | 373 | </plugin>
|
372 |
| - <plugin> |
373 |
| - <groupId>org.sonatype.central</groupId> |
374 |
| - <artifactId>central-publishing-maven-plugin</artifactId> |
375 |
| - <version>0.8.0</version> |
376 |
| - <extensions>true</extensions> |
377 |
| - </plugin> |
378 | 374 | </plugins>
|
379 | 375 | </build>
|
380 | 376 | </profile>
|
|
0 commit comments