Browse Source
Update the soy-compiler running phase as release plugin only runs till verify during release (#2855)
pull/2856/head
penmetsaa
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
java/demo/pom.xml
|
|
|
@ -140,7 +140,7 @@ |
|
|
|
<goals> |
|
|
|
<goal>exec</goal> |
|
|
|
</goals> |
|
|
|
<phase>install</phase> |
|
|
|
<phase>verify</phase> |
|
|
|
<configuration> |
|
|
|
<executable>java</executable> |
|
|
|
<arguments> |
|
|
|
|