Version: Apache Maven 3.0.5
I succesfully generated a changelog.xml via the maven site plugin and the command mvn site
. Site plugin content of the pom.xml:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0-beta-2</version>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.3</version>
</plugin>
</reportPlugins>
</configuration>
</plugin>
Now I require a changelog.html as well, I could not find any information on how to configurate my pom.xml to generate a html version of the changlog.