Skip to content

Commit b0c32ce

Browse files
committed
locally deploy all artifacts first
1 parent 3c5ff28 commit b0c32ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ java:
99
build:
1010
- script: |
1111
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
12-
mvn -B -pl transport-native-kqueue,transport-native-unix-common clean package -DskipTests
13-
mvn -B -pl transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
12+
mvn -B clean package -DskipTests
13+
mvn -B -pl transport-native-kqueue,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
1414
else
1515
export DEBIAN_FRONTEND=noninteractive
1616
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5

0 commit comments

Comments
 (0)