Skip to content

Instantly share code, notes, and snippets.

@ludo1026
Created May 29, 2015 12:52
Show Gist options
  • Save ludo1026/768e6713f3f9bf0a86f5 to your computer and use it in GitHub Desktop.
Save ludo1026/768e6713f3f9bf0a86f5 to your computer and use it in GitHub Desktop.
Maven & Yeoman - pom.xml - War
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
<configuration>
<webResources>
<resource>
<directory>yo/dist/public</directory>
</resource>
</webResources>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment