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

Dan Rosen commented on MSHITTY-37:
----------------------------------

I don't think this is necessary.  You can override the default of "src/it" with 
something like:

{code}
<configuration>
  <projects> <!-- configure test mojo to run foo/*/pom.xml -->
    <fileset>
      <directory>foo</directory>
      <includes>
        <include>*/pom.xml</include>
      </includes>
    </fileset>
  </projects>
  <filesets> <!-- configure clean mojo to delete bar and all its contents -->
    <fileset>
      <directory>bar</directory>
    </fileset>
  </filesets>
</configuration>
{code}

If a user wants to override one of these, it seems likely they're doing 
something unconventional and would want to override both explicitly.

I do think the element names {{<projects>}} and {{<filesets>}} are a bit 
unintuitive, though...

> Parameterise the src/it directory location
> ------------------------------------------
>
>                 Key: MSHITTY-37
>                 URL: http://jira.codehaus.org/browse/MSHITTY-37
>             Project: Maven 2.x SHITTY Plugin
>          Issue Type: Improvement
>          Components: Clean, Documentation, Test
>    Affects Versions: 1.0-alpha-3
>            Reporter: Samuel Le Berrigaud
>            Assignee: Jason Dillon
>


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