Author: khmarbaise
Date: Sat Sep 6 19:12:13 2014
New Revision: 1622910
URL: http://svn.apache.org/r1622910
Log:
- Removed deleting of log files for analyzing them in Jenkins.
Modified:
maven/plugins/trunk/rat-report.sh
Modified: maven/plugins/trunk/rat-report.sh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/rat-report.sh?rev=1622910&r1=1622909&r2=1622910&view=diff
==============================================================================
--- maven/plugins/trunk/rat-report.sh (original)
+++ maven/plugins/trunk/rat-report.sh Sat Sep 6 19:12:13 2014
@@ -11,6 +11,6 @@ done;
# Printout the reports only first 19 lines which contain the usefull
information.
head -n19 `find . -maxdepth 3 -type f -name "rat.txt"`
# Removing report logs.
-for i in $FOLDERS; do
- rm $i.log
-done;
+#for i in $FOLDERS; do
+# rm $i.log
+#done;