[ http://jira.codehaus.org/browse/MSITE-182?page=all ]
Dennis Lundberg closed MSITE-182.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.0
I have just tried this with a SVN trunk version of the site plugin and it is
working for me.
I tried using all these combinations:
mvn site
mvn site:stage
mvn site:stage-deploy -DstagingSiteURL=file://...
> site:stage doesn't bring over reports like javadoc
> --------------------------------------------------
>
> Key: MSITE-182
> URL: http://jira.codehaus.org/browse/MSITE-182
> Project: Maven 2.x Site Plugin
> Issue Type: Bug
> Affects Versions: 2.0-beta-5
> Reporter: Brian Fox
> Fix For: 2.0
>
>
> Perform site:stage with a report plugin like javadoc:
> <reporting>
> <plugins>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-javadoc-plugin</artifactId>
> <configuration>
> <minmemory>128m</minmemory>
> <maxmemory>512</maxmemory>
> </configuration>
> </plugin>
> </plugins>
> </reporting>
> These reports are still generated in /target/site and not in the
> -DstagingDirectory= location.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira