Fabric3 Maven Test Plugins

Fabric3 Test Plugins POM.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.fabric3
ArtifactId

ArtifactId

fabric3-maven-test-plugins
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Fabric3 Maven Test Plugins
Fabric3 Test Plugins POM.
Project Organization

Project Organization

Fabric3
Source Code Management

Source Code Management

http://github.com/Fabric3/fabric3-maven-test-plugins

Download fabric3-maven-test-plugins

How to add to project

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

Dependencies

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

Project Modules

  • fabric3-maven-api
  • fabric3-maven-extension
  • fabric3-itest-plugin

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