Skip to content

Instantly share code, notes, and snippets.

@jacobheric
Last active December 16, 2015 16:09
Show Gist options
  • Save jacobheric/5460682 to your computer and use it in GitHub Desktop.
Save jacobheric/5460682 to your computer and use it in GitHub Desktop.
some Maven pom flex configs
<configuration>
<parameters>
<swf>${project.artifactId}-${youbrew.version}</swf>
<title>You Brew your own software</title>
</parameters>
<outputDirectory>${basedir}/../java-web/src/main/webapp/</outputDirectory>
<services>${basedir}/../java-web/src/main/webapp/WEB-INF/flex/services-config.xml</services>
<htmlName>index</htmlName>
<contextRoot>/youbrew</contextRoot>
<locales>
<locale>en_US</locale>
</locales>
<configurationReport>true</configurationReport>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment