maven-parent

The root maven POM artifact for Samply Projects

License

License

GroupId

GroupId

de.samply
ArtifactId

ArtifactId

parent
Last Version

Last Version

11.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

maven-parent
The root maven POM artifact for Samply Projects
Project URL

Project URL

https://github.com/samply/maven-parent
Project Organization

Project Organization

Samply Community
Source Code Management

Source Code Management

https://github.com/samply/maven-parent

Download parent

Filename Size
parent-11.1.1.pom 18 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/de.samply/parent/ -->
<dependency>
    <groupId>de.samply</groupId>
    <artifactId>parent</artifactId>
    <version>11.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.samply/parent/
implementation 'de.samply:parent:11.1.1'
// https://jarcasting.com/artifacts/de.samply/parent/
implementation ("de.samply:parent:11.1.1")
'de.samply:parent:pom:11.1.1'
<dependency org="de.samply" name="parent" rev="11.1.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.samply', module='parent', version='11.1.1')
)
libraryDependencies += "de.samply" % "parent" % "11.1.1"
[de.samply/parent "11.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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 Repository

If 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:

<parent>
    <groupId>de.samply</groupId>
    <artifactId>parent</artifactId>
    <version>${VERSION}</version>
</parent>

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.

de.samply

Samply

Versions

Version
11.1.1
11.1.0