o Bumping all plugin version to release status o Validated all plugins to make sure all snapshots were removed. I had to manually insert the versions for: 1) ashkelon 2) commons-dbcp Not sure how either of these got up there without the timestamp mapping. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113303 13f79535-47bb-0310-9956-ffa450edef68
A simple plugin to make jalopy available to you.
Your maven.xml might look something like this:
<goal name="format" prereqs="jalopy:taskdef">
<jalopy fileformat="unix"
loglevel="info"
threads="2">
<fileset dir="src/test" >
<include name="**/*.java" />
</fileset>
</jalopy>
</goal>