Skip to content

AtlasOfLivingAustralia/ala-parent-pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ala-parent-pom BuildStatus

This is a Maven Parent POM file which manages versions for plugins and some common dependencies such as JUnit to remove complexity from ALA Maven projects.

Deployment

Deployment of ala-parent-pom is to Sonatype OSSRH for staging, and then release once confirmed.

Deployment is performed using the following command:

mvn clean deploy -Psonatype-oss-release

Usage

Use the following as the parent for a pom file to use this parent pom:

     <parent>
         <groupId>au.org.ala</groupId>
         <artifactId>ala-parent-pom</artifactId>
         <version>10</version>
     </parent>

About

Parent pom with common settings for all Maven based projects

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published