Updated Branches: refs/heads/master 3dbcc88f2 -> 8aaa5abc0
Adding a settings file to the Rat exclude list, and setting the number of accepted license issues to 0 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8aaa5abc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8aaa5abc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8aaa5abc Branch: refs/heads/master Commit: 8aaa5abc02a78722301ccc23fbd784df9f073180 Parents: 3dbcc88 Author: Chip Childers <[email protected]> Authored: Thu Sep 13 17:15:09 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Thu Sep 13 17:15:09 2012 -0400 ---------------------------------------------------------------------- pom.xml | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8aaa5abc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f66d254..7b35f6a 100644 --- a/pom.xml +++ b/pom.xml @@ -182,8 +182,8 @@ <artifactId>apache-rat-plugin</artifactId> <version>0.8</version> <configuration> - <numUnapprovedLicenses>1</numUnapprovedLicenses> - <excludeSubProjects>false</excludeSubProjects> + <numUnapprovedLicenses>0</numUnapprovedLicenses> + <excludeSubProjects>true</excludeSubProjects> <excludes> <exclude>.git/**</exclude> <exclude>.gitignore</exclude> @@ -261,6 +261,7 @@ <exclude>patches/systemvm/debian/vpn/etc/xl2tpd/xl2tpd.conf</exclude> <exclude>patches/systemvm/debian/vpn/etc/xl2tpd/xl2tpd.conf.orig</exclude> <exclude>patches/systemvm/debian/vpn/etc/ipsec.secrets</exclude> + <exclude>plugins/deployment-planners/user-dispersing/.settings/org.eclipse.jdt.core.prefs</exclude> <exclude>tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf</exclude> <exclude>tools/devcloud/devcloud.cfg</exclude> <exclude>ui/lib/flot/jquery.colorhelpers.js</exclude> @@ -289,15 +290,6 @@ <exclude>waf</exclude> </excludes> </configuration> - <executions> - <execution> - <id>generate-rat-report</id> - <phase>verify</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
