Add automatic integration tests
-------------------------------

                 Key: MTOMCAT-67
                 URL: http://jira.codehaus.org/browse/MTOMCAT-67
             Project: Maven 2.x Tomcat Plugin
          Issue Type: Test
    Affects Versions: 1.1
            Reporter: Mark Michaelis
         Attachments: restructuring-and-itests.patch

Because of MTOMCAT-62 I think it is necessary to have automatic integration 
tests to see if the migration to Tomcat 7 works without problems. To achieve 
this I have a proposal for integration tests. In addition I also restructured 
the whole tomcat-maven-plugin. The main artifact is now tomcat6x-maven-plugin 
as I think we will need tomcat7x-maven-plugin as extra module and perhaps 
tomcat-maven-plugin-common for shared artifacts.

The first integration test added is the one you already provided in the 
sources. But now it is automatically executed.

To test the whole plugin call the parent POM with:

{noformat}
tomcat-maven-plugin/# mvn clean verify -P integration-test
{noformat}

This will ensure that the plugin is installed in the phase pre-integration-test 
rather than install and that the Integration Test module is actually added.

Because of the Major change I suggest to move to version number 2.0-SNAPSHOT so 
that version 2.0 will come with Tomcat 7 support eventually.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to