Hi,
i know maven but i'm a newbie in maven2 plugin development
i'm trying to develop a maven-plugin and i was wondering if it was possible
to define a plugin parameter with a <fileset> like in ant
sample :
<build>
...
<plugins>
<plugin>
<groupId>com.mergere.mvnbook.plugins</groupId>
<artifactId>maven-buildinfo-plugin</artifactId>
<executions>
<execution>
<id>extract</id>
<configuration>
<!-- fileset parameter -->
<fileset dir="mydir">
<include name="**/*.java"/>
<exclude name="**/*Test*"/>
</fileset>
</configuration>
</plugin>
Thanks,
Fabrice
--
View this message in context:
http://www.nabble.com/plugin-configuration-with-a-fileset-possible---tf2228329.html#a6175457
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]