You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Alex Lukin (JIRA)" <ji...@apache.org> on 2008/02/21 11:45:19 UTC

[jira] Created: (JCR-1404) javadoc writing and generation with mvn

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.


[jira] Resolved: (JCR-1404) javadoc writing and generation with mvn

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ 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.