Skip to content

Commit 78b5de5

Browse files
committed
Merge branch '14.5.3-branch'
2 parents c6e3d5f + 5ef78f3 commit 78b5de5

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ before_install:
8383
install:
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
8888
after_failure:
8989
- echo 'remove build commits'
9090
- git reset --hard $TRAVIS_COMMIT

pom.xml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,15 +1825,15 @@
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>
@@ -1842,7 +1842,7 @@
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>
@@ -2097,6 +2097,20 @@
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>

0 commit comments

Comments
 (0)