Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softsmithy/softsmithy-parent
SoftSmithy Open Source Maven Parent POM
https://github.com/softsmithy/softsmithy-parent
maven maven-pom
Last synced: about 2 months ago
JSON representation
SoftSmithy Open Source Maven Parent POM
- Host: GitHub
- URL: https://github.com/softsmithy/softsmithy-parent
- Owner: SoftSmithy
- License: other
- Created: 2015-06-03T21:05:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T12:15:49.000Z (about 2 months ago)
- Last Synced: 2024-11-17T12:20:17.523Z (about 2 months ago)
- Topics: maven, maven-pom
- Size: 15.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SoftSmithy Open Source Maven Parent POM
This parent POM provides usefull configurations such as properties and pluginManagement.
| 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).