> I just started looking into Maven as a possible replacement 
> for our large ant build scripts.  I've read a few articles 
> and then started to try to put together a structure to build 
> our product using Maven.  This brought up the following questions:
>  
> 1) How does everyone specify the dependencies for a web 
> application? Specifically, the servlet api libraries which 
> come from the container. Our developers use Tomcat, the 
> 'release' build is done on a machine running WebLogic. 
>  
> 2) I know that you can use the J2EE libraries for #1 above, 
> but what happens with the central 
> repository(...ibiblio/maven) doesn't contain entries for J2EE?
>  
> 3)  What about JDBC libraries from vendor like Oracle, IBM, 
> Microsoft, etc within the central repository?
>  
> 4) What about 'other libraries' that we use within our webapp 
> that are not in the central repository?  Libraries from 
> SourceForge, some in fact don't number their jar file with 
> version number (xyz.jar rather than xyz-1.2.1.jar)?
>  

You can put these all in your own repository. 
See http://maven.apache.org/reference/plugins/artifact/examples.html

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

Reply via email to