Skip to content

Instantly share code, notes, and snippets.

@christophe-dooapp
Created December 31, 2013 09:06
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 christophe-dooapp/8194309 to your computer and use it in GitHub Desktop.
Save christophe-dooapp/8194309 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>com.dooapp</groupId>
<artifactId>spoon-maven-plugin</artifactId>
<version>1.1</version>
<dependencies>
<dependency>
<groupId>com.dooapp</groupId>
<artifactId>fx-spoon</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
</dependencies>
<configuration>
<outFolder>${basedir}/src/main/java</outFolder>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment