We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77858e commit d2f7867Copy full SHA for d2f7867
2 files changed
.travis.yml
@@ -15,10 +15,10 @@ before_install:
15
- sudo apt-get install erlang -y
16
17
install:
18
- ./mvnw compile -B -U
+ ./mvnw compile --batch-mode --update-snapshots
19
20
script:
21
- ./mvnw install -B
+ ./mvnw install --batch-mode -Dgpg.skip
22
23
before_deploy:
24
- mvn help:evaluate -N -Dexpression=project.version | grep -v '\['
pom.xml
@@ -444,7 +444,7 @@ limitations under the License.
444
<executions>
445
<execution>
446
<id>sign-artifacts</id>
447
- <phase>verify</phase>
+ <phase>install</phase>
448
<goals>
449
<goal>sign</goal>
450
</goals>
0 commit comments