io.fabric8:maven-model-interpreter

Parent POM for JBoss projects. Provides default project build configuration.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

maven-model-interpreter
Last Version

Last Version

4
Release Date

Release Date

Type

Type

jar
Description

Description

Parent POM for JBoss projects. Provides default project build configuration.
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

http://github.com/fabric8-launcher/maven-model-interpreter

Download maven-model-interpreter

How to add to project

<!-- https://jarcasting.com/artifacts/io.fabric8/maven-model-interpreter/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>maven-model-interpreter</artifactId>
    <version>4</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/maven-model-interpreter/
implementation 'io.fabric8:maven-model-interpreter:4'
// https://jarcasting.com/artifacts/io.fabric8/maven-model-interpreter/
implementation ("io.fabric8:maven-model-interpreter:4")
'io.fabric8:maven-model-interpreter:jar:4'
<dependency org="io.fabric8" name="maven-model-interpreter" rev="4">
  <artifact name="maven-model-interpreter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='maven-model-interpreter', version='4')
)
libraryDependencies += "io.fabric8" % "maven-model-interpreter" % "4"
[io.fabric8/maven-model-interpreter "4"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-model jar 3.5.4
org.jdom : jdom jar 1.1.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.11.1

Project Modules

There are no modules declared in this project.

Maven Model Helper

CircleCI

A library to parse Maven descriptors (pom.xml) and write changes to the model preserving the original comments

To use this library, add the following dependency to your project:

<dependency>
  <groupId>io.fabric8</groupId>
  <artifactId>maven-model-helper</artifactId>
  <version>16</version>
</dependency>

See MavenTest for more details

io.fabric8

Fabric8 Launcher

Versions

Version
4
3
2
1