Skip to content

Instantly share code, notes, and snippets.

@ludo1026
Created May 29, 2015 15:55
Show Gist options
  • Save ludo1026/3115bdb58fd6f3b589d1 to your computer and use it in GitHub Desktop.
Save ludo1026/3115bdb58fd6f3b589d1 to your computer and use it in GitHub Desktop.
Maven & Yeoman - ressources - profile production
<resources>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
</resource>
<resource>
<directory>${project.basedir}/yo/dist</directory>
</resource>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment