[ https://issues.apache.org/jira/browse/FLEX-33247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494014#comment-13494014 ]
Frédéric THOMAS commented on FLEX-33247: ---------------------------------------- Erik, just because the generated jar will now start with flex-sdk-converter, the readme and the main class of the SDKDeployer have to be modified like that : In the readme.txt : was :Usage: java -cp flex-sdk-deployer-1.0.jar SDKDeployer "directory" "repositoryId" "url" "mvn". new:Usage: java -cp flex-sdk-converter-1.0.jar SDKDeployer "directory" "repositoryId" "url" "mvn". In the main of the SDKDeployer : was :System.out.println("\nUsage: java -cp flex-sdk-deployer-1.0.jar SDKDeployer \"directory\" \"repositoryId\" \"url\" \"mvn\"\n"); new:System.out.println("\nUsage: java -cp flex-sdk-converter-1.0.jar SDKDeployer \"directory\" \"repositoryId\" \"url\" \"mvn\"\n"); > Apache Flex Mavenized SDK Deployer > ---------------------------------- > > Key: FLEX-33247 > URL: https://issues.apache.org/jira/browse/FLEX-33247 > Project: Apache Flex > Issue Type: Sub-task > Components: Installation & Packaging > Reporter: Frédéric THOMAS > Labels: features, maven > Attachments: flex-sdk-deployer.zip > > > The SDKDeployer allows you to deploy any maven structured directory to a > remote maven repository as soon as you've got the remote rights, it can takes > as first argument the directory target of what has been generated by the > SDKGenerator. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira