On 2010-03-12 16:33, tmcgi...@aessuccess.org wrote:
> I have been using Maven and the Site plugin for over a year now and it has 
> been working fine.  Today I went to use it and my index.html file is 
> displaying information that is in the <description> tag of the pom and not 
> the index.apt file I have been using.

This suggest to me that the site generation has not finished. If you
don't supply an index file (apt or xdoc) the Site Plugin will use
information from the POM to create an index.html file for you.

>  I am also getting the error
> 
> DEPRECATED: Binding aggregator mojos to lifecycle phases in the POM is 
> considered dangerous.
> This feature has been deprecated. Please adjust your POM files 
> accordingly.
> 
> for the org.apache.maven.plugins:maven-javadoc-plugin:2.6:aggregate, and 
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.1.2:dependency-convergence

Try to disable these two reporting plugins, to see if the site
generation will complete successfully.

> 
> I am running this inside M2Eclipse.
> 
> 
> Tim McGinnis
> 717 720-1962
> Web Development
> AES/PHEAA
> ==============================================================================
> This message contains privileged and confidential information intended for 
> the above addressees only.  If you
> receive this message in error please delete or destroy this message and/or 
> attachments.  
> 
> The sender of this message will fully cooperate in the civil and criminal 
> prosecution of any individual engaging
> in the unauthorized use of this message.
> ==============================================================================
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to