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
parent
commit
d7621a0a50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      java/demo/pom.xml

+ 1
- 1
java/demo/pom.xml View File

@ -140,7 +140,7 @@
<goals>
<goal>exec</goal>
</goals>
<phase>install</phase>
<phase>verify</phase>
<configuration>
<executable>java</executable>
<arguments>


Loading…
Cancel
Save