Hi all,
I have two different packages for class enhancement. I use the following
pom.xml snippet
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>openjpa-maven-plugin</artifactId>
<version>1.2</version>
<configuration>
<includes>pf4mip/persistence/popo/*.class</includes>
<excludes>pf4mip/persistence/popo/*Id.class</excludes>
<includes>pf4mip/persistence/br/*.class</includes>
<excludes>pf4mip/persistence/br/*PK.class</excludes>
<configuration/>
<executions>
<execution>
<id>enhancer</id>
<phase>process-classes</phase>
<goals>
<goal>enhance</goal>
</goals>
</execution>
</executions>
</plugin>
But it seems that only one include and exclude is recognized. Is that true?
What can I do?
Thx in advance
--
Christopher
twitter: @fakod
blog: http://blog.fakod.eu