Skip to content

Commit 3c5ff28

Browse files
committed
clean first
1 parent 1ac3799 commit 3c5ff28

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,13 +9,13 @@ java:
99
build:
1010
- script: |
1111
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
12-
mvn -B -pl transport-native-kqueue,transport-native-unix-common package -DskipTests
12+
mvn -B -pl transport-native-kqueue,transport-native-unix-common clean package -DskipTests
1313
mvn -B -pl 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
1717
export PATH=$MAVEN_HOME/bin:$PATH
1818
sudo apt-get update
1919
sudo apt-get install -y autoconf automake libtool make tar gcc-multilib libaio-dev
20-
mvn -B package deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
20+
mvn -B clean package deploy -Partifactory -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
2121
fi

0 commit comments

Comments
 (0)