[antlr-interest] bug with maven plugin and outputDirectory

Putrycz, Erik Erik.Putrycz at nrc-cnrc.gc.ca
Tue Dec 23 10:15:36 PST 2008


I have the following configuration in my maven file:

                                    <plugin>

 
<groupId>org.antlr</groupId>

 
<artifactId>antlr3-maven-plugin</artifactId>

                                                <version>3.1.1</version>

                                                <configuration>

 
<outputDirectory>${basedir}/src/main/java/nrc/cobol/antlr3</outputDirect
ory>

                                                </configuration>

                                    </plugin>

 

The outputDirectory directive is never working and all the generated
code ends in target/generated-sources/antlr

I tried to find the source code for the plugin and cannot find it
anywhere. This used to work with the mojo plugin.

 

Erik.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20081223/0d985ba9/attachment.html 


More information about the antlr-interest mailing list