You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2015/10/02 19:15:48 UTC

svn commit: r1706453 - in /creadur/rat/branches/0.12-release: ./ apache-rat-api/ apache-rat-core/ apache-rat-plugin/pom.xml apache-rat-tasks/pom.xml.releaseBackup apache-rat/ pom.xml

Author: jochen
Date: Fri Oct  2 17:15:47 2015
New Revision: 1706453

URL: http://svn.apache.org/viewvc?rev=1706453&view=rev
Log:
Preparing 0.12: Fixing svn:ignore.

Added:
    creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml.releaseBackup
Modified:
    creadur/rat/branches/0.12-release/   (props changed)
    creadur/rat/branches/0.12-release/apache-rat/   (props changed)
    creadur/rat/branches/0.12-release/apache-rat-api/   (props changed)
    creadur/rat/branches/0.12-release/apache-rat-core/   (props changed)
    creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml
    creadur/rat/branches/0.12-release/pom.xml

Propchange: creadur/rat/branches/0.12-release/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Oct  2 17:15:47 2015
@@ -11,3 +11,5 @@ maven-eclipse.xml
 *.iws
 stage
 release.properties
+
+pom.xml.releaseBackup

Propchange: creadur/rat/branches/0.12-release/apache-rat/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Oct  2 17:15:47 2015
@@ -4,3 +4,5 @@ maven-eclipse.xml
 *.iml
 *.ipr
 *.iws
+
+pom.xml.releaseBackup

Propchange: creadur/rat/branches/0.12-release/apache-rat-api/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Oct  2 17:15:47 2015
@@ -6,3 +6,5 @@
 target
 target/*
 .settings
+
+pom.xml.releaseBackup

Propchange: creadur/rat/branches/0.12-release/apache-rat-core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Oct  2 17:15:47 2015
@@ -4,3 +4,5 @@ maven-eclipse.xml
 *.iml
 *.ipr
 *.iws
+
+pom.xml.releaseBackup

Modified: creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml?rev=1706453&r1=1706452&r2=1706453&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/branches/0.12-release/apache-rat-plugin/pom.xml Fri Oct  2 17:15:47 2015
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>apache-rat-project</artifactId>
     <groupId>org.apache.rat</groupId>
-    <version>0.12</version>
+    <version>0.12-SNAPSHOT</version>
   </parent>
   <artifactId>apache-rat-plugin</artifactId>
   <packaging>maven-plugin</packaging>
@@ -116,7 +116,7 @@
         						</goals>
         					</pluginExecutionFilter>
         					<action>
-        						<ignore />
+        						<ignore></ignore>
         					</action>
         				</pluginExecution>
         			</pluginExecutions>
@@ -301,10 +301,4 @@
     </profile>
   </profiles>
 -->
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/tags/0.13-SNAPSHOT</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/tags/0.13-SNAPSHOT</developerConnection>
-    <url>http://svn.apache.org/repos/asf/creadur/rat/tags/0.13-SNAPSHOT</url>
-  </scm>
 </project>

Added: creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml.releaseBackup
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml.releaseBackup?rev=1706453&view=auto
==============================================================================
--- creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml.releaseBackup (added)
+++ creadur/rat/branches/0.12-release/apache-rat-tasks/pom.xml.releaseBackup Fri Oct  2 17:15:47 2015
@@ -0,0 +1,172 @@
+<?xml version='1.0'?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.rat</groupId>
+    <artifactId>apache-rat-project</artifactId>
+    <version>0.12-SNAPSHOT</version>
+  </parent>
+  <artifactId>apache-rat-tasks</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Creadur Rat::Tasks4Ant</name>
+  <description>
+ A plugin for Apache Ant that runs Apache Rat
+   to audit the source to be distributed.
+  </description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.rat</groupId>
+      <artifactId>apache-rat-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant-antunit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant-testutil</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <resources>
+      <resource>
+        <filtering>false</filtering>
+        <directory>src/main/resources</directory>
+      </resource>
+      <resource>
+        <filtering>true</filtering>
+        <directory>src/main/filtered-resources</directory>
+      </resource>
+      <resource>
+        <directory>..</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>RELEASE_NOTES.txt</include>
+        </includes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>generate-test-resources</phase>
+            <goals>
+              <goal>copy-dependencies</goal>
+            </goals>
+            <configuration>
+              <stripVersion>true</stripVersion>
+              <includeArtifactIds>ant-antunit</includeArtifactIds>
+              <outputDirectory>${project.build.directory}/dependencies</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>test</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <target>
+                <ant antfile="src/test/resources/antunit/report-bad-configurations.xml" inheritAll="false" inheritRefs="false">
+                  <property name="jar.name" location="${project.build.outputDirectory}" />
+                  <property name="base.dir" location="${basedir}" />
+                  <property name="antunit.jar.name" location="${project.build.directory}/dependencies/ant-antunit.jar" />
+                  <property name="test.skipped" value="${maven.test.skip}" />
+                  <property name="test.classpath" refid="maven.test.classpath" />
+                </ant>
+                <ant antfile="src/test/resources/antunit/report-normal-operation.xml" inheritAll="false" inheritRefs="false">
+                  <property name="jar.name" location="${project.build.outputDirectory}" />
+                  <property name="base.dir" location="${basedir}" />
+                  <property name="antunit.jar.name" location="${project.build.directory}/dependencies/ant-antunit.jar" />
+                  <property name="test.skipped" value="${maven.test.skip}" />
+                  <property name="test.classpath" refid="maven.test.classpath" />
+                </ant>
+              </target>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <!-- This file does not have license header because it is used to test license headers -->
+              <exclude>src/test/resources/antunit/index.apt</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <versionRange>[2.0,)</versionRange>
+                    <goals>
+                      <goal>copy-dependencies</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore />
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <!-- Strangely no PMD report appears in this submodule -->
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>

Modified: creadur/rat/branches/0.12-release/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/pom.xml?rev=1706453&r1=1706452&r2=1706453&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/pom.xml (original)
+++ creadur/rat/branches/0.12-release/pom.xml Fri Oct  2 17:15:47 2015
@@ -267,7 +267,7 @@ agnostic home for software distribution
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <!-- Must use previous version, to avoid a cyclic reference -->
-        <version>${previousRatVersion}</version>
+        <version>0.12-SNAPSHOT</version>
       </plugin>
     </plugins>
   </reporting>