[
https://issues.apache.org/jira/browse/JCR-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved JCR-1404.
--------------------------------
Resolution: Fixed
Assignee: Jukka Zitting
POM improvement applied in revision 691315. Thanks!
> javadoc writing and generation with mvn
> ---------------------------------------
>
> Key: JCR-1404
> URL: https://issues.apache.org/jira/browse/JCR-1404
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-ocm
> Environment: Linux sun jdk 1.6
> Reporter: Alex Lukin
> Assignee: Jukka Zitting
> Priority: Trivial
> Fix For: 1.5
>
> Original Estimate: 120h
> Remaining Estimate: 120h
>
> "mvn -source 1.5 javadoc:javadoc" does not work because following lines must
> be added to pom.xml
> <plugin>
> <artifactId>maven-javadoc-plugin</artifactId>
> <configuration>
> <source>1.5</source>
> </configuration>
> </plugin>
> Please also write more comprehensive javadocs to allow better source
> understanding and developer co-operation
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.