You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Olivier Lamy (JIRA)" <ji...@apache.org> on 2011/09/12 10:41:08 UTC

[jira] [Created] (MTOMCAT-97) rename current tomcat maven plugin to tomcat6 and add tomcat7

rename current tomcat maven plugin to tomcat6 and add tomcat7 
--------------------------------------------------------------

                 Key: MTOMCAT-97
                 URL: https://issues.apache.org/jira/browse/MTOMCAT-97
             Project: Maven 2.x Tomcat Plugin
          Issue Type: Task
            Reporter: Olivier Lamy
            Assignee: Olivier Lamy


To prevent confusion for users, I'd like to rename the current version which supports tomcat 6 to tomcat6 and add tomcat 7 support in tomcat7.
users will have now to use tomcat6:run instead tomcat:run.
Btw users will have to add a pluginGroup entry in ~/.m2/settings.xml as the used groupId is not automatically discovered by maven core.
Any objections ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[jira] [Updated] (MTOMCAT-97) rename current tomcat maven plugin to tomcat6 and add tomcat7

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

Olivier Lamy updated MTOMCAT-97:
--------------------------------

    Fix Version/s: 2.0

> rename current tomcat maven plugin to tomcat6 and add tomcat7 
> --------------------------------------------------------------
>
>                 Key: MTOMCAT-97
>                 URL: https://issues.apache.org/jira/browse/MTOMCAT-97
>             Project: Maven 2.x Tomcat Plugin
>          Issue Type: Task
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 2.0
>
>
> To prevent confusion for users, I'd like to rename the current version which supports tomcat 6 to tomcat6 and add tomcat 7 support in tomcat7.
> users will have now to use tomcat6:run instead tomcat:run.
> Btw users will have to add a pluginGroup entry in ~/.m2/settings.xml as the used groupId is not automatically discovered by maven core.
> Any objections ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[jira] [Commented] (MTOMCAT-97) rename current tomcat maven plugin to tomcat6 and add tomcat7

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MTOMCAT-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105742#comment-13105742 ] 

Hudson commented on MTOMCAT-97:
-------------------------------

Integrated in TomcatMavenPlugin #9 (See [https://builds.apache.org/job/TomcatMavenPlugin/9/])
    [MTOMCAT-97] rename current tomcat maven plugin to tomcat6 and add tomcat7 : fix artifactId and project name, fix other pom samples
[MTOMCAT-97] rename current tomcat maven plugin to tomcat6 and add tomcat7
rename current plugin to tomcat6

olamy : http://svn.apache.org/viewvc/?view=rev&rev=1171296
Files : 
* /tomcat/maven-plugin/trunk/pom.xml
* /tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/test/project-resources/simple-war-project/pom.xml
* /tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/test/project-resources/tomcat-run-multi-config/pom.xml
* /tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/test/project-resources/usage-contextpath/pom.xml
* /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
* /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/examples/add-system-properties.apt.vm
* /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/examples/adjust-embedded-tomcat-version.apt.vm
* /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/examples/deployment-tomcat7.apt.vm
* /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/examples/deployment.apt.vm
* /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/usage.apt.vm

olamy : http://svn.apache.org/viewvc/?view=rev&rev=1171292
Files : 
* /tomcat/maven-plugin/trunk/pom.xml
* /tomcat/maven-plugin/trunk/tomcat-maven-plugin
* /tomcat/maven-plugin/trunk/tomcat6-maven-plugin


> rename current tomcat maven plugin to tomcat6 and add tomcat7 
> --------------------------------------------------------------
>
>                 Key: MTOMCAT-97
>                 URL: https://issues.apache.org/jira/browse/MTOMCAT-97
>             Project: Maven 2.x Tomcat Plugin
>          Issue Type: Task
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 2.0
>
>
> To prevent confusion for users, I'd like to rename the current version which supports tomcat 6 to tomcat6 and add tomcat 7 support in tomcat7.
> users will have now to use tomcat6:run instead tomcat:run.
> Btw users will have to add a pluginGroup entry in ~/.m2/settings.xml as the used groupId is not automatically discovered by maven core.
> Any objections ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[jira] [Closed] (MTOMCAT-97) rename current tomcat maven plugin to tomcat6 and add tomcat7

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

Olivier Lamy closed MTOMCAT-97.
-------------------------------

    Resolution: Fixed

done renamed to tomcat6

> rename current tomcat maven plugin to tomcat6 and add tomcat7 
> --------------------------------------------------------------
>
>                 Key: MTOMCAT-97
>                 URL: https://issues.apache.org/jira/browse/MTOMCAT-97
>             Project: Maven 2.x Tomcat Plugin
>          Issue Type: Task
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 2.0
>
>
> To prevent confusion for users, I'd like to rename the current version which supports tomcat 6 to tomcat6 and add tomcat 7 support in tomcat7.
> users will have now to use tomcat6:run instead tomcat:run.
> Btw users will have to add a pluginGroup entry in ~/.m2/settings.xml as the used groupId is not automatically discovered by maven core.
> Any objections ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org