POM for commons-jelly-tags-ant has incorrect artifact & references bogus
dependency
-----------------------------------------------------------------------------------
Key: MEV-38
URL: http://jira.codehaus.org/browse/MEV-38
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: J. Matthew Pryor
http://www.ibiblio.org/maven2/commons-jelly/commons-jelly-tags-ant/1.0/commons-jelly-tags-ant-1.0.pom
has an incorrect artifact ID and also maskes reference to a SNAPSHOT version
of commons-jelly which has no POM
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-jelly-tags-antlr</groupId>
<artifactId>commons-jelly-tags-antlr</artifactId>
<name>commons-jelly-tags-antlr</name>
<version>1.0</version>
<description>This is a Jelly interface for Antlr.</description>
<dependencies>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.1</version>
</dependency>
</dependencies>
</project>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]