[ 
http://jira.codehaus.org/browse/MSHITTY-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=133576#action_133576
 ] 

Jason Dillon commented on MSHITTY-18:
-------------------------------------

Seems to work for me:

{code}
<plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>shitty-maven-plugin</artifactId>
                <inherited>false</inherited>
                <configuration>
                    <projects>
                        <fileset>
                            <directory>${project.basedir}</directory>
                            <includes>
                                <include>*/pom.xml</include>
                            </includes>
                        </fileset>
                    </projects>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>clean</goal>
                            <goal>install</goal>
                            <goal>test</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
{code}

> there's no way to change the location of the its
> ------------------------------------------------
>
>                 Key: MSHITTY-18
>                 URL: http://jira.codehaus.org/browse/MSHITTY-18
>             Project: Maven 2.x SHITTY Plugin
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 1.0-alpha-2
>            Reporter: Brian Fox
>            Assignee: Jason Dillon
>             Fix For: 1.0-alpha-3
>
>
> I have stuff in src/it already but now i can't use SHITTY in parallel because 
> i can't specify another folder to use for my tests.

-- 
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