Fabric3 Maven Runtime Extension

Provides Maven-specific extensions

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.fabric3
ArtifactId

ArtifactId

fabric3-maven-extension
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Fabric3 Maven Runtime Extension
Provides Maven-specific extensions
Project Organization

Project Organization

Fabric3

Download fabric3-maven-extension

How to add to project

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

Dependencies

provided (3)

Group / Artifact Type Version
org.fabric3 : fabric3-spi jar 3.0.0
org.fabric3 : fabric3-test-spi jar 3.0.0
org.fabric3 : fabric3-maven-api jar 3.0.0

Project Modules

There are no modules declared in this project.

Fabric3 Maven Test Plugins

This repository hosts the Fabric3 maven test plugins source. Information on Fabric3 can be found at http://www.fabric3.org.

Building the Source

Requirements are JDK 7 and Maven 3.1.1+.

To build the source of a tagged release:

  1. Execute: mvn clean install

To build the source of a development branch:

  1. Checkout and build https://github.com/Fabric3/fabric3-core so that the SNAPSHOT runtime dependencies are installed in the machine's local Maven repository.

  2. Execute: mvn clean install

org.fabric3

Fabric3

Versions

Version
3.0.0
2.5.3
2.5.2
2.5.0