1

The documentation for flexmojos plugin states that loadExterns parameter is deprecated, and suggests: " Use dependency with type "xml" and classifier "link-report" (http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/compile-swf-mojo.html#loadExterns) . Can somebody please explain or show an example of how to do it?

Thanks!

Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588

1 Answers1

0

There is a wiki page that explain's flexmojos' use of the maven dependency mechanism to generate mxmlc and compc configurations.

I didn't find the link-report classifier in it, but the mechanism should be the same.

Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588