Skip to content

Commit c064686

Browse files
committed
fix
1 parent 823643e commit c064686

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
@@ -404,7 +404,7 @@ limitations under the License.
404404
<executions>
405405
<execution>
406406
<id>sign-artifacts</id>
407-
<phase>install</phase>
407+
<phase>deploy</phase>
408408
<goals>
409409
<goal>sign</goal>
410410
</goals>

0 commit comments

Comments
 (0)