Browse Source

Update the soy-compiler running phase as release plugin only runs till verify during release (#2855)

pull/3882/head
penmetsaa 3 years ago
committed by GitHub
parent
commit
9dad1f5b8b
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