Hi David,

Revision
    8035 <http://fisheye.codehaus.org/changelog/mojo/?cs=8035>
Author
    david
Date
    2008-11-10 17:27:46 -0600 (Mon, 10 Nov 2008)


      Log Message

configure reports and add license

[...]
+   <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-changes-plugin</artifactId>
+        <configuration>
+          <columnNames>Key,Summary,Status,Resolution,Assignee,Type,Version,Fix 
Version</columnNames>
+          <toAddresses>
+            <toAddress>[email protected]</toAddress>
+            <toAddress>[EMAIL PROTECTED]</toAddress>
+            <toAddress>[EMAIL PROTECTED]</toAddress>
+          </toAddresses>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <threshold>Normal</threshold>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

Please consider to add <version> elements for these plugins to ensure the site output is reproducible.


Benjamin

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to