File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed
Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ before_install:
8383install :
8484 - # mvn -q -B -DskipTests -Dmaven.javadoc.skip=true install -f OpenDJ/commons
8585 - # mvn -q -B -DskipTests -Dmaven.javadoc.skip=true install -f OpenDJ
86- script :
87- - mvn -q -B install -Dmaven.javadoc.skip=true
86+ # script:
87+ # - mvn -q -B install -Dmaven.javadoc.skip=true
8888after_failure :
8989 - echo 'remove build commits'
9090 - git reset --hard $TRAVIS_COMMIT
Original file line number Diff line number Diff line change 18251825 <version >${project.version} </version >
18261826 <packaging >jar</packaging >
18271827 <downloadUrl >${basedir} /extlib/jato-2005-05-04.jar</downloadUrl >
1828- <deploy >true </deploy >
1828+ <deploy >false </deploy >
18291829 </artifactItem >
18301830 <artifactItem >
18311831 <groupId >org.openidentityplatform.external.com.sun.web.ui</groupId >
18321832 <artifactId >cc</artifactId >
18331833 <version >${project.version} </version >
18341834 <packaging >jar</packaging >
18351835 <downloadUrl >${basedir} /extlib/cc-2008-08-08.jar</downloadUrl >
1836- <deploy >true </deploy >
1836+ <deploy >false </deploy >
18371837 <force >true</force >
18381838 </artifactItem >
18391839 <artifactItem >
18421842 <version >${project.version} </version >
18431843 <packaging >jar</packaging >
18441844 <downloadUrl >${basedir} /extlib/jdmkrt-2007-01-10.jar</downloadUrl >
1845- <deploy >true </deploy >
1845+ <deploy >false </deploy >
18461846 </artifactItem >
18471847 </artifactItems >
18481848 </configuration >
20972097 <quiet >true</quiet >
20982098 </configuration >
20992099 </plugin >
2100+ <plugin >
2101+ <groupId >org.sonatype.plugins</groupId >
2102+ <artifactId >nexus-staging-maven-plugin</artifactId >
2103+ <version >1.6.7</version >
2104+ <extensions >true</extensions >
2105+ <configuration >
2106+ <serverId >ossrh</serverId >
2107+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
2108+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
2109+ <stagingProgressTimeoutMinutes >15</stagingProgressTimeoutMinutes >
2110+ <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
2111+ <keepStagingRepositoryOnCloseRuleFailure >true</keepStagingRepositoryOnCloseRuleFailure >
2112+ </configuration >
2113+ </plugin >
21002114 </plugins >
21012115 <pluginManagement >
21022116 <plugins >
You can’t perform that action at this time.
0 commit comments