Looking at the online user guide I find syntax like this :
<dependencies>
<!-- A -->
<dependency>
<groupId>org.apache.tools.ant</groupId>
<artifactId>ant</artifactId>
<version>1.4.1</version>
</dependency>
<!-- B -->
<dependency>
<groupId>org.apache.tools.ant</groupId>
<artifactId>ant-optional</artifactId>
<version>1.4.1</version>
</dependency>
<!-- C -->
<dependency>
<groupId>org.apache.tools.ant</groupId>
<artifactId>poorly-named</artifactId>
<version>1.4.1</version>
</dependency>
</dependencies>
But that doesn't seem to work. If I am dependent on one external project
that has 3 jars associated with it, how can a write a dependency for
that
BTW This project has no version numbers in the jar names, so I need to
use the <jar>xxx</jar> syntax
Thanks,
Matthew
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>