You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2014/12/06 22:41:52 UTC

incubator-tamaya git commit: TAMAYA-17 Goal check of RAT will now be executed and a report will be generated by RAT during the site generation.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 653b94bd4 -> 94badf65b


TAMAYA-17 Goal check of RAT will now be executed and a report will be generated by RAT during the site generation.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/94badf65
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/94badf65
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/94badf65

Branch: refs/heads/master
Commit: 94badf65ba89c82cb6ae96edab2dc6edcec42b84
Parents: 653b94b
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Dec 6 22:40:49 2014 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Dec 6 22:40:49 2014 +0100

----------------------------------------------------------------------
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/94badf65/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ded51b6..9543cec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,15 @@ under the License.
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>≈${rat.version}</version>
+                    <version>${rat.version}</version>
+                    <executions>
+                        <execution>
+                            <phase>verify</phase>
+                            <goals>
+                                <goal>check</goal>
+                            </goals>
+                        </execution>
+                    </executions>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
@@ -518,6 +526,11 @@ under the License.
                 </reportSets>
             </plugin>
             <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <version>${rat.version}</version>
+            </plugin>
+            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
                 <version>${findbugs.version}</version>