[
https://issues.apache.org/jira/browse/FTPSERVER-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862729#action_12862729
]
Gary Tully commented on FTPSERVER-368:
--------------------------------------
M2Eclipse which I think uses an embedded maven version which is a 3.0-SNAPSHOT
for dependency tracking. The pom
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?view=markup
depends on {code}<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
<version>${ftpserver-version}</version>
<scope>test</scope>
</dependency>{code} and the transitive dependencies are not pulled in due
to the ${pom.version} reference.
> parent pom.xml and core/pom.xml reference to ${groupId} should be
> ${project.groupId} in the ftplet -api dependency
> ------------------------------------------------------------------------------------------------------------------
>
> Key: FTPSERVER-368
> URL: https://issues.apache.org/jira/browse/FTPSERVER-368
> Project: FtpServer
> Issue Type: Bug
> Affects Versions: 1.0.4
> Reporter: Gary Tully
> Assignee: Niklas Gustavsson
> Fix For: 1.0.5, 1.1.0
>
> Attachments: FTPSERVER-368.patch
>
>
> pom fails to validate with maven 2
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.