Any suggestion or ETA on newer "site" plugin from the developers? 
Has a JIRA been raised on this?

Thanks

Benoit


Jan Vissers wrote:
> 
> Hi, this is an issue that has been brought earlier...
> as things stand with maven (or at least 2.0.4 which I'm checking) the
> multi module / aggregated reporting sucks!
> 
> Don't know whether this is going to change any time soon.
> This might well mean, that we're not leaving ANT - as one of the key
> 'selling' points of maven (reporting) isn't ready for (J2EE) use.
> 
> 
> Benoit Xhenseval wrote:
>> Hi *,
>>
>> I believe that I've followed Anne's suggestions on:
>> http://www.nabble.com/multi-module-project-site%3A-link-to-module-sites-tf1980169.html#a5433379
>>
>> I call maven:
>> mvn site:stage -DstagingDirectory=C:\fullsite
>>
>> However, it seems that the apidocs and xref files for the modules are not
>> copied in the fullsite directory (or module sub-directory)
>> \fullsite\moduleA\apidocs\index.html (ONLY file in apidocs and it is 0KB)
>> same for xref and xref-test
>>
>> Should I call those differently?
>>
>>     <reporting>
>>         <plugins>
>>             <plugin>
>>                 <groupId>org.apache.maven.plugins</groupId>
>>                 <artifactId>maven-javadoc-plugin</artifactId>
>>             </plugin>
>>             <plugin>
>>                 <groupId>org.apache.maven.plugins</groupId>
>>                 <artifactId>maven-surefire-report-plugin</artifactId>
>>             </plugin>
>>             <plugin>
>>                 <groupId>org.codehaus.mojo</groupId>
>>                 <artifactId>taglist-maven-plugin</artifactId>
>>             </plugin>
>>             <plugin>
>>                 <groupId>org.apache.maven.plugins</groupId>
>>                 <artifactId>maven-pmd-plugin</artifactId>
>>         <configuration>
>>             <targetJdk>1.5</targetJdk>
>>         </configuration>
>>             </plugin>
>>             <plugin>
>>                   <groupId>org.apache.maven.plugins</groupId>
>>                   <artifactId>maven-checkstyle-plugin</artifactId>
>>             </plugin>
>>         <plugin>
>>                   <groupId>org.apache.maven.plugins</groupId>
>>                   <artifactId>maven-jxr-plugin</artifactId>
>>             </plugin>
>>         </plugins>
>>     </reporting>
>>
>> Many thanks
>>
>> Benoit
>>
>>
>>
>>
>>   
>> ------------------------------------------------------------------------
>>
>> No virus found in this incoming message.
>> Checked by AVG Free Edition.
>> Version: 7.1.405 / Virus Database: 268.11.1/421 - Release Date: 16-8-2006
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/M2-site%3Astage-does-not-copy-apidocs-and-xref--tf2122285.html#a5866355
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to