So you are saying that I need to setup my own 'central' repository (or push the artifacts to) that our team would point to? Then the next question is "then I guess there's a property that somewhere that would need to be sent on each developers machine to tell Maven where/which remote repository to use? -----Original Message----- From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 3:58 PM To: Maven Users List Subject: RE: Newbie questions
> 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
