Author: grobmeier Date: Fri Jun 19 05:43:58 2009 New Revision: 786378 URL: http://svn.apache.org/viewvc?rev=786378&view=rev Log: JEXL-57: Change pom.xml to make it Netbeans Maven2 plugin friendly Contributed by Henri Biestro
Modified: commons/proper/jexl/branches/2.0/pom.xml Modified: commons/proper/jexl/branches/2.0/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/pom.xml?rev=786378&r1=786377&r2=786378&view=diff ============================================================================== --- commons/proper/jexl/branches/2.0/pom.xml (original) +++ commons/proper/jexl/branches/2.0/pom.xml Fri Jun 19 05:43:58 2009 @@ -139,8 +139,8 @@ <id>jexl-jjtree</id> <configuration> <sourceDirectory>${basedir}/src/java/org/apache/commons/jexl/parser</sourceDirectory> - <outputDirectory>${project.build.directory}/generated-src/java/org/apache/commons/jexl/parser</outputDirectory> - <timestampDirectory>${project.build.directory}/generated-src/javacc-timestamp</timestampDirectory> + <outputDirectory>${project.build.directory}/generated-sources/java/org/apache/commons/jexl/parser</outputDirectory> + <timestampDirectory>${project.build.directory}/generated-sources/javacc-timestamp</timestampDirectory> <packageName>org.apache.commons.jexl.parser</packageName> </configuration> <goals> @@ -150,9 +150,9 @@ <execution> <id>jexl-javacc</id> <configuration> - <sourceDirectory>${project.build.directory}/generated-src/java/org/apache/commons/jexl/parser</sourceDirectory> - <outputDirectory>${project.build.directory}/generated-src/java</outputDirectory> - <timestampDirectory>${project.build.directory}/generated-src/javacc-timestamp</timestampDirectory> + <sourceDirectory>${project.build.directory}/generated-sources/java/org/apache/commons/jexl/parser</sourceDirectory> + <outputDirectory>${project.build.directory}/generated-sources/java</outputDirectory> + <timestampDirectory>${project.build.directory}/generated-sources/javacc-timestamp</timestampDirectory> <packageName>org.apache.commons.jexl.parser</packageName> </configuration> <goals>