Author: linus Date: 2010-12-28 12:04:39-0800 New Revision: 18947 Modified: trunk/tools/maven/parentpom.xml
Log: Let the compile show Warnings and use of Deprecated interfaces. These changes are only for the maven build from within Hudson and does not affect the source or the build scripts for the release. Modified: trunk/tools/maven/parentpom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=18947&r1=18946&r2=18947 ============================================================================== --- trunk/tools/maven/parentpom.xml (original) +++ trunk/tools/maven/parentpom.xml 2010-12-28 12:04:39-0800 @@ -49,8 +49,11 @@ <configuration> <source>1.5</source> <target>1.5</target> + <showDeprecation>true</showDeprecation> + <showWarnings>true</showWarnings> </configuration> </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2694368 To unsubscribe from this discussion, e-mail: [[email protected]].
