You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2015/05/20 05:51:37 UTC

svn commit: r1680447 - /openmeetings/trunk/singlewebapp/pom.xml

Author: solomax
Date: Wed May 20 03:51:37 2015
New Revision: 1680447

URL: http://svn.apache.org/r1680447
Log:
[OPENMEETINGS-1086] apache-rat-plugin is added to the build

Modified:
    openmeetings/trunk/singlewebapp/pom.xml

Modified: openmeetings/trunk/singlewebapp/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/pom.xml?rev=1680447&r1=1680446&r2=1680447&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/pom.xml (original)
+++ openmeetings/trunk/singlewebapp/pom.xml Wed May 20 03:51:37 2015
@@ -687,13 +687,13 @@
 			<plugin>
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>
-				<!--executions>
+				<executions>
 					<execution>
 						<goals>
 							<goal>check</goal>
 						</goals>
 					</execution>
-				</executions-->
+				</executions>
 			</plugin>
 		</plugins>
  		<pluginManagement>
@@ -850,9 +850,8 @@
 				<plugin>
 					<groupId>org.apache.rat</groupId>
 					<artifactId>apache-rat-plugin</artifactId>
-					<version>0.11</version>
+					<version>0.12-SNAPSHOT</version>
 					<configuration>
-						<excludes></excludes>
 						<addDefaultLicenseMatchers>true</addDefaultLicenseMatchers>
 						<licenses>
 							<license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
@@ -872,14 +871,14 @@
 								</patterns>
 							</license>
 						</licenses>
-						<!--licenseFamilies>
+						<licenseFamilies>
 							<licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
 								<familyName>MIT and GPL v2</familyName>
 							</licenseFamily>
 							<licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
 								<familyName>MIT</familyName>
 							</licenseFamily>
-						</licenseFamilies-->
+						</licenseFamilies>
 				</configuration>
 				</plugin>