Maven Content Check Plugin

BuildBox is set of tools and plugins based on Maven 2, helping java developers with various build types and with the build process itself.

License

License

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.sf.buildbox.maven
ArtifactId

ArtifactId

contentcheck-maven-plugin
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven Content Check Plugin
BuildBox is set of tools and plugins based on Maven 2, helping java developers with various build types and with the build process itself.
Project URL

Project URL

http://buildbox.sf.net/contentcheck-maven-plugin
Project Organization

Project Organization

Buildbox
Source Code Management

Source Code Management

http://github.com/buildbox/contentcheck-maven-plugin

Download contentcheck-maven-plugin

How to add to project

<plugin>
    <groupId>net.sf.buildbox.maven</groupId>
    <artifactId>contentcheck-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.maven : maven-archiver jar 2.2
org.apache.maven : maven-project jar 2.2.1
org.apache.maven : maven-plugin-api jar 2.2.1
org.codehaus.plexus : plexus-utils jar 2.0.5
org.apache.maven.plugins : maven-project-info-reports-plugin jar 2.3.1
org.codehaus.jackson : jackson-core-asl jar 1.6.0
org.codehaus.jackson : jackson-mapper-asl jar 1.6.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.

Maven Content Check Plugin

TravisCI Status

Gives you more control over your WAR file's contents:

  • detects arrival of new jars into WEB-INF/lib - dependency changes have non-trivial transitive impacts; some commonly used libraries embed others which makes the real content of the class-path quite chaotic
  • detects class conflicts between contained jars - are often easy to avoid, but rarely detected - and can cause really ugly, mysterious troubles
  • helps you identify license issues

For more info, see the project website or usage.

Contributing

Any contribution is welcome. You can help by

  • reporting issues of any kind
  • proofreading the texts
  • contributing patches, ideally by forking this repo and posting pull-request
net.sf.buildbox.maven

Buildkite

We've changed our name to Buildkite!

Versions

Version
1.0.2
1.0.0