Created
March 1, 2014 00:30
-
-
Save fljot/9282786 to your computer and use it in GitHub Desktop.
Flex mavenization (FDK)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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