Tidy Maven Plugin

Tidy Plugin for Maven. The Tidy plugin provides goals for tidying up your source code.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

tidy-maven-plugin
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Tidy Maven Plugin
Tidy Plugin for Maven. The Tidy plugin provides goals for tidying up your source code.
Project URL

Project URL

http://www.mojohaus.org/tidy-maven-plugin/
Project Organization

Project Organization

MojoHaus
Source Code Management

Source Code Management

https://github.com/mojohaus/tidy-maven-plugin

Download tidy-maven-plugin

How to add to project

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>tidy-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Dependencies

compile (5)

Group / Artifact Type Version
org.codehaus.plexus : plexus-utils jar 3.0.24
stax : stax-api jar 1.0.1
org.codehaus.woodstox : stax2-api jar 3.1.4
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-project jar 2.2.1

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

runtime (1)

Group / Artifact Type Version
com.fasterxml.woodstox : woodstox-core jar 5.0.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

MojoHaus Tidy Maven Plugin

This is the tidy-maven-plugin.

Apache License, Version 2.0, January 2004 Maven Central Build Status

Releasing

  • Make sure gpg-agent is running.
  • Execute mvn -B release:prepare release:perform

For publishing the site do the following:

cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
org.codehaus.mojo

MojoHaus

Various plugins for Apache Maven. Previously hosted on Codehaus and known as the codehaus MOJO project

Versions

Version
1.1.0
1.0.0
1.0-beta-1
1.0-alpha-2
1.0-alpha-1