You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "DevNull43 (JIRA)" <ji...@apache.org> on 2010/03/11 00:59:27 UTC

[jira] Created: (FTPSERVER-356) Incorrect pom.xml on trunk

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.


[jira] Commented: (FTPSERVER-356) Incorrect pom.xml on trunk

Posted by "Stevo Slavic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910725#action_12910725 ] 

Stevo Slavic commented on FTPSERVER-356:
----------------------------------------

Created issue http://jira.codehaus.org/browse/MEV-671

> Incorrect pom.xml on trunk
> --------------------------
>
>                 Key: FTPSERVER-356
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-356
>             Project: FtpServer
>          Issue Type: Bug
>            Reporter: DevNull43
>            Assignee: Niklas Gustavsson
>            Priority: Critical
>             Fix For: 1.0.5, 1.1.0
>
>         Attachments: ftpserver-parent-1.0.4.pom
>
>
> 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.


[jira] Commented: (FTPSERVER-356) Incorrect pom.xml on trunk

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843954#action_12843954 ] 

Niklas Gustavsson commented on FTPSERVER-356:
---------------------------------------------

I fixed the same problem in the 1.0.x branch
svn -m "Fixing typo in POM (FTPSERVER-356)" commit
Sending        pom.xml
Transmitting file data .
Committed revision 921712.

We seem to have had this bug since our first release without anyone reporting it previously:
https://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0-M2/pom.xml

And, as noted, Maven happily accepts it. Anyways, nice getting it fixed. Thanks for reporting!

> 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.5, 1.1.0
>
>
> 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.


[jira] Commented: (FTPSERVER-356) Incorrect pom.xml on trunk

Posted by "Ben Arnold (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Resolved: (FTPSERVER-356) Incorrect pom.xml on trunk

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved FTPSERVER-356.
-----------------------------------------

    Resolution: Fixed

Thanks for the heads up !

Fixed on rev 921642

> 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.


[jira] Closed: (FTPSERVER-356) Incorrect pom.xml on trunk

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-356.
---------------------------------------

    Assignee: Niklas Gustavsson

> Incorrect pom.xml on trunk
> --------------------------
>
>                 Key: FTPSERVER-356
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-356
>             Project: FtpServer
>          Issue Type: Bug
>            Reporter: DevNull43
>            Assignee: Niklas Gustavsson
>            Priority: Critical
>             Fix For: 1.0.5, 1.1.0
>
>
> 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.


[jira] Commented: (FTPSERVER-356) Incorrect pom.xml on trunk

Posted by "Stevo Slavic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910155#action_12910155 ] 

Stevo Slavic commented on FTPSERVER-356:
----------------------------------------

Can some maintener please create a request to fix ftpserver-parent:1.0.4:pom at Maven Evangelism JIRA project ( http://maven.apache.org/guides/mini/guide-maven-evangelism.html ). Following is a link to "Guide to Maven Evangelism", for fixing metadata: http://maven.apache.org/guides/mini/guide-maven-evangelism.html

> Incorrect pom.xml on trunk
> --------------------------
>
>                 Key: FTPSERVER-356
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-356
>             Project: FtpServer
>          Issue Type: Bug
>            Reporter: DevNull43
>            Assignee: Niklas Gustavsson
>            Priority: Critical
>             Fix For: 1.0.5, 1.1.0
>
>
> 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.


[jira] Updated: (FTPSERVER-356) Incorrect pom.xml on trunk

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson updated FTPSERVER-356:
----------------------------------------

    Fix Version/s:     (was: 1.0.3)
                   1.1.0
                   1.0.5

> 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.5, 1.1.0
>
>
> 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.


[jira] Issue Comment Edited: (FTPSERVER-356) Incorrect pom.xml on trunk

Posted by "Stevo Slavic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910155#action_12910155 ] 

Stevo Slavic edited comment on FTPSERVER-356 at 9/16/10 12:20 PM:
------------------------------------------------------------------

Can some maintener please create a request to fix ftpserver-parent:1.0.4:pom at Maven Evangelism JIRA project ( http://jira.codehaus.org/browse/MEV ). Following is a link to "Guide to Maven Evangelism", for fixing metadata: http://maven.apache.org/guides/mini/guide-maven-evangelism.html

      was (Author: sslavic):
    Can some maintener please create a request to fix ftpserver-parent:1.0.4:pom at Maven Evangelism JIRA project ( http://maven.apache.org/guides/mini/guide-maven-evangelism.html ). Following is a link to "Guide to Maven Evangelism", for fixing metadata: http://maven.apache.org/guides/mini/guide-maven-evangelism.html
  
> Incorrect pom.xml on trunk
> --------------------------
>
>                 Key: FTPSERVER-356
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-356
>             Project: FtpServer
>          Issue Type: Bug
>            Reporter: DevNull43
>            Assignee: Niklas Gustavsson
>            Priority: Critical
>             Fix For: 1.0.5, 1.1.0
>
>
> 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.


[jira] Updated: (FTPSERVER-356) Incorrect pom.xml on trunk

Posted by "Stevo Slavic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stevo Slavic updated FTPSERVER-356:
-----------------------------------

    Attachment: ftpserver-parent-1.0.4.pom

Attaching fixed ftpserver-parent-1.0.4.pom

> Incorrect pom.xml on trunk
> --------------------------
>
>                 Key: FTPSERVER-356
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-356
>             Project: FtpServer
>          Issue Type: Bug
>            Reporter: DevNull43
>            Assignee: Niklas Gustavsson
>            Priority: Critical
>             Fix For: 1.0.5, 1.1.0
>
>         Attachments: ftpserver-parent-1.0.4.pom
>
>
> 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.