https://github.com/samply/maven-parent
Parent POM for open source SAMPLY projects
https://github.com/samply/maven-parent
Last synced: 3 months ago
JSON representation
Parent POM for open source SAMPLY projects
- Host: GitHub
- URL: https://github.com/samply/maven-parent
- Owner: samply
- License: apache-2.0
- Created: 2020-10-05T11:17:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T14:56:24.000Z (over 3 years ago)
- Last Synced: 2024-12-30T07:14:09.204Z (5 months ago)
- Size: 29.3 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Samply Maven
## How to use the internal MITRO maven repository
Maven uses several repositories:
1. $HOME/.m2/repository
2. the active repositories in your settings.xml and pom.xml
3. the central Maven RepositoryIf maven searches for artifacts this list of repository is searched in this
particular order. The first artifact that matches the requirements is used.The parent POM can be used in another SAMPLY project by adding the parent artefact specification
in the projects POM:```xml
de.samply
parent
${VERSION}```
## License
Copyright 2020 The Samply Development Community
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.