Skip to content

Instantly share code, notes, and snippets.

@luismoramedina
Created February 4, 2016 17:55
Show Gist options
  • Select an option

  • Save luismoramedina/091f04590dce8912a564 to your computer and use it in GitHub Desktop.

Select an option

Save luismoramedina/091f04590dce8912a564 to your computer and use it in GitHub Desktop.
groovy maven plugin
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment