org.apache.ftpserver:ftpserver-parent:1.0.4 pom is invalid
----------------------------------------------------------
Key: FTPSERVER-388
URL: https://issues.apache.org/jira/browse/FTPSERVER-388
Project: FtpServer
Issue Type: Bug
Affects Versions: 1.0.4
Reporter: Stevo Slavic
[ftpserver-parent-1.0.4.pom|http://repo1.maven.org/maven2/org/apache/ftpserver/ftpserver-parent/1.0.4/ftpserver-parent-1.0.4.pom]
is invalid, there is an "r" character just after closing groupId tag, and
before opening artifactId tag.
Because of this Apache Maven (apache-maven-3.0-beta-3 in my case but probably
Apache Maven 2 bahaves in similar fashion), when building a project which has
dependency on ftpserver artifact which has ftpserver-parent as parent e.g.
project with dependency to ftpserver-core, reports that ftpserver-parent pom is
invalid and that because of that Apache Maven won't resolve any transitive
dependencies (dependencies defined in ftpserver-core) so one has to add them
manually (e.g. add dependencies to org.apache.ftpserver:ftplet-api and
org.apache.mina:mina-core) even though they might not be used directly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.