Skip to content

Commit 0923ae3

Browse files
committed
chore: add mvn package to the makefile
1 parent deffb1a commit 0923ae3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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 -Dmaven.javadoc.skip=true -B
77
cp target/sendgrid-java-$(VERSION)-shaded.jar sendgrid-java.jar
88

9+
package:
10+
mvn package -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B
11+
912
test:
1013
mvn test spotbugs:spotbugs checkstyle:check -Dcheckstyle.config.location=google_checks.xml
1114

0 commit comments

Comments
 (0)