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
Priority: Trivial
Fix For: 1.5
"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.