Giter Club home page Giter Club logo

archetype-pom's Introduction

Archetype Parent POM

Parent Maven POM setting up a Maven Archetype project. This is done without adding any additional dependency to the project, only Maven plugins.

For a generic, non archetype, POM check the base POM.

Maven Central

Release docs Development docs

Features

  • Build validation.
  • Maven Site reports added for the project.
  • Common build and report plugins.
  • Deployment plugin prepared to deploy into the distribution management repo.
  • Manifest prepared with default configuration.
  • Sets the JDK version to be used by the project.
  • Sets the project default encoding to UTF-8.

Example

The Library Maven Archetype makes use of this POM. And extends it. This is an easy way to check how the POM can be used and modified.

Documentation

Documentation is always generated for the latest release, kept in the 'master' branch:

Documentation is also generated from the latest snapshot, taken from the 'develop' branch:

The documentation site sources come along the source code (as it is a Maven site), so it is always possible to generate them using the following Maven command:

mvn site -P deployment-site

Usage

Use as a parent POM on any Maven archetype project:

<parent>
    <groupId>com.bernardomg.maven</groupId>
    <artifactId>archetype-pom</artifactId>
    <version>(Check POM or badges)</version>
</parent>

Installing

If needed, the project can be added to the local Maven repository with the following command:

mvn install

Collaborate

Any kind of help with the project will be well received, and there are two main ways to give such help:

  • Reporting errors and asking for extensions through the issues management
  • or forking the repository and extending the project

Issues management

Issues are managed at the GitHub project issues tracker, where any Github user may report bugs or ask for new features.

Getting the code

If you wish to fork or modify the code, visit the GitHub project page, where the latest versions are always kept. Check the 'master' branch for the latest release, and the 'develop' for the current, and stable, development version.

License

The project has been released under the MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.