On Thursday 18 Sep 2003 21:28, Ciramella, EJ wrote:
> How about this?
>
>   <!-- 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>

No.
groupId cannot be org.apache.tools.ant ... look at 
http://www.ibiblio.org/maven
the directories are the 'groups' that are "available". 

If you change the "groupId" part above from "org.apache.tools.ants" to "ant" 
then you'd have significantly more success ;-)

-- 
Andy


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

Reply via email to