svn commit: r18551 - trunk/tools/maven/parentpom.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-07-23 09:32:17-0700
New Revision: 18551
Modified:
trunk/tools/maven/parentpom.xml
Log:
Fix of the pmd report for the future.
Modified: trunk/tools/maven/parentpom.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=18551&r1=18550&r2=18551
==============================================================================
--- trunk/tools/maven/parentpom.xml (original)
+++ trunk/tools/maven/parentpom.xml 2010-07-23 09:32:17-0700
@@ -95,11 +95,8 @@
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>
<targetJdk>1.5</targetJdk>
- <excludes>
- <exclude>**/*Lexer.java</exclude>
- </excludes>
<excludeRoots>
- <excludeRoot>target/generated-sources/stubs</excludeRoot>
+ <excludeRoot>src_generated</excludeRoot>
</excludeRoots>
</configuration>
</plugin>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2637399
To unsubscribe from this discussion, e-mail: [[email protected]].