From 2f420d892e5e32f126ce7eabdcbd3395266f0355 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 31 Jul 2003 02:38:30 +0000 Subject: [PATCH] Fix for the fact that maven.compile.src.set is no longer available git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113758 13f79535-47bb-0310-9956-ffa450edef68 --- antlr/plugin.jelly | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/antlr/plugin.jelly b/antlr/plugin.jelly index c2c7543e..5e80b471 100644 --- a/antlr/plugin.jelly +++ b/antlr/plugin.jelly @@ -19,13 +19,14 @@ description="Generate source from antlr grammars" prereqs="antlr:prepare-filesystem"> - + + ${maven.build.dir}/antlr + ${pom.addCompileSourceRoot(pathToAdd)} + ${maven.antlr.grammars} @@ -39,6 +40,7 @@ + antlrSrcDir='${antlrSrcDir}'