try adding executions to your plugin
       <plugin>
          <groupId>org.codehaus.fu</groupId>
          <artifactId>bar</artifactId>
          <version>1.0</version>
        <executions>
          <execution>
            <id>some_id</id>
            <phase>some_phase</phase>
            <configuration>
              <tasks>
                <mkdir 
dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/"></mkdir>
               </tasks>
            </configuration>
          </execution>
        </executions>

Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Thu, 2 Oct 2008 11:44:52 -0700
> From: [EMAIL PROTECTED]
> Subject: creating a new directory with maven
> To: users@maven.apache.org
> 
> Hi, I know I can use the antrun plugin to create a directory, but is there an 
> existing maven plugin that is tailored to creating directories?
> 
> Thanks,
> Jerry
> 
> 
> 
>       

_________________________________________________________________
See how Windows Mobile brings your life together—at home, work, or on the go.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/

Reply via email to