carlosrovira commented on issue #657: Maven doesn't produce binary executables (jar) URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571708585 about maven build: You normally use `mvn install` in a folder where you have a pom.xml. That pom.xml is the project object model that describes your project. You can try that for example with Tour de Jewe here: https://github.com/apache/royale-asjs/blob/develop/examples/royale/TourDeJewel From terminal command window just make `mvn install`. That will create the compilation in `target` folder. If you want to create a project in just a command with maven use this: https://github.com/apache/royale-asjs/wiki/Create-Royale-project-with-Maven
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
