svn commit: r18614 - trunk/tools/maven/parentpom.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-08-02 11:31:53-0700
New Revision: 18614
Modified:
trunk/tools/maven/parentpom.xml
Log:
Finally discovered how to configure the findbugs plugin for maven2.
Modified: trunk/tools/maven/parentpom.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=18614&r1=18613&r2=18614
==============================================================================
--- trunk/tools/maven/parentpom.xml (original)
+++ trunk/tools/maven/parentpom.xml 2010-08-02 11:31:53-0700
@@ -61,10 +61,6 @@
</dependency>
</dependencies>
- <properties>
- <maven.findbugs.timeout>18000000</maven.findbugs.timeout>
- </properties>
-
<reporting>
<plugins>
<plugin>
@@ -79,6 +75,9 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.1</version>
+ <configuration>
+ <timeout>18000000</timeout>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2641906
To unsubscribe from this discussion, e-mail: [[email protected]].