Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.0.4
-
None
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
FTPSERVER-356 Incorrect pom.xml on trunk
- Closed