I thought it might be something like that, but the groupID tag info in the Maven Project Descriptors page doesn't have a description of the tag.
Luciano -----Original Message----- From: Leo Simons [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:10 PM To: [EMAIL PROTECTED] Subject: Re: How do define multiple jar files per one directory in the repository. easy: <dependency> <groupId>ttna</groupId> <version>blah</version> <id>ttna</id> </dependency> <dependency> <groupId>ttna</groupId> <version>blah</version> <id>ttnasecurity</id> </dependency> with files repo/ttna/jars/ttna-blah.jar repo/ttna/jars/ttnasecurity-blah.jar is what you need. Plenty of examples around, or try the docs. - LSD --------------------------------------------------------------------- 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]
