Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agabrys committed Nov 4, 2016
1 parent 311e8b9 commit 17c4ee9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# About
[![License BSD 3-Clause](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](http://maven-plugin-utils.projects.gabrys.biz/license.txt)
[![Build Status](https://travis-ci.org/gabrysbiz/maven-plugin-utils.svg?branch=develop)](https://travis-ci.org/gabrysbiz/maven-plugin-utils)
[![Build Status](https://travis-ci.org/gabrysbiz/maven-plugin-utils.svg?branch=release%2F1.4.0)](https://travis-ci.org/gabrysbiz/maven-plugin-utils)

Maven Plugin Utils is a Java library which contains utilities for [Maven 2](https://maven.apache.org/) plugins. It contains tools to:
* scan directories for files and create a virtual (not physical) destination file in the output directory based on the source (see [biz.gabrys.maven.plugin.util.io](http://maven-plugin-utils.projects.gabrys.biz/LATEST/apidocs/index.html?biz/gabrys/maven/plugin/util/io/package-summary.html) package)
* log Mojos parameters (see [biz.gabrys.maven.plugin.util.parameter](http://maven-plugin-utils.projects.gabrys.biz/LATEST/apidocs/index.html?biz/gabrys/maven/plugin/util/parameter/package-summary.html) package)
* manage classpath (see [biz.gabrys.maven.plugin.util.classpath](http://maven-plugin-utils.projects.gabrys.biz/LATEST/apidocs/index.html?biz/gabrys/maven/plugin/util/classpath/package-summary.html) package)
* count execution time (see [biz.gabrys.maven.plugin.util.timer](http://maven-plugin-utils.projects.gabrys.biz/LATEST/apidocs/index.html?biz/gabrys/maven/plugin/util/timer/package-summary.html) package)
* scan directories for files and create a virtual (not physical) destination file in the output directory based on the source (see [biz.gabrys.maven.plugin.util.io](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/apidocs/index.html?biz/gabrys/maven/plugin/util/io/package-summary.html) package)
* log Mojos parameters (see [biz.gabrys.maven.plugin.util.parameter](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/apidocs/index.html?biz/gabrys/maven/plugin/util/parameter/package-summary.html) package)
* manage classpath (see [biz.gabrys.maven.plugin.util.classpath](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/apidocs/index.html?biz/gabrys/maven/plugin/util/classpath/package-summary.html) package)
* count execution time (see [biz.gabrys.maven.plugin.util.timer](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/apidocs/index.html?biz/gabrys/maven/plugin/util/timer/package-summary.html) package)

Read [API documentation](http://maven-plugin-utils.projects.gabrys.biz/LATEST/apidocs/) for more information.
Read [API documentation](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/apidocs/) for more information.

# Requirements
The library to run requires:
* Java 5.0 or higher
* Third-Party Dependencies ([see list](http://maven-plugin-utils.projects.gabrys.biz/LATEST/dependencies.html))
* Third-Party Dependencies ([see list](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/dependencies.html))

# Download
You can download the library from [this page](http://maven-plugin-utils.projects.gabrys.biz/LATEST/download.html)
or using various [dependency management tools](http://maven-plugin-utils.projects.gabrys.biz/LATEST/dependency-info.html).
You can download the library from [this page](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/download.html)
or using various [dependency management tools](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/dependency-info.html).
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<groupId>biz.gabrys.maven</groupId>
<artifactId>plugin-utils</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>Maven Plugin Utils</name>
<description>A Java library which contains utilities for Maven 2 plugins.</description>
<url>http://maven-plugin-utils.projects.gabrys.biz/LATEST/</url>
<url>http://maven-plugin-utils.projects.gabrys.biz/1.4.0/</url>

<inceptionYear>2015</inceptionYear>
<organization>
Expand Down

0 comments on commit 17c4ee9

Please sign in to comment.