Ocean Maven Plugin

Maven Plugin Tools are a library of utility classes to aid in the development and testing of plugins for Maven 2. Key features include support for Java 5 annotation based descriptor generation via an annotation extractor (available separately), and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.

License

License

The Revised BSD Licence
Categories

Categories

Maven Build Tools Net
GroupId

GroupId

au.net.ocean.maven.plugin
ArtifactId

ArtifactId

maven-plugin
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Ocean Maven Plugin
Maven Plugin Tools are a library of utility classes to aid in the development and testing of plugins for Maven 2. Key features include support for Java 5 annotation based descriptor generation via an annotation extractor (available separately), and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.
Project Organization

Project Organization

Ocean

Download maven-plugin

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
au.net.ocean.maven.plugin : maven-plugin-annotations jar 1.0
org.apache.maven : maven-plugin-api jar [2.0,)

provided (1)

Group / Artifact Type Version
org.apache.maven : maven-project jar 2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0