On Wed, May 26, 2010 at 2:29 AM, Josh McDonald <[email protected]> wrote:

> I've got my project building with Maven successfully ("mvn compile"), but
> when I try to run "mvn package" to get just the build artifacts rather than
> all the build-process cruft that goes into /target I get a message telling
> me I need license.jar.
>
> Unfortunately, Maven tells me that I should read the FAQ, which just tells
> me that "Maven will provide detailed install instructions at first time you
> try to compile this project"
>
> This project doesn't need the data-visualisation tools yet, so I don't care
> about building without a valid license, but I can't seem to make it work.
>
> What am I doing wrong?


Can you paste your pom?

(Side note, I'm relatively new to maven also, and just in case you run
into some odd dependency quirks when try to debug certain issues, it
can sometimes help to start with a fresh home/.m2/repository (back it
up if you like first.) Then run  'mvn clean install' on your project.)

-- 
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

http://flexmojos.sonatype.org/

Reply via email to