You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2012/11/15 17:37:13 UTC

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugins)

Olivier Lamy created MCOMPILER-186:
--------------------------------------

             Summary: mojos are in wrong package (org.apache.maven.plugins)
                 Key: MCOMPILER-186
                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
             Project: Maven 2.x Compiler Plugin
          Issue Type: Bug
    Affects Versions: 2.5.1, 2.5
            Reporter: Olivier Lamy


To have backward comp.
Copy classes to org.apache.maven.plugins.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugin)

Posted by "Anders Hammar (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCOMPILER-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=313606#comment-313606 ] 

Anders Hammar commented on MCOMPILER-186:
-----------------------------------------

I know. It's freaking annoying that the deprecation text can't go in the @Deprecated annotation.
                
> mojos are in wrong package (org.apache.maven.plugin)
> ----------------------------------------------------
>
>                 Key: MCOMPILER-186
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.5.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 3.0
>
>
> To have backward comp.
> Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugin)

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCOMPILER-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=313608#comment-313608 ] 

Dennis Lundberg commented on MCOMPILER-186:
-------------------------------------------

Shouldn't the classes be in org.apache.maven.plugins.compiler? Note the final 's' in plugins.
                
> mojos are in wrong package (org.apache.maven.plugin)
> ----------------------------------------------------
>
>                 Key: MCOMPILER-186
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.5.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 3.0
>
>
> To have backward comp.
> Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugin)

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCOMPILER-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=313602#comment-313602 ] 

Olivier Lamy commented on MCOMPILER-186:
----------------------------------------

Old are still here but empty and extends ones from correct package and with mojo annotations removed.
So folks extending old ones won't complains :-)
                
> mojos are in wrong package (org.apache.maven.plugin)
> ----------------------------------------------------
>
>                 Key: MCOMPILER-186
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.5.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 3.0
>
>
> To have backward comp.
> Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugin)

Posted by "Anders Hammar (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCOMPILER-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=313594#comment-313594 ] 

Anders Hammar commented on MCOMPILER-186:
-----------------------------------------

What sort of backwards compatibility are we talking about here? Other mojos extending these mojos?
If we *copy* the classes, then when would we remove the deprecated ones? We don't want to have two copies to keep in sync. I'm thinking that if we do this in v3.0, then we don't have to provide backwards compatibility on this level. It would only affect very specific cases when someone has extended these mojos. Which really wasn't possible before Java 5 annotations were introduce I believe. And those we just started to use recently.
                
> mojos are in wrong package (org.apache.maven.plugin)
> ----------------------------------------------------
>
>                 Key: MCOMPILER-186
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.5.1
>            Reporter: Olivier Lamy
>
> To have backward comp.
> Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugin)

Posted by "Anders Hammar (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCOMPILER-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=313603#comment-313603 ] 

Anders Hammar commented on MCOMPILER-186:
-----------------------------------------

Shouldn't we use the @Deprecated annotation as well? Compilers are not required to issue warnings based on the javadoc annotation, although the Sun/Oracle one does. Not sure about the Eclipse compiler for example.
                
> mojos are in wrong package (org.apache.maven.plugin)
> ----------------------------------------------------
>
>                 Key: MCOMPILER-186
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.5.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 3.0
>
>
> To have backward comp.
> Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugin)

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MCOMPILER-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MCOMPILER-186.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
         Assignee: Olivier Lamy
    
> mojos are in wrong package (org.apache.maven.plugin)
> ----------------------------------------------------
>
>                 Key: MCOMPILER-186
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.5.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 3.0
>
>
> To have backward comp.
> Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugin)

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCOMPILER-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=313604#comment-313604 ] 

Olivier Lamy commented on MCOMPILER-186:
----------------------------------------

done.
It's now deprecated twice :-)
                
> mojos are in wrong package (org.apache.maven.plugin)
> ----------------------------------------------------
>
>                 Key: MCOMPILER-186
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.5.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 3.0
>
>
> To have backward comp.
> Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugin)

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCOMPILER-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=313609#comment-313609 ] 

Olivier Lamy commented on MCOMPILER-186:
----------------------------------------

I tend to agree but our plugins currently org.apache.maven.plugin.* 
So I didn't want to change this tradition too.
                
> mojos are in wrong package (org.apache.maven.plugin)
> ----------------------------------------------------
>
>                 Key: MCOMPILER-186
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.5.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 3.0
>
>
> To have backward comp.
> Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MCOMPILER-186) mojos are in wrong package (org.apache.maven.plugin)

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MCOMPILER-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MCOMPILER-186:
-----------------------------------

    Description: 
To have backward comp.
Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

  was:
To have backward comp.
Copy classes to org.apache.maven.plugins.compiler (and mark current one as deprecated) 

        Summary: mojos are in wrong package (org.apache.maven.plugin)  (was: mojos are in wrong package (org.apache.maven.plugins))
    
> mojos are in wrong package (org.apache.maven.plugin)
> ----------------------------------------------------
>
>                 Key: MCOMPILER-186
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-186
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5, 2.5.1
>            Reporter: Olivier Lamy
>
> To have backward comp.
> Copy classes to org.apache.maven.plugin.compiler (and mark current one as deprecated) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira