Skip to content

Instantly share code, notes, and snippets.

@dzuluagaapigee
Last active January 3, 2016 22:58
Show Gist options
  • Save dzuluagaapigee/8531557 to your computer and use it in GitHub Desktop.
Save dzuluagaapigee/8531557 to your computer and use it in GitHub Desktop.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>my-project</artifactId>
<version>1.0</version>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<configuration>
<source>
println "Hi"
</source>
</configuration>
</plugin>
</plugins>
</build>
</project>
@dzuluagaapigee
Copy link
Author

execute as: mvn groovy:execute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment