You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/05/24 06:06:16 UTC

[jira] Commented: (JCR-848) javacc-maven-plugin version in jackrabbit-core pom file

    [ https://issues.apache.org/jira/browse/JCR-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498471 ] 

Jukka Zitting commented on JCR-848:
-----------------------------------

Which Maven version are you using? I guess the default javacc-maven-plugin version comes from Maven. The current jackrabbit-core POM works fine for me with Maven 2.0.4 and 2.0.6.

> javacc-maven-plugin version in jackrabbit-core pom file
> -------------------------------------------------------
>
>                 Key: JCR-848
>                 URL: https://issues.apache.org/jira/browse/JCR-848
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: core
>         Environment: linux desktop, normal pc, java 1.5
>            Reporter: Eduardo Burgos
>            Priority: Minor
>
> Hi, I noticed that the pom.xml file of the jackrabbit-core project needs to specify version "2.1" for the javacc-maven-plugin because if it takes the 2.2-SNAPSHOT it won't compile. I put the 2.1 version and it worked fine.
> <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>javacc-maven-plugin</artifactId>
>         <version>2.1</version>
>         <executions>
> Im working with revision 529712 [April 17, 2007, 15:05 EST]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.