Skip to content

Commit 46bf1b8

Browse files
author
Artem Labazin
committed
fix build
1 parent a65f11b commit 46bf1b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jdk:
77
- openjdk8
88

99
install:
10-
./mvnw --settings .settings.xml compile -B -U
10+
./mvnw compile -B -U
1111

1212
script:
13-
./mvnw -Dmaven.javadoc.skip=true --settings .settings.xml verify -B
13+
./mvnw install -B
1414

1515
before_deploy:
1616
- ./mvnw help:evaluate -N -Dexpression=project.version | grep -v '\['

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ limitations under the License.
393393
<executions>
394394
<execution>
395395
<id>sign-artifacts</id>
396-
<phase>install</phase>
396+
<phase>deploy</phase>
397397
<goals>
398398
<goal>sign</goal>
399399
</goals>

0 commit comments

Comments
 (0)