I have a multi-module build that is mostly Java but we have a couple Flex modules as well. When we generate our website using maven (using site-deploy goal) I want to have asdocs generated and integrated into the website just like the javadocs. And I also want to deploy the asdocs as a jar (classifier is?) just like is done for javadocs so these docs and be integrated into IDE(s).
Currently the asdocs are completely missing from the site. Can someone point me in the right direction to accomplish this? We use the flexmojos-maven-plugin to build the flex artifact (swc) Thanks, -Dave
