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


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

        

Reply via email to