We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65f11b commit 46bf1b8Copy full SHA for 46bf1b8
.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
@@ -393,7 +393,7 @@ limitations under the License.
393
<executions>
394
<execution>
395
<id>sign-artifacts</id>
396
- <phase>install</phase>
+ <phase>deploy</phase>
397
<goals>
398
<goal>sign</goal>
399
</goals>
0 commit comments