Skip to content

Commit

Permalink
fix gmavenplus goal order with groovy/groovy-eclipse#340
Browse files Browse the repository at this point in the history
  • Loading branch information
based2 committed Feb 11, 2019
1 parent 83a9cd0 commit 5f1606c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ Like setting the directory as "Excluded" in the Project Settings->Modules->Sourc
<goal>addTestSources</goal>
<goal>generateStubs</goal>
<goal>compile</goal>
<goal>removeStubs</goal>
<goal>generateTestStubs</goal>
<goal>compileTests</goal>
<goal>removeStubs</goal>
<goal>removeTestStubs</goal>
</goals>
</execution>
Expand Down

0 comments on commit 5f1606c

Please sign in to comment.