Files
maven-plugins/jalopy
brett 4492f57684 fix JIRA links
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114994 13f79535-47bb-0310-9956-ffa450edef68
2004-04-10 00:59:24 +00:00
..
2004-03-04 18:40:25 +00:00
2004-03-04 18:40:25 +00:00
2003-01-24 03:44:26 +00:00
2004-03-04 18:40:25 +00:00
2004-03-04 18:40:25 +00:00
2004-03-04 18:40:25 +00:00
2004-04-10 00:59:24 +00:00
2003-01-24 03:44:26 +00:00

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>