Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basepom/basepom
All the base POMs in the world.
https://github.com/basepom/basepom
basepom java maven pom
Last synced: 3 days ago
JSON representation
All the base POMs in the world.
- Host: GitHub
- URL: https://github.com/basepom/basepom
- Owner: basepom
- License: apache-2.0
- Created: 2013-08-02T01:15:38.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T18:23:27.000Z (3 months ago)
- Last Synced: 2025-01-24T09:06:20.386Z (10 days ago)
- Topics: basepom, java, maven, pom
- Language: Makefile
- Homepage:
- Size: 1.13 MB
- Stars: 40
- Watchers: 7
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# The BasePOM project - "_All the BasePOMs in the world_"
The BasePOM project aims to make using Apache Maven as a build tool painless. It provides a set of well known plugins for Apache Maven with an opinionated base configuration and a number of configuration options. It is aiming at Java projects but can easily be extended for other languages that are supported by Apache Maven.
It provides base configurations for unified, organization-wide build setups and supports simple project setups and complex Multi Module project use cases.
BasePOM and its private predecessors have been in use in many companies and open-source projects since 2010.
Core features of BasePOM:
**Opinionated configuration**. BasePOM Parent POMs configure Maven Plugins with reasonable defaults
**Property based customization**. BasePOM Parent POMs expose a number of properties that can be customized in Child POMs or from the command line
**Profile activation**. BasePOM Parent POMs contain a number of profiles that activate under specific conditions and customize build steps or activate specific plugins
**Policy modifications**. Any aspect of a BasePOM Parent POM can be customized through Policy POMs
[Full documentation and user guide](https://basepom.org/)
----
## Building, deployment and releasing
## Building and deployment
```bash
# install BasePOMs locally
% make install# deploy BasePOMs to remote (snapshot) repository
% make deploy
```## Create and deploy documentation
```bash
# create local docs in docs/target/site
% make docs# deploy documentation to the basepom.org site
% make deploy-docs
```## Create a release
```bash
# create a release to OSS
% make release
```----
The BasePOM code is licensed under the Apache Software License v2 (ASLv2)
(C) 2013-2023 Henning Schmiedehausen
----
[![ci](https://github.com/basepom/basepom/actions/workflows/ci.yml/badge.svg)](https://github.com/basepom/basepom/actions/workflows/ci.yml)
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/org.basepom/basepom-foundation/badge.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.basepom%22%20AND%20a%3A%22basepom-foundation%22)