<dependency>
<id>weblogic</id>
<version>6.1sp4</version>
<url>http://www.beasys.com/</url>
<jar>weblogic.jar</jar>
</dependency>A 10:07 18/09/2003 -0400, vous avez �crit :
OK, but what does this look like in the project.xml? And in fact, we are soon to start supporting both websphere and weblogic, should this be handled by a maven.xml file (per project basis) versus in the project.xml file?
-----Original Message----- From: Jean-Fran�ois El Fouly [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 10:03 AM To: [EMAIL PROTECTED] Subject: Re: Dependencies on things that should not be downloaded...
A 09:51 18/09/2003 -0400, vous avez �crit : >How do I handle a jar in the project.xml file that shouldn't be downloaded? >For instance, we extend weblogic classes and we want to use a jar file >either locally or on a shared machine.
We do pretty much the same thing. Just install weblogic.jar manually in your maven repository, e.g. in ./weblogic/jars/weblogic.jar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
