Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
/ ppom Public archive

A parent pom project that allows you to publish your Java projects to sonatype easily.

License

Notifications You must be signed in to change notification settings

parentpom/ppom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idea

master Maven Central

How to Use

Implementing a parent pom

<parent>
  <groupId>io.github.parentpom</groupId>
  <artifactId>ppom</artifactId>
  <version>${version}</version>
</parent>

About

A parent pom project that allows you to publish your Java projects to sonatype easily.

Topics

Resources

License

Stars

Watchers

Forks