[
https://issues.apache.org/jira/browse/JCR-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jukka Zitting updated JCR-1104:
-------------------------------
Attachment: pom.xml
In preparation for the switch to JCR 2.0, I've attached the POM file that can be used with the JCR API jar file found in the JSR 283 proposed final draft (PFD).
The dependency setting for this jar will be:
<dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
<version>2.0-pfd</version>
</dependency>
This jar is *not* available on the central Maven repository, so you'll need to install it manually to your local repository. To do that, download the JSR 283 PFD package and the POM file attached here, and install them with the following command:
mvn install:install-file -Dfile=/path/to/lib/jcr-2.0.jar -DpomFile=/path/to/pom.xml
> JSR 283 support
> ---------------
>
> Key: JCR-1104
> URL:
https://issues.apache.org/jira/browse/JCR-1104> Project: Jackrabbit Content Repository
> Issue Type: New Feature
> Components: JCR 2.0
> Reporter: Stefan Guggisberg
> Assignee: Jukka Zitting
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: pom.xml, sharednodesapi.diff
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.