We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73508fe commit 5cf980bCopy full SHA for 5cf980b
.travis.yml
@@ -17,7 +17,7 @@ script:
17
before_deploy:
18
- mvn help:evaluate -N -Dexpression=project.version | grep -v '\['
19
- export project_version=$(mvn help:evaluate -N -Dexpression=project.version | grep -v '\[')
20
- - sed -i -- "s/\${env.SONATYPE_USERNAME}/$SONATYPE_USER/g" .settings.xml
+ - sed -i -- "s/\${env.SONATYPE_USERNAME}/$SONATYPE_USERNAME/g" .settings.xml
21
- sed -i -- "s/\${env.SONATYPE_PASSWORD}/$SONATYPE_PASSWORD/g" .settings.xml
22
- cat .settings.xml
23
- mvn --settings .settings.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=true -B -V
0 commit comments