Hi there,

I was wondering who's responsible for the m2 pom's in the maven2
repository?  There's an error in a commons-jxpath dependency:

http://www.ibiblio.org/maven2/commons-jxpath/commons-jxpath/1.2/commons-jxpath-1.2.pom

<dependency>
      <groupId>ant-optional</groupId>
      <artifactId>ant-optional</artifactId>
      <version>1.5.1</version>
</dependency>

Should be:

<dependency>
      <groupId>ant</groupId>
      <artifactId>ant-optional</artifactId>
      <version>1.5.1</version>
</dependency>

But there's no pom.xml or v4 project.xml in the commons-jxpath source
repository - is this created manually?

Cheers,

Mark

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

Reply via email to