In order to use these jars, you need to manually grab them (probably from java.sun.com) and put them in your local repo.
Another option is to check them into your source control system and use Maven's jar override feature to specify the location. This is how I'm doing it.
[EMAIL PROTECTED] wrote:
Hi, I have updated my project.xml and project.properties with the xdoclet stuff as indicated in the Maven Docs. Now, I'm getting the following message when I run 'maven java:compile':
$ maven java:compile __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT
Attempting to download ejb-2.0.jar. WARNING: Failed to download ejb-2.0.jar. The build cannot continue because of the following unsatisfied dependency:
ejb-2.0.jar (no download url specified)
Total time: 4 seconds Finished at: Wed Dec 31 13:41:30 PST 2003
At this time, all the ejb, jar, and war related code is under '${base.dir}/src/java'. I simply want to compile everything and worry about breaking this stuff into multiple projects in the future.
Thanks in advance,
-Conrad
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]