Skip to content

Commit b400628

Browse files
committed
chore: add mvn package to the makefile
1 parent 9a5101b commit b400628

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ install:
66
mvn clean install -DskipTests=true -Dgpg.skip -B
77
cp target/java-http-client-$(VERSION).jar java-http-client.jar
88

9+
package:
10+
mvn package -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B
11+
912
test:
1013
mvn test
1114

0 commit comments

Comments
 (0)