Author: rmannibucau Date: Sun Jul 13 17:15:13 2014 New Revision: 1610250 URL: http://svn.apache.org/r1610250 Log: oops, wrong attribute
Modified: tomee/tomee/trunk/examples/deltaspike-fullstack/pom.xml Modified: tomee/tomee/trunk/examples/deltaspike-fullstack/pom.xml URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/deltaspike-fullstack/pom.xml?rev=1610250&r1=1610249&r2=1610250&view=diff ============================================================================== --- tomee/tomee/trunk/examples/deltaspike-fullstack/pom.xml (original) +++ tomee/tomee/trunk/examples/deltaspike-fullstack/pom.xml Sun Jul 13 17:15:13 2014 @@ -46,7 +46,7 @@ <artifactId>openjpa-maven-plugin</artifactId> <version>2.3.0</version> <configuration> - <classes>**/org/superbiz/deltaspike/domain/*.class</classes> + <includes>org/superbiz/deltaspike/domain/*.class</includes> </configuration> <executions> <execution>