I apologize for asking what is probably the most basic of questions, but I can't seem to find the answer
on the Maven web site. I'm starting out using Maven just for site generation. I've created a project.xml
and am listing out my dependencies, however one of the jars I need to compile my src is rt.jar. Now adding
this to my local or remote repository is easy enough, however since my project considers this a perquisite
dependency it feels wrong to have to do this. I've got rt.jar in my classpath, but Maven doesn't seem to look
at the CLASSPATH at all. Is this correct? I looked at the project.xml for struts, but couldn't find how they
were including this in the classpath. What is the normal way of doing this?


Derek Greer


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to