I am fairly new to maven2.
Once the dependecies are listed, I see how maven automagically figures
out what are the needed jars and downloads them.
I can compile, test and jar my maven2 project just fine. My problem is
that when I try to run from the SNAPSHOT, I can no longer find all the
jars that were used during the compilation process.
After a package I would like to: java -jar SNAPSHOT.jar and have it work.
- Should I include all the needed jars in my SNAPSHOT.jar ? If so how.
or
- Can maven echo out the classpath used during compile and test so I
can set my classpath to the same so it will execute ?
-Thanks
Steve More
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]