We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deffb1a commit 0923ae3Copy full SHA for 0923ae3
1 file changed
Makefile
@@ -6,6 +6,9 @@ install:
6
mvn clean install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B
7
cp target/sendgrid-java-$(VERSION)-shaded.jar sendgrid-java.jar
8
9
+package:
10
+ mvn package -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B
11
+
12
test:
13
mvn test spotbugs:spotbugs checkstyle:check -Dcheckstyle.config.location=google_checks.xml
14
0 commit comments