[jbossws-issues] [JBoss JIRA] Issue Comment Edited: (JBWS-3215) Review the way testsuite is run using Maven

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Thu Sep 8 05:16:29 EDT 2011


    [ https://issues.jboss.org/browse/JBWS-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626788#comment-12626788 ] 

Alessio Soldano edited comment on JBWS-3215 at 9/8/11 5:16 AM:
---------------------------------------------------------------

A simplified way of running the testsuite now is:
mvn -Pjboss710 -Djboss710.home=path-to-as710 integration-test

otherwise if you have jbossXYZ.home defined in settings.xml, you can still do
mvn -Pjboss710 integration-tests

      was (Author: asoldano):
    A simplified way of running the testsuite now is:
mvn -Djboss710.home=path-to-as710 integration-test

otherwise if you have jbossXYZ.home defined in settings.xml, you can still do
mvn -Pjboss710 integration-tests
  
> Review the way testsuite is run using Maven
> -------------------------------------------
>
>                 Key: JBWS-3215
>                 URL: https://issues.jboss.org/browse/JBWS-3215
>             Project: JBoss Web Services
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf, jbossws-native, productization
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>            Priority: Minor
>             Fix For: jbossws-native-4.0,  jbossws-cxf-4.0
>
>
> Instead of requiring us/users to do what follows to run the testsuite
> > mvn -Ptestsuite,jbossXYZ -DjbossXYZ.home=.. test
> we should probably be able to support something like:
> > mvn -DjbossXYZ.home=.. integration-test
> The move of non-unit tests to integration-test phase is being done as part of JBWS-3210, the rest is probably a matter of implicitly getting the target container from the jbossXYZ.home defined in the env and removing the testsuite profile / automatically enabling the testsuite modules, which just have integration tests.

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

        


More information about the jbossws-issues mailing list