Skip to content

Instantly share code, notes, and snippets.

@fljot
Created March 1, 2014 00:30
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 fljot/9282786 to your computer and use it in GitHub Desktop.
Save fljot/9282786 to your computer and use it in GitHub Desktop.
Flex mavenization (FDK)
http://flex.apache.org/download-utilities.html
https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+SDK+Mavenizer
http://anthonywhitford.blogspot.com/2013/09/mavenizing-flex-sdk-missing.html
#org.apache
java -cp flex-utilities/mavenizer/target/flex-sdk-converter-1.0.jar SDKGenerator sdkhome fdk true
#com.adobe
java -cp flex-utilities/mavenizer/target/flex-sdk-converter-1.0.jar SDKGenerator sdkhome fdk false
cp -r ~/Development/SDKs/fdk/* ~/.m2/repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment