[
https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843848#action_12843848
]
Ben Arnold commented on FTPSERVER-356:
--------------------------------------
This one-character bug was also in 1.0.2. Fixing it should be a quick win!
I ran into this when I noticed that m2eclipse wasn't resolving a transitive
dependency on ftplet-api through a dependency on ftpserver-core. The same
project built fine using Maven on the command line.
(Just to help people search for this bug, the artefact name of the parent POM
is ftpserver-parent.)
> Incorrect pom.xml on trunk
> --------------------------
>
> Key: FTPSERVER-356
> URL: https://issues.apache.org/jira/browse/FTPSERVER-356
> Project: FtpServer
> Issue Type: Bug
> Reporter: DevNull43
> Priority: Critical
> Fix For: 1.0.3
>
>
> While checking out trunk as maven project, it fails due pom.xml is incorret.
> Line 27 is currently:
> <groupId>org.apache.ftpserver</groupId>r
> The trailing character "r" is invalid.
> Removing character solves the issue and let you import correctly the trunk.
> Please check-in a correct pom.xml
> Cheers
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.