ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 521 forks source link

Fix Maven file structure #729

Closed thibaultmeyer closed 2 years ago

thibaultmeyer commented 2 years ago

Fix the following error encountered with the latest version of Maven under IntelliJ and Java 11+.

Reporting configuration should be done in <reporting> section, not in 
maven-site-plugin <configuration> as reportPlugins parameter.

This error prevents IntelliJ from loading the entire project.

raphaelbauer commented 2 years ago

Nice!

Could you add one line to changelog.md?

Thanks!

thibaultmeyer commented 2 years ago

Done + Rebase to resolve conflict on Changelog.md

@raphaelbauer

raphaelbauer commented 2 years ago

👍 cool. Thanks!