Skip to content

Basepom to extend as a starting point for OSS projects published by prisma-capacity.eu

License

Notifications You must be signed in to change notification settings

prisma-capacity/basepom-oss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base POM for Open-Source Projects published by PRISMA European Capacity Platform GmbH

Java CI MavenCentral

This POM provides some reasonable default plugin configurations. In order to disable preconfigured plugins, add a .noXXXX File to the root of your repository. (See pom.xml for exact filenames)

To use this in OSS projects define a parent in your pom.xml

<parent>
	<groupId>eu.prismacapacity</groupId>
	<artifactId>basepom-oss</artifactId>
	<version>0.1.0</version> <!-- or the current version -->
</parent>

About

Basepom to extend as a starting point for OSS projects published by prisma-capacity.eu

Resources

License

Stars

Watchers

Forks

Packages

No packages published