Skip to content

reason-bv/commons-opensource-super-pom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

commons-opensource-super-pom

Commons Super POM for Open Source projects.

The Super POM contains build configuration that is common to many (sometimes all) modules.

The motivation for its use is to single-source as much of the lightweight, often-used build configuration as possible.

Usage

Add the following to the top of your project's root or parent pom.xml:

<parent>
    <groupId>com.bazaarvoice.commons</groupId>
    <artifactId>bv-opensource-super-pom</artifactId>
    <version>1.2</version>
    <relativePath />
</parent>

About

Commons Super POM for Open Source projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published