Skip to content

Instantly share code, notes, and snippets.

@vaskaloidis
Created March 20, 2015 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vaskaloidis/b048bf6fbf216156052f to your computer and use it in GitHub Desktop.
Save vaskaloidis/b048bf6fbf216156052f to your computer and use it in GitHub Desktop.
<build>
<plugins>
<plugin>
<groupId>apelon</groupId>
<artifactId>vas</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>sayhi</goal>
</goals>
<configuration>
<greeting>Hello Apelon World!!</greeting>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment