Skip to content

Commit

Permalink
remove staging repository from Travis build
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Supol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Sep 10, 2019
1 parent 4dbf75c commit 6621582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/travis/travis.sh
Expand Up @@ -28,7 +28,7 @@ PING_LOOP_PID=$!
if [ "$1" = "glassfish-copyright:copyright" ]; then
mvn glassfish-copyright:copyright
else
mvn -e -U -B clean install -Pstaging $1 >> $BUILD_OUTPUT 2>&1
mvn -e -U -B clean install $1 >> $BUILD_OUTPUT 2>&1
fi

# The build finished without returning an error so dump a tail of the output
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/j-59/war/pom.xml
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>2.1.0</version>
<version>1.1.1</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 6621582

Please sign in to comment.