Again answering my own question:

In order to get the javadoc for the whole magnolia project (including all available modules) you need to modify the main pom.xml file. Change <aggregate> to true:

  <reporting>
    <plugins>
     ...
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <quiet>true</quiet>
          <aggregate>true</aggregate>
        </configuration>
      </plugin>
     ...
    </plugins>
  </reporting>

The javadoc will then be produced and placed in target/site/apidocs/

Cheers,
Will

On 08.01.2008, at 12:40, Will Scheidegger wrote:

Or, if this is not possible, could someone explain how to get the javadoc from the sources? I was able to build the project with mvn package, but mvn javadoc:javadoc does not seem to produce anything...

Thanks for the help!

-Will

On 07.01.2008, at 21:56, Will Scheidegger wrote:

Could someone please add the current Javadoc to documentation.magnolia.info? Thanks!

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to