You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by to...@apache.org on 2011/11/09 09:45:41 UTC

svn commit: r1199653 - /incubator/clerezza/trunk/parent/pom.xml

Author: tommaso
Date: Wed Nov  9 08:45:40 2011
New Revision: 1199653

URL: http://svn.apache.org/viewvc?rev=1199653&view=rev
Log:
[CLEREZZA-646] - temporarily moved RAT check in the 'rat' profile

Modified:
    incubator/clerezza/trunk/parent/pom.xml

Modified: incubator/clerezza/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1199653&r1=1199652&r2=1199653&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Wed Nov  9 08:45:40 2011
@@ -161,6 +161,48 @@
 			</modules>
 		</profile>
 		<profile>
+		  <id>rat</id>
+		  <activation>
+		    <activeByDefault>false</activeByDefault>
+		  </activation>
+		  <build>
+		    <plugins>
+		      <plugin>
+				<groupId>org.apache.rat</groupId>
+				<artifactId>apache-rat-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>default-cli</id>
+						<goals>
+							<goal>check</goal>
+						</goals>
+						<phase>verify</phase>
+			            <configuration>
+			              <excludes>
+			                <!-- File generated by maven-release-plugin -->
+			                <exclude>release.properties</exclude>
+			                <exclude>**/*.sh</exclude>
+			                <exclude>**/shell/**/*</exclude>
+			                <exclude>.scala_dependencies</exclude>
+			                <exclude>**/.project</exclude>
+			                <exclude>**/.settings/**/*</exclude>
+			                <exclude>**/*.iml</exclude>
+			                <exclude>**/target/**/*</exclude>
+			                <exclude>**/test/**/*.nt</exclude>
+			                <exclude>**/test/**/*.ttl</exclude>
+			                <exclude>**/test/**/*.rdf</exclude>
+			                <exclude>**/documentation.nt</exclude>
+			              </excludes>
+			              <numUnapprovedLicenses>1</numUnapprovedLicenses>
+			            </configuration>
+					</execution>
+				</executions>
+			  </plugin>
+
+		    </plugins>
+		  </build>
+		</profile>
+		<profile>
 			<id>it</id>
 			<activation>
 				<activeByDefault>false</activeByDefault>
@@ -409,38 +451,7 @@
 				<groupId>org.codehaus.xsite</groupId>
 				<artifactId>xsite-maven-plugin</artifactId>
 			</plugin>
-			<plugin>
-				<groupId>org.apache.rat</groupId>
-				<artifactId>apache-rat-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>default-cli</id>
-						<goals>
-							<goal>check</goal>
-						</goals>
-						<phase>verify</phase>
-			            <configuration>
-			              <excludes>
-			                <!-- File generated by maven-release-plugin -->
-			                <exclude>release.properties</exclude>
-			                <exclude>**/*.sh</exclude>
-			                <exclude>**/shell/**/*</exclude>
-			                <exclude>.scala_dependencies</exclude>
-			                <exclude>**/.project</exclude>
-			                <exclude>**/.settings/**/*</exclude>
-			                <exclude>**/*.iml</exclude>
-			                <exclude>**/target/**/*</exclude>
-			                <exclude>**/test/**/*.nt</exclude>
-			                <exclude>**/test/**/*.ttl</exclude>
-			                <exclude>**/test/**/*.rdf</exclude>
-			                <exclude>**/documentation.nt</exclude>
-			              </excludes>
-			              <numUnapprovedLicenses>1</numUnapprovedLicenses>
-			            </configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
+	    </plugins>
 		<resources>
 			<resource>
 				<targetPath>META-INF</targetPath>