File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 2525 - cp .ci.settings.xml $HOME/.m2/settings.xml
2626 script :
2727 - mvn --no-transfer-progress -Prelease-commons,sonatype-oss-release deploy site site:stage scm-publish:publish-scm
28- - mvn -Ptravis coveralls:report && mvn --no-transfer-progress -Prelease-commons,github deploy
28+ - mvn -Ptravis coveralls:report
29+ - mvn --no-transfer-progress -Prelease-commons,github clean deploy
2930 after_success :
3031 - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 409409 <groupId >org.apache.maven.plugins</groupId >
410410 <artifactId >maven-deploy-plugin</artifactId >
411411 <version >2.8.2</version >
412- <configuration >
413- <deployAtEnd >true</deployAtEnd >
414- </configuration >
415412 </plugin >
416413 <plugin >
417414 <groupId >org.apache.maven.plugins</groupId >
476473 <quiet >true</quiet >
477474 <doclint >all,-missing</doclint >
478475 <links >
479- <link >https://bits.netbeans.org/dev/javadoc/org-openide-util-lookup/</link >
480- <link >https://bits.netbeans.org/dev/javadoc/org-openide-filesystems/</link >
481- <link >https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-diff/</link >
482- <link >https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectapi/</link >
483- <link >https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-options-api/</link >
484- <link >https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-guards/</link >
485- <link >https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-indent/</link >
476+ <link >https://javadoc.io/static/org.netbeans.api/org-openide-util-lookup/${netbeans.version} /</link >
477+ <link >https://javadoc.io/static/org.netbeans.api/org-openide-filesystems/${netbeans.version} /</link >
478+ <link >https://javadoc.io/static/org.netbeans.api/org-netbeans-modules-diff/${netbeans.version} /</link >
479+ <link >https://javadoc.io/static/org.netbeans.api/org-netbeans-modules-projectapi/${netbeans.version} /</link >
480+ <link >https://javadoc.io/static/org.netbeans.api/org-netbeans-modules-options-api/${netbeans.version} /</link >
481+ <link >https://javadoc.io/static/org.netbeans.api/org-netbeans-modules-editor-guards/${netbeans.version} /</link >
486482 <link >https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link >
487483 <!-- Cannot be embedded in version 1.9 because there seems to be a class referenced in JavaDoc which is not in the classpath -->
488484 <!-- <link>https://javadoc.io/doc/com.google.googlejavaformat/google-java-format/${google-java-format.version}/</link>-->
You can’t perform that action at this time.
0 commit comments