Malformed POM for xml-apis-xerces
---------------------------------
Key: GEOT-3459
URL: http://jira.codehaus.org/browse/GEOT-3459
Project: GeoTools
Issue Type: Bug
Reporter: Kevin Wright
The POM file located here is invalid:
http://download.osgeo.org/webdav/geotools/xml-apis/xml-apis-xerces/2.7.1/xml-apis-xerces-2.7.1.pom
It currently specifies:
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>xerces-2.7.1</version>
</project>
Which *should* be:
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis-xerces</artifactId>
<version>2.7.1</version>
</project>
This fails to validate and prevents a successful build in any environment using
a downstream maven mirror.
--
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
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel