Skip to content

Commit e78a074

Browse files
committed
SWS-998 - Fix artifactory deployment
1 parent 0a4a558 commit e78a074

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -x
22

33
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.x" ]; then
4-
./mvnw -Pdistribute,snapshot,docs clean deploy
4+
./mvnw -Pdistribute,snapshot,docs clean -Dmaven.test.skip=true deploy
55
else
66
echo "We only deploy 'master' and '2.x' branches"
77
fi

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@
508508
<groupId>org.codehaus.mojo</groupId>
509509
<artifactId>build-helper-maven-plugin</artifactId>
510510
<version>1.10</version>
511+
<inherited>false</inherited>
511512
<executions>
512513
<execution>
513514
<id>attach-zip</id>

0 commit comments

Comments
 (0)