Hello everybody,
I'm using the build-helper-maven-plugin plugin with the add-source goal
as the following:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>../../../cosmos/core/src/main/java/</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
But in fact, there are some classes in
../../../cosmos/core/src/main/java, I want to exclude them. But I can
not find anything about excluding files with build-helper-maven-plugin.
Could anyone help me to solve my problem?
Thanks in advance,
Kinh
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email