If there now is a „asdoc.jar“ created by the ant build, the proper way to do this in Maven would be to create a „asdoc“ module. Creating multiple jars from one codebase is usually an indicator for the need to refactor.
Chris Am 14.12.16, 19:10 schrieb "Alex Harui" <aha...@adobe.com>: On 12/14/16, 10:00 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" <carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> wrote: >Hi Alex, > >great work! :) > >I updated the pom.xml and uploaded, but doesn't has any content yet at the >momento (but compilation is working in js) :) Yeah, the simple part of adding the pom to compile the sources I know how to do. There are two pieces that I would rather someone else do: 1) There is now an asdoc.jar from flex-falcon/compiler-jx. This needs to be integrated into the Maven build for flex-falcon and the jar deployed as a Maven artifact 2) The Ant script not only build the ASDoc app, it then calls the asdoc.jar to generate a pile of JSON files from the flex-asjs sources. I have no idea how to do that in Maven. I think that might require another mojo. Thanks, -Alex