[ 
https://jira.nuxeo.com/browse/NXDOC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julien Carsique resolved NXDOC-59.
----------------------------------

    Resolution: Fixed

Fixed since 5.4.3-SNAPSHOT.

For projects based on earlier versions, add the following to your POM:
{code}<build>
  <pluginManagement>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <maxmemory>512m</maxmemory>
          <windowtitle>${pom.name} ${pom.version} API 
Documentation</windowtitle>
          <doctitle>${pom.name} ${pom.version} API Documentation</doctitle>
          <header>${pom.name} ${pom.version}</header>
        </configuration>
      </plugin>
    </plugins>
  </pluginManagement>
</build>{code}

> Fix javadoc title for DAM and CMF
> ---------------------------------
>
>                 Key: NXDOC-59
>                 URL: https://jira.nuxeo.com/browse/NXDOC-59
>             Project: Nuxeo Documentation
>          Issue Type: Bug
>            Reporter: Anahide Tchertchian
>            Assignee: Julien Carsique
>
> The javadoc states: Nuxeo Enterprise Platform 5.4 API instead of being 
> related to the actual product and version (DAM 1.2 for instance): 
> http://community.nuxeo.com/api/nuxeo-dam/release-1.2/javadoc/

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to