We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823643e commit c064686Copy full SHA for c064686
.travis.yml
@@ -7,10 +7,10 @@ jdk:
7
- openjdk8
8
9
install:
10
- ./mvnw --settings .settings.xml compile -B -U
+ ./mvnw compile -B -U
11
12
script:
13
- ./mvnw -Dmaven.javadoc.skip=true --settings .settings.xml verify -B
+ ./mvnw install -B
14
15
before_deploy:
16
- ./mvnw help:evaluate -N -Dexpression=project.version | grep -v '\['
pom.xml
@@ -404,7 +404,7 @@ limitations under the License.
404
<executions>
405
<execution>
406
<id>sign-artifacts</id>
407
- <phase>install</phase>
+ <phase>deploy</phase>
408
<goals>
409
<goal>sign</goal>
410
</goals>
0 commit comments