On Wed, Jan 14, 2009 at 2:04 PM, ddinger <[email protected]> wrote: > I moved the compiler dependency to the plugin section, but I still get > the watermark ;-) > What confuses me is, that if I execute the maven build locally > everything works fine.
What do you mean "locally". Is this running on a build server or something? You need either the Flex Builder version of the Flex SDK or the free non-MPL version of the Flex SDK installed somewhere (using install-mojo) where the build can see it. On your local machine it's your local repository (~/.m2). If you are doing this on a build server or several machines, you should use an internal repository (Nexus, Archiva, etc.) and deploy the FDK there. When doing the build, use the mvn -X parameter to get verbose output, and somewhere in your build you should see something like: [DEBUG] (f) pluginArtifacts = [........, com.adobe.flex.compiler:license:jar:3.2.0.3958:compile,......] If you don't see any references to the license.jar on the plugins classpath, it won't accept the license key. Logan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
