On Tue, 22 Jun 2004 12:25:13 +1000, Craig Gaffney <[EMAIL PROTECTED]> wrote: > > G'Day Dion, > Here's the relevant section of the project.xml file within the > Apache Torque download I am using for my first maven experiment, which > is actually suggested on the Maven - Using Maven page. > > <dependency> > <id>jdbc</id> > <version>2.0</version> > <url>http://java.sun.com/products/jdbc/download.html#spec</url> > </dependency>
this goes in repo/jdbc/jars/jdbc-2.0.jar > <dependency> > <id>jndi</id> > <version>1.2.1</version> > <url>http://java.sun.com/products/jndi/</url> > </dependency> This goes in repo/jndi/jars/jndi-1.2.1.jar > So, how would I determine where to place the files if there is > no <groupid> tag? id == groupId:artifactId. If id is the only thing specified then groupId = id and artifactId = id. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
