springtestdbunit / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
http://springtestdbunit.github.com/spring-test-dbunit/
Apache License 2.0
476 stars 238 forks source link

Maven plugin is causing warnings during build #158

Open ppodgorsek opened 5 years ago

ppodgorsek commented 5 years ago

A Maven plugin is causing warning to be displayed in the console when building the project, this should be fixed.

[WARNING] Some problems were encountered while building the effective model for com.github.springtestdbunit:spring-test-dbunit:jar:1.3.1-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-javadoc-plugin @ line 222, column 12 [WARNING] Reporting configuration should be done in section, not in maven-site-plugin as reportPlugins parameter. @ line 167, column 20 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

ppodgorsek commented 5 years ago

Will be done in a maintained repository under https://github.com/ppodgorsek/spring-test-dbunit/issues/4