Mr Maven: A Maven Meta Manager

๐Ÿ‘จโ€๐Ÿญ Mr Maven provides a system for management of Maven that's a convenience level "above" Maven, or a "meta" level. It uses focused regional approaches from a front-line "service desk" that encompasses abstract yet advanced optimizing parallelism.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

biz.seankelly.maven
ArtifactId

ArtifactId

mr-maven
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Mr Maven: A Maven Meta Manager
๐Ÿ‘จโ€๐Ÿญ Mr Maven provides a system for management of Maven that's a convenience level "above" Maven, or a "meta" level. It uses focused regional approaches from a front-line "service desk" that encompasses abstract yet advanced optimizing parallelism.

Download mr-maven

How to add to project

<!-- https://jarcasting.com/artifacts/biz.seankelly.maven/mr-maven/ -->
<dependency>
    <groupId>biz.seankelly.maven</groupId>
    <artifactId>mr-maven</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/biz.seankelly.maven/mr-maven/
implementation 'biz.seankelly.maven:mr-maven:1.0.2'
// https://jarcasting.com/artifacts/biz.seankelly.maven/mr-maven/
implementation ("biz.seankelly.maven:mr-maven:1.0.2")
'biz.seankelly.maven:mr-maven:jar:1.0.2'
<dependency org="biz.seankelly.maven" name="mr-maven" rev="1.0.2">
  <artifact name="mr-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.seankelly.maven', module='mr-maven', version='1.0.2')
)
libraryDependencies += "biz.seankelly.maven" % "mr-maven" % "1.0.2"
[biz.seankelly.maven/mr-maven "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

PDS Engineering Node Maven Parent POM

Description

This project is simply the parent POM for gov.nasa.pds projects using Maven. It includes some common repositories, distributionManagement, plugins, and reporting information all gov.nasa.pds projects should inherit.

See pom.xml for more information

Release and Deployment

In the event updates are made to the POM and they are ready for release, perform the following steps:

  1. Version the POM to a new version.
VERSION=1.1.0
mvn versions:set -DnewVersion=$VERSION
git add pom.xml
  1. Deploy to Sonatype (Maven Central)
# For operational release
mvn clean site deploy -P release

# For release candidate
mvn clean site deploy
  1. Tag a release in Github
git tag v${VERSION}
git push --tags
biz.seankelly.maven

NASA Planetary Data System Software

Versions

Version
1.0.2