Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drombler/drombler-oss-parent
Drombler Open Source Software Parent POM
https://github.com/drombler/drombler-oss-parent
maven-pom parent-pom
Last synced: about 1 month ago
JSON representation
Drombler Open Source Software Parent POM
- Host: GitHub
- URL: https://github.com/drombler/drombler-oss-parent
- Owner: Drombler
- License: other
- Created: 2015-05-31T14:53:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T23:58:38.000Z (9 months ago)
- Last Synced: 2024-05-07T18:29:44.828Z (8 months ago)
- Topics: maven-pom, parent-pom
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Drombler OSS - Parent POM
This Drombler OSS Parent POM should be the parent (either directly or indirectly) of every Drombler project unless there
is a good reason to do otherwise (in which case the reason should be documented).
| Major Version | Comments |
| ------------- | ------- |
| v4 |
- Java SE 11
## Build the project from sources
```bash
mvn clean install
```
Please note that the develop branch (SNAPSHOT version) of the project might depend on SNAPSHOT versions of other projects.
If you don't want to build the dependent projects as well, please make sure to define a proxy in your [Maven Repository Manager](https://maven.apache.org/repository-management.html) to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your [single group](https://help.sonatype.com/repomanager3/formats/maven-repositories#MavenRepositories-ConfiguringApacheMaven).