[jboss-jira] [JBoss JIRA] (AS7-2451) TS: Print help banner on `mvn install` without params.

Ondrej Zizka (Updated) (JIRA) jira-events at lists.jboss.org
Wed Nov 16 17:59:41 EST 2011


     [ https://issues.jboss.org/browse/AS7-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ondrej Zizka updated AS7-2451:
------------------------------

        Summary: TS: Print help banner on `mvn install` without params.  (was: TS: Print help on `mvn install` without params.)
    Description: 
Jaikiran:
{qoute}
Would it be possible to somehow print out all the available options and 
params that need to used, when you run mvn clean install from the 
testsuite modules? Something like a help?
{qoute}

Not sure if it will be possible to check the condition "There are no params", but we can print it every time as well.

  was:
Jaikiran:
{qoute}
Would it be possible to somehow print out all the available options and 
params that need to used, when you run mvn clean install from the 
testsuite modules? Something like a help?
{qoute}


Not sure if it will be possible to check the condition "There are no params", but we can print it every time as well.




{code}
                    <execution>
                        <id>reporting</id>
                        <phase>site</phase>
                        <goals><goal>run</goal></goals>
                        <inherited>false</inherited>
                        <configuration>
                            <target>
                                <echo>************************************************************************************</echo>
                                <echo>   JBoss Application Server Testsuite   </echo>
                                <echo></echo>
                                <echo>   Usage:</echo>
                                <echo></echo>
                                <echo>       mvn [clean] install [-DallTests | (-Dts.&lt;group&gt;)+ ] [&lt;params&gt;]</echo>
                                <echo>       </echo>
                                <echo>       integration-tests.sh [-DallTests | (-Dts.&lt;group&gt;)+ ] [&lt;params&gt;]</echo>
                                <echo>       </echo>
                                <echo>   Where:</echo>
                                <echo>       </echo>
                                <echo>         &lt;group&gt;  = one of smoke, basic, clust, iiop.</echo>
                                <echo>       </echo>
                                <echo>         &lt;params&gt; = -Dds.db=&lt;database&gt;</echo>
                                <echo>       </echo>
                                <echo>************************************************************************************</echo>
                            </target>
                        </configuration>
                    </execution>
{code}

                
> TS: Print help banner on `mvn install` without params.
> ------------------------------------------------------
>
>                 Key: AS7-2451
>                 URL: https://issues.jboss.org/browse/AS7-2451
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: Test Suite
>            Reporter: Ondrej Zizka
>            Assignee: Ondrej Zizka
>             Fix For: 7.1.0.CR1
>
>
> Jaikiran:
> {qoute}
> Would it be possible to somehow print out all the available options and 
> params that need to used, when you run mvn clean install from the 
> testsuite modules? Something like a help?
> {qoute}
> Not sure if it will be possible to check the condition "There are no params", but we can print it every time as well.

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

        


More information about the jboss-jira mailing list