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.
mvn install
mvn package
1 parent 6ff4d24 commit 2c3a9eaCopy full SHA for 2c3a9ea
projects/guava/build.sh
@@ -16,7 +16,7 @@
16
################################################################################
17
18
MAVEN_ARGS="-Djavac.src.version=15 -Djavac.target.version=15 -DskipTests"
19
-$MVN package $MAVEN_ARGS
+$MVN install $MAVEN_ARGS
20
CURRENT_VERSION=$($MVN org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate \
21
-Dexpression=project.version -q -DforceStdout)
22
cp "guava/target/guava-$CURRENT_VERSION.jar" "$OUT/guava.jar"
0 commit comments