Skip to content

Latest commit

History

75 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Super-POM with common settings for FBK projects

In order to use this super-POM in your project, add the following snippet in your project pom.xml, property replacing VERSION with the version of the super-POM you want to import (in case of multi-module project, add the snippet to the parent pom.xml file):

 <parent>
<groupId>eu.fbk.parent</groupId>
<artifactId>parent</artifactId>
<version>VERSION</version>
</parent>

Optionally, copy all the directories and files in the src folder under the src folder of ypur project. These files provide common settings for Checkstyle, PMD, Eclipse, and site-related plugins (e.g., XREF).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages