Maven site issues
|
|
|
If you are facing problems generating maven site with the maven-site-plugin using Maven 3 you have to upgrade to version 3 of Maven Site plugin
|
|
mvn site call only creates css and images in your target/site folder |
|
|
If you are using Maven 3 or later you should upgrade your maven site to the 3.0-beta-3 at least |
| � |
Update your maven site plugin of your project's pom.xml-file with the following parameters :
GroupId : org.apache.maven.plugins
ArtifactId : maven-site-plugin
Version : 3.0
|