svn commit: r1612959 - /creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/report/claim/util/LicenseAddingReport.java

2014-07-23 Thread pottlinger
Author: pottlinger Date: Wed Jul 23 22:03:25 2014 New Revision: 1612959 URL: http://svn.apache.org/r1612959 Log: RAT-148: Integrated patch from Chris A. Mattmann, added inlining of MetaData extraction. Modified: creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/report/claim

svn commit: r1613829 - in /creadur/rat/trunk: ./ apache-rat-core/src/main/java/org/apache/rat/ apache-rat-core/src/main/java/org/apache/rat/analysis/ apache-rat-core/src/main/java/org/apache/rat/analy

2014-07-27 Thread pottlinger
Author: pottlinger Date: Sun Jul 27 19:04:51 2014 New Revision: 1613829 URL: http://svn.apache.org/r1613829 Log: RAT-165: https://issues.apache.org/jira/browse/RAT-165 Added new system property rat.skip:boolean to be able to skip plugin execution. Added last days commits to RELEASE_NOTES

svn commit: r1614155 - in /creadur/tentacles/trunk: NOTICE README.mdtext

2014-07-28 Thread pottlinger
Author: pottlinger Date: Mon Jul 28 20:07:58 2014 New Revision: 1614155 URL: http://svn.apache.org/r1614155 Log: FIxed typos and updated year to 2014. Modified: creadur/tentacles/trunk/NOTICE creadur/tentacles/trunk/README.mdtext Modified: creadur/tentacles/trunk/NOTICE URL: http

svn commit: r1614184 - in /creadur/tentacles/trunk/src: main/java/org/apache/creadur/tentacles/filter/ test/ test/java/ test/java/org/ test/java/org/apache/ test/java/org/apache/creadur/ test/java/org

2014-07-28 Thread pottlinger
Author: pottlinger Date: Mon Jul 28 21:23:51 2014 New Revision: 1614184 URL: http://svn.apache.org/r1614184 Log: https://issues.apache.org/jira/browse/TENTACLES-1 Enhanced license and notice filters to not work on directories (thanks to Andy Gumbrecht) by factoring out a new super class. Added

svn commit: r1614187 - /creadur/tentacles/trunk/src/test/java/org/apache/creadur/tentacles/filter/ListOfFilesFilterTest.java

2014-07-28 Thread pottlinger
Author: pottlinger Date: Mon Jul 28 21:27:28 2014 New Revision: 1614187 URL: http://svn.apache.org/r1614187 Log: https://issues.apache.org/jira/browse/TENTACLES-1 Augmenting test case to verify that the list of files to check against is correct. Modified: creadur/tentacles/trunk/src/test

svn commit: r1614756 - in /creadur/rat/trunk: ./ apache-rat-core/ apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/ apache-rat-core/src/main/java/org/apache/rat/report/claim/impl/xml

2014-07-30 Thread pottlinger
Author: pottlinger Date: Wed Jul 30 20:07:42 2014 New Revision: 1614756 URL: http://svn.apache.org/r1614756 Log: RAT-136: Upgrade commons-lang to latest commons-lang3 https://issues.apache.org/jira/browse/RAT-136 -Upgraded to most current commons-lang3:3.3.2, optimized imports, added release

svn commit: r1614758 - /creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java

2014-07-30 Thread pottlinger
Author: pottlinger Date: Wed Jul 30 20:37:37 2014 New Revision: 1614758 URL: http://svn.apache.org/r1614758 Log: RAT-144: AbstractRatMojo String constant arrays should be private https://issues.apache.org/jira/browse/RAT-144 -Refactored arrays into unmodifiable lists and reduced visibility

svn commit: r1614759 - /creadur/rat/trunk/apache-rat-plugin/src/test/java/org/apache/rat/mp/AbstractRatMojoTest.java

2014-07-30 Thread pottlinger
Author: pottlinger Date: Wed Jul 30 20:38:28 2014 New Revision: 1614759 URL: http://svn.apache.org/r1614759 Log: RAT-144: AbstractRatMojo String constant arrays should be private https://issues.apache.org/jira/browse/RAT-144 -Refactored arrays into unmodifiable lists and reduced visibility

svn commit: r1614765 - /creadur/tentacles/trunk/pom.xml

2014-07-30 Thread pottlinger
Author: pottlinger Date: Wed Jul 30 21:02:21 2014 New Revision: 1614765 URL: http://svn.apache.org/r1614765 Log: Upgraded to parent pom v14 and removed unnecessary version information. Modified: creadur/tentacles/trunk/pom.xml Modified: creadur/tentacles/trunk/pom.xml URL: http

svn commit: r1615397 - in /creadur/rat/trunk: apache-rat-plugin/pom.xml pom.xml

2014-08-03 Thread pottlinger
Author: pottlinger Date: Sun Aug 3 09:25:41 2014 New Revision: 1615397 URL: http://svn.apache.org/r1615397 Log: FIxed the site build on CI Locally the build went through although the property placeholder was missing, moved maven.plugin.version to parent pom and used it for annotations

svn commit: r1615427 - in /creadur/rat/trunk: ./ apache-rat-core/ apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/ apache-rat-core/src/main/java/org/apache/rat/report/claim/impl/xml

2014-08-03 Thread pottlinger
Author: pottlinger Date: Sun Aug 3 18:20:09 2014 New Revision: 1615427 URL: http://svn.apache.org/r1615427 Log: reverting RAT-136: https://issues.apache.org/jira/browse/RAT-136 Hopefully the build goes through and everything is backwards compatible to JDK5 again. Modified: creadur/rat

svn commit: r1615430 - /creadur/tentacles/trunk/pom.xml

2014-08-03 Thread pottlinger
Author: pottlinger Date: Sun Aug 3 18:32:48 2014 New Revision: 1615430 URL: http://svn.apache.org/r1615430 Log: pom.xml improvements Adding link to Jira and TODO for Jenkins to be compliant with other creadur parts. Modified: creadur/tentacles/trunk/pom.xml Modified: creadur/tentacles

svn commit: r1615431 - /creadur/rat/trunk/pom.xml

2014-08-03 Thread pottlinger
Author: pottlinger Date: Sun Aug 3 18:34:20 2014 New Revision: 1615431 URL: http://svn.apache.org/r1615431 Log: Added Jenkins links to pom in order to find them more easily. Modified: creadur/rat/trunk/pom.xml Modified: creadur/rat/trunk/pom.xml URL: http://svn.apache.org/viewvc/creadur

svn commit: r1616316 - /creadur/rat/trunk/pom.xml

2014-08-06 Thread pottlinger
Author: pottlinger Date: Wed Aug 6 19:26:53 2014 New Revision: 1616316 URL: http://svn.apache.org/r1616316 Log: Reducing Eclipse warning: Version is derived from parent-pom and needs no overriding here. Modified: creadur/rat/trunk/pom.xml Modified: creadur/rat/trunk/pom.xml URL: http

svn commit: r1616319 - /creadur/tentacles/trunk/src/main/java/org/apache/creadur/tentacles/NexusClient.java

2014-08-06 Thread pottlinger
Author: pottlinger Date: Wed Aug 6 19:34:59 2014 New Revision: 1616319 URL: http://svn.apache.org/r1616319 Log: Using non-deprecated methods of httpClient. Modified: creadur/tentacles/trunk/src/main/java/org/apache/creadur/tentacles/NexusClient.java Modified: creadur/tentacles/trunk/src

svn commit: r1616351 - in /creadur/whisker/trunk: ./ apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/ apache-whisker-app/src/main/java/org/apache/creadur/whisker/app/analysis/ apache-w

2014-08-06 Thread pottlinger
Author: pottlinger Date: Wed Aug 6 21:16:30 2014 New Revision: 1616351 URL: http://svn.apache.org/r1616351 Log: Reducing warnings and updating dependencies -Updated plugins and dependencies (including SCM/SSH) in whisker's parent pom after upgrading to new parent pom apache:14 -Fixing javadoc

svn commit: r1616358 - /creadur/rat/trunk/pom.xml

2014-08-06 Thread pottlinger
Author: pottlinger Date: Wed Aug 6 21:36:45 2014 New Revision: 1616358 URL: http://svn.apache.org/r1616358 Log: Updated dependencies for reports and plugins including SCM stuff. Modified: creadur/rat/trunk/pom.xml Modified: creadur/rat/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1616872 - /creadur/whisker/trunk/pom.xml

2014-08-08 Thread pottlinger
Author: pottlinger Date: Fri Aug 8 20:41:36 2014 New Revision: 1616872 URL: http://svn.apache.org/r1616872 Log: Just adding note in case someone tries to raise the pm-plugin version. Modified: creadur/whisker/trunk/pom.xml Modified: creadur/whisker/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1617162 - /creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java

2014-08-10 Thread pottlinger
Author: pottlinger Date: Sun Aug 10 21:15:56 2014 New Revision: 1617162 URL: http://svn.apache.org/r1617162 Log: 0.11: NPE-fix Always ensuring that a list of repositories is existing in case its null. Possibly this is a change in the API induced by dependency updates. Stacktrace was: Caused

svn commit: r1617203 - in /creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp: AbstractRatMojo.java RatReportMojo.java

2014-08-10 Thread pottlinger
Author: pottlinger Date: Mon Aug 11 05:24:57 2014 New Revision: 1617203 URL: http://svn.apache.org/r1617203 Log: https://issues.apache.org/jira/browse/RAT-168 RAT-168 Check CLI usage Trying to get rid of the NPE by upgrading the way project is injected into our mojos. Modified: creadur

svn commit: r1617205 - /creadur/rat/trunk/apache-rat-plugin/src/test/java/org/apache/rat/mp/RatCheckMojoTest.java

2014-08-10 Thread pottlinger
Author: pottlinger Date: Mon Aug 11 05:46:11 2014 New Revision: 1617205 URL: http://svn.apache.org/r1617205 Log: RAT-168 Tests don't check CLI usage -Ensuring that project itself and its list of remote ArtifactRepos are notNull in integration tests. Modified: creadur/rat/trunk/apache-rat

svn commit: r1617215 - /creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java

2014-08-11 Thread pottlinger
Author: pottlinger Date: Mon Aug 11 08:00:39 2014 New Revision: 1617215 URL: http://svn.apache.org/r1617215 Log: RAT-168 Check CLI usage https://issues.apache.org/jira/browse/RAT-168 -Removed old way of integrating the project that was wrong and yielded null values during project run. -LHF

svn commit: r1617370 - in /creadur/rat/trunk: ./ apache-rat-plugin/ apache-rat-plugin/src/main/java/org/apache/rat/mp/ apache-rat-plugin/src/test/java/org/apache/rat/mp/

2014-08-11 Thread pottlinger
Author: pottlinger Date: Mon Aug 11 21:40:26 2014 New Revision: 1617370 URL: http://svn.apache.org/r1617370 Log: Refactoring mojo tests. -Replaced the way the MavenProject injected to a non-deprecated way (to get rid of the warning during the build). -Updated mavenInvokerPluginVersion

svn commit: r1617371 - in /creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp: AbstractRatMojo.java RatReportMojo.java

2014-08-11 Thread pottlinger
Author: pottlinger Date: Mon Aug 11 21:45:58 2014 New Revision: 1617371 URL: http://svn.apache.org/r1617371 Log: LHF: organized imports after refactoring. Modified: creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java creadur/rat/trunk/apache-rat

svn commit: r1617605 - /creadur/tentacles/trunk/src/main/java/org/apache/creadur/tentacles/Main.java

2014-08-12 Thread pottlinger
Author: pottlinger Date: Tue Aug 12 21:57:02 2014 New Revision: 1617605 URL: http://svn.apache.org/r1617605 Log: TENTACLES-3: Provde help text in case number of arguments is to low -To prevent NPEs the number of parameters is checked. Output is printed via logger to comply with the current

svn commit: r1618753 - /creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java

2014-08-18 Thread pottlinger
Author: pottlinger Date: Mon Aug 18 21:40:09 2014 New Revision: 1618753 URL: http://svn.apache.org/r1618753 Log: RAT-168: Reverting patch since there is a NPE during rat:rat on 0.11-RC2. Modified: creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java

svn commit: r1618761 - /creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache/creadur/whisker/plugin/maven/MojoToJCLLog.java

2014-08-18 Thread pottlinger
Author: pottlinger Date: Mon Aug 18 22:21:30 2014 New Revision: 1618761 URL: http://svn.apache.org/r1618761 Log: Replacing deprecated Objects.toString() by ToStringBuilder.toString() from commons-lang3. Modified: creadur/whisker/trunk/apache-whisker-plugin4maven/src/main/java/org/apache

svn commit: r1618796 - /creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java

2014-08-18 Thread pottlinger
Author: pottlinger Date: Tue Aug 19 05:59:20 2014 New Revision: 1618796 URL: http://svn.apache.org/r1618796 Log: Reverting project injection, verified locally that 0.11-RC2 works fine. Modified: creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java

svn commit: r1618822 - /creadur/rat/trunk/.gitignore

2014-08-19 Thread pottlinger
Author: pottlinger Date: Tue Aug 19 09:29:53 2014 New Revision: 1618822 URL: http://svn.apache.org/r1618822 Log: Adding gitignore for local git development. Added: creadur/rat/trunk/.gitignore Added: creadur/rat/trunk/.gitignore URL: http://svn.apache.org/viewvc/creadur/rat/trunk

svn commit: r1618829 - /creadur/tentacles/trunk/.gitignore

2014-08-19 Thread pottlinger
Author: pottlinger Date: Tue Aug 19 10:15:02 2014 New Revision: 1618829 URL: http://svn.apache.org/r1618829 Log: Adding gitignore for local git development. Added: creadur/tentacles/trunk/.gitignore Added: creadur/tentacles/trunk/.gitignore URL: http://svn.apache.org/viewvc/creadur

svn commit: r1618836 - in /creadur/whisker/trunk: ./ .gitignore

2014-08-19 Thread pottlinger
Author: pottlinger Date: Tue Aug 19 10:56:07 2014 New Revision: 1618836 URL: http://svn.apache.org/r1618836 Log: Adding IntelliJ stuff to svn/gitignore. Modified: creadur/whisker/trunk/ (props changed) creadur/whisker/trunk/.gitignore Propchange: creadur/whisker/trunk

svn commit: r1618838 - in /creadur/tentacles/trunk: ./ .gitignore

2014-08-19 Thread pottlinger
Author: pottlinger Date: Tue Aug 19 10:58:04 2014 New Revision: 1618838 URL: http://svn.apache.org/r1618838 Log: Adding IntelliJ stuff to svn/gitignore. Modified: creadur/tentacles/trunk/ (props changed) creadur/tentacles/trunk/.gitignore Propchange: creadur/tentacles/trunk

svn commit: r1618936 - /creadur/tentacles/trunk/.gitignore

2014-08-19 Thread pottlinger
Author: pottlinger Date: Tue Aug 19 19:04:14 2014 New Revision: 1618936 URL: http://svn.apache.org/r1618936 Log: Local development with git - more ignores. Modified: creadur/tentacles/trunk/.gitignore Modified: creadur/tentacles/trunk/.gitignore URL: http://svn.apache.org/viewvc/creadur

svn commit: r1618935 - /creadur/whisker/trunk/.gitignore

2014-08-19 Thread pottlinger
Author: pottlinger Date: Tue Aug 19 19:03:32 2014 New Revision: 1618935 URL: http://svn.apache.org/r1618935 Log: Local development with git - more ignores. Modified: creadur/whisker/trunk/.gitignore Modified: creadur/whisker/trunk/.gitignore URL: http://svn.apache.org/viewvc/creadur

svn commit: r1618992 - in /creadur/whisker/trunk: apache-whisker-cli/pom.xml apache-whisker-plugin4maven/pom.xml pom.xml

2014-08-19 Thread pottlinger
Author: pottlinger Date: Tue Aug 19 21:11:13 2014 New Revision: 1618992 URL: http://svn.apache.org/r1618992 Log: WHISKER-12 Cleanup Build Infrastructure - Adding RAT profile and RAT report to mvn-site. - Adding animal-sniffer to check for JDK1.5. - Upgrading dependencies. Modified: creadur

svn commit: r1619920 - /creadur/whisker/trunk/pom.xml

2014-08-22 Thread pottlinger
Author: pottlinger Date: Fri Aug 22 19:47:08 2014 New Revision: 1619920 URL: http://svn.apache.org/r1619920 Log: WHISKER-12 Build infra - Updating to JDK1.6 since commons-lang3 is used heavily. - Updating animal-sniffer config to catch JDK1.6. - Local builds work fine, let's see on Jenkins

svn commit: r1619921 - in /creadur/whisker/trunk/apache-whisker-plugin4maven: pom.xml src/main/java/org/apache/creadur/whisker/plugin/maven/GenerateMojo.java

2014-08-22 Thread pottlinger
Author: pottlinger Date: Fri Aug 22 20:12:15 2014 New Revision: 1619921 URL: http://svn.apache.org/r1619921 Log: WHSIKER-12 Problems with MOJO on CI - Upgrading maven-plugin-stuff in order to hopefully get a green build on CI. - Added mojo-attribute that no project is required to run this plugin

svn commit: r1619935 - in /creadur/whisker/trunk: apache-whisker-plugin4maven/pom.xml pom.xml

2014-08-22 Thread pottlinger
Author: pottlinger Date: Fri Aug 22 21:35:11 2014 New Revision: 1619935 URL: http://svn.apache.org/r1619935 Log: WHISKER-12: MavenPluginErrors again - Followed instructions from http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html to get rid of the mojo

svn commit: r1620518 - in /creadur/tentacles/trunk: README.mdtext RELEASE_NOTES.txt

2014-08-26 Thread pottlinger
Author: pottlinger Date: Tue Aug 26 06:59:21 2014 New Revision: 1620518 URL: http://svn.apache.org/r1620518 Log: TENTACLES-7 - Added missing documentation and first template of release notes. Added: creadur/tentacles/trunk/RELEASE_NOTES.txt (with props) Modified: creadur/tentacles

svn commit: r1621645 - in /creadur/rat/trunk: ./ apache-rat-core/src/main/java/org/apache/rat/config/ apache-rat-core/src/test/java/org/apache/rat/config/ apache-rat-plugin/ apache-rat-plugin/src/main

2014-08-31 Thread pottlinger
Author: pottlinger Date: Sun Aug 31 22:03:18 2014 New Revision: 1621645 URL: http://svn.apache.org/r1621645 Log: RAT-172: Filter source code management system directories and ignore files * Extracted information about revision control systems into an enum SourceCodeManagementSystems with tests

svn commit: r1622353 - in /creadur/whisker/trunk: apache-whisker-plugin4maven/pom.xml pom.xml

2014-09-03 Thread pottlinger
Author: pottlinger Date: Wed Sep 3 20:39:16 2014 New Revision: 1622353 URL: http://svn.apache.org/r1622353 Log: WHISKER-13: Javadoc errors due to HelpMojo * Although we are using a version of maven plugins (3.3) that should have fixed the problems induced by Java8's stricter javadoc checking

svn commit: r1623001 - /creadur/whisker/trunk/.gitignore

2014-09-07 Thread pottlinger
Author: pottlinger Date: Sun Sep 7 11:29:06 2014 New Revision: 1623001 URL: http://svn.apache.org/r1623001 Log: Tweking gitignore after current upstream changes. Modified: creadur/whisker/trunk/.gitignore Modified: creadur/whisker/trunk/.gitignore URL: http://svn.apache.org/viewvc/creadur

svn commit: r1623169 - /creadur/rat/trunk/pom.xml

2014-09-07 Thread pottlinger
Author: pottlinger Date: Sun Sep 7 20:02:58 2014 New Revision: 1623169 URL: http://svn.apache.org/r1623169 Log: RAT-167 Add links to Jenkins builds * Since only one build can be referenced, all Jenkins builds are added in comments. Modified: creadur/rat/trunk/pom.xml Modified: creadur

svn commit: r1624390 - in /creadur/rat/trunk: ./ apache-rat-plugin/src/main/java/org/apache/rat/mp/

2014-09-11 Thread pottlinger
Author: pottlinger Date: Thu Sep 11 21:02:17 2014 New Revision: 1624390 URL: http://svn.apache.org/r1624390 Log: RAT-173 Skip reports as well * Applying patch from Chris Burroughs - thanks. * LHF: Adding release notes snippets. Modified: creadur/rat/trunk/RELEASE_NOTES.txt creadur/rat

svn commit: r1624903 - in /creadur/tentacles/trunk: pom.xml src/main/java/org/apache/creadur/tentacles/Deauthorize.java src/main/java/org/apache/creadur/tentacles/NexusClient.java

2014-09-14 Thread pottlinger
Author: pottlinger Date: Sun Sep 14 21:07:54 2014 New Revision: 1624903 URL: http://svn.apache.org/r1624903 Log: TENTACLES-8 NexusClient not closing connections * Applying patch from Andy Gumprecht to raise number of connections. * Reformatted, added constants. * Removed unused dependency

svn commit: r1625380 - in /creadur/rat/trunk: apache-rat-core/src/main/java/org/apache/rat/ apache-rat-core/src/main/java/org/apache/rat/analysis/util/ apache-rat-core/src/test/java/org/apache/rat/ana

2014-09-16 Thread pottlinger
Author: pottlinger Date: Tue Sep 16 20:22:57 2014 New Revision: 1625380 URL: http://svn.apache.org/r1625380 Log: RAT-177 Converted arrays to list * Converted array elements into an unmodifiable collection. * Using lists instead of arrays to ease copy/addAll(). Modified: creadur/rat/trunk

svn commit: r1625381 - /creadur/rat/trunk/.gitignore

2014-09-16 Thread pottlinger
Author: pottlinger Date: Tue Sep 16 20:26:50 2014 New Revision: 1625381 URL: http://svn.apache.org/r1625381 Log: Adding idea files to gitignore. Modified: creadur/rat/trunk/.gitignore Modified: creadur/rat/trunk/.gitignore URL: http://svn.apache.org/viewvc/creadur/rat/trunk/.gitignore?rev

svn commit: r1628294 - /creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/Defaults.java

2014-09-29 Thread pottlinger
Author: pottlinger Date: Mon Sep 29 20:25:48 2014 New Revision: 1628294 URL: http://svn.apache.org/r1628294 Log: Removing redundant Array around Arrays.asList() in Reference to RAT-144. Modified: creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/Defaults.java Modified

svn commit: r1629324 - /creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CDDL1License.java

2014-10-03 Thread pottlinger
Author: pottlinger Date: Fri Oct 3 21:22:17 2014 New Revision: 1629324 URL: http://svn.apache.org/r1629324 Log: RAT-174 * Applied patch worked locally with JDK8 and maven 3.2.3 but failed on Jenkins - removed @Override. Modified: creadur/rat/trunk/apache-rat-core/src/main/java/org

svn commit: r1631846 - /creadur/tentacles/trunk/pom.xml

2014-10-14 Thread pottlinger
Author: pottlinger Date: Tue Oct 14 19:26:20 2014 New Revision: 1631846 URL: http://svn.apache.org/r1631846 Log: LHF: Reducing Eclipse warnings. * Version information comes from parent pom. Modified: creadur/tentacles/trunk/pom.xml Modified: creadur/tentacles/trunk/pom.xml URL: http

svn commit: r1631847 - in /creadur/whisker/trunk: apache-whisker-cli/pom.xml apache-whisker-maven-plugin/pom.xml

2014-10-14 Thread pottlinger
Author: pottlinger Date: Tue Oct 14 19:27:03 2014 New Revision: 1631847 URL: http://svn.apache.org/r1631847 Log: LHF: Reducing Eclipse warnings. * Version information comes from parent pom. Modified: creadur/whisker/trunk/apache-whisker-cli/pom.xml creadur/whisker/trunk/apache-whisker

svn commit: r1631871 - /creadur/whisker/trunk/pom.xml

2014-10-14 Thread pottlinger
Author: pottlinger Date: Tue Oct 14 20:26:44 2014 New Revision: 1631871 URL: http://svn.apache.org/r1631871 Log: Bugfix: Added rat configuration * It seems that RAT was never executed properly after *.dia were inserted into the project's site. Modified: creadur/whisker/trunk/pom.xml

svn commit: r1631890 - /creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml

2014-10-14 Thread pottlinger
Author: pottlinger Date: Tue Oct 14 21:16:51 2014 New Revision: 1631890 URL: http://svn.apache.org/r1631890 Log: Adding pluginManagement for maven-plugin-plugin * This fixes the problem when generating javadoc automatically that version/author are empty. * BUT: site:site does not work since

svn commit: r1636419 - /creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/NoteGuesser.java

2014-11-03 Thread pottlinger
Author: pottlinger Date: Mon Nov 3 19:18:52 2014 New Revision: 1636419 URL: http://svn.apache.org/r1636419 Log: RAT-184 * Applied patch from Karl Heinz Marbaise to add DEPENDENCIES to the list of Note files. Modified: creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat

svn commit: r1636420 - /creadur/rat/trunk/RELEASE_NOTES.txt

2014-11-03 Thread pottlinger
Author: pottlinger Date: Mon Nov 3 19:21:31 2014 New Revision: 1636420 URL: http://svn.apache.org/r1636420 Log: RAT-184 * Adding release note. Modified: creadur/rat/trunk/RELEASE_NOTES.txt Modified: creadur/rat/trunk/RELEASE_NOTES.txt URL: http://svn.apache.org/viewvc/creadur/rat/trunk

svn commit: r1636421 - /creadur/rat/trunk/RELEASE_NOTES.txt

2014-11-03 Thread pottlinger
Author: pottlinger Date: Mon Nov 3 19:22:58 2014 New Revision: 1636421 URL: http://svn.apache.org/r1636421 Log: RAT-184 * Change type of issue to improvement. Modified: creadur/rat/trunk/RELEASE_NOTES.txt Modified: creadur/rat/trunk/RELEASE_NOTES.txt URL: http://svn.apache.org/viewvc

svn commit: r1638419 - in /creadur/rat/trunk: RELEASE_NOTES.txt pom.xml

2014-11-11 Thread pottlinger
Author: pottlinger Date: Tue Nov 11 21:18:20 2014 New Revision: 1638419 URL: http://svn.apache.org/r1638419 Log: RAT-188 Fix build on Gump with Java8 * Adding patch from Mark Thomas and ReleaseNotes. Modified: creadur/rat/trunk/RELEASE_NOTES.txt creadur/rat/trunk/pom.xml Modified

svn commit: r1659943 - in /creadur/rat/trunk: RELEASE_NOTES.txt apache-rat-plugin/pom.xml pom.xml

2015-02-15 Thread pottlinger
Author: pottlinger Date: Sun Feb 15 16:32:26 2015 New Revision: 1659943 URL: http://svn.apache.org/r1659943 Log: RAT-158: Applying patch to manually exclude xerces from doxia. - It's unknown how long a doxia-patch will take; added TODO in pom.xml to remove it in the future. - Thanks to Hervé

svn commit: r1666840 - in /creadur/rat/trunk: RELEASE_NOTES.txt apache-rat-plugin/pom.xml pom.xml

2015-03-15 Thread pottlinger
Author: pottlinger Date: Sun Mar 15 20:15:02 2015 New Revision: 1666840 URL: http://svn.apache.org/r1666840 Log: RAT-196: Apply minor refactoring to pom.xml (thanks to Karl Heinz Marbaise) Modified: creadur/rat/trunk/RELEASE_NOTES.txt creadur/rat/trunk/apache-rat-plugin/pom.xml

svn commit: r1669332 - in /creadur/rat/trunk: RELEASE_NOTES.txt apache-rat-plugin/src/main/java/org/apache/rat/mp/ExclusionHelper.java apache-rat-plugin/src/test/java/org/apache/rat/mp/ExclusionHelper

2015-03-26 Thread pottlinger
Author: pottlinger Date: Thu Mar 26 11:56:51 2015 New Revision: 1669332 URL: http://svn.apache.org/r1669332 Log: RAT-197: Improve default exclusions when mvn=3.3.1 (exclude .mvn). Modified: creadur/rat/trunk/RELEASE_NOTES.txt creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache

svn commit: r1661803 - in /creadur/rat/trunk: ./ apache-rat-api/ apache-rat-api/src/ apache-rat-api/src/main/ apache-rat-api/src/main/java/ apache-rat-api/src/main/java/org/ apache-rat-api/src/main/ja

2015-02-23 Thread pottlinger
Author: pottlinger Date: Mon Feb 23 22:25:53 2015 New Revision: 1661803 URL: http://svn.apache.org/r1661803 Log: RAT-195: Merged rat-api from GSOC branch. * Cleaned up mess with pom coordinates of it test projects. * Enhanced SVN:ignore to not take care of *.iml. * Activated RAT::API as default

svn commit: r1661852 - /creadur/rat/trunk/apache-rat-api/src/main/java/org/apache/rat/api/domain/LicenseFamily.java

2015-02-23 Thread pottlinger
Author: pottlinger Date: Tue Feb 24 06:55:57 2015 New Revision: 1661852 URL: http://svn.apache.org/r1661852 Log: RAT-195: Fix javadoc error Modified: creadur/rat/trunk/apache-rat-api/src/main/java/org/apache/rat/api/domain/LicenseFamily.java Modified: creadur/rat/trunk/apache-rat-api/src

svn commit: r1673261 - in /creadur/rat/trunk: RELEASE_NOTES.txt apache-rat-plugin/pom.xml apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java apache-rat-plugin/src/test/resources/un

2015-04-13 Thread pottlinger
Author: pottlinger Date: Mon Apr 13 18:51:01 2015 New Revision: 1673261 URL: http://svn.apache.org/r1673261 Log: RAT-171: Enabled SCM parser. * Augmented RELEASE_NOTES to be more precise. * Added integration test that contains syntax errors in the ignore file. * Enabled feature by default after

svn commit: r1680062 - in /creadur/rat/trunk: apache-rat-core/src/main/java/org/apache/rat/analysis/license/ apache-rat-core/src/main/java/org/apache/rat/config/ apache-rat-core/src/main/java/org/apac

2015-05-18 Thread pottlinger
Author: pottlinger Date: Mon May 18 18:15:45 2015 New Revision: 1680062 URL: http://svn.apache.org/r1680062 Log: Low Hanging Fruit (LHF) -Extracting enum ReportFormat from Mojo (can go to api later). -Fixed minor issues from PMD reports. Added: creadur/rat/trunk/apache-rat-core/src/main

svn commit: r1680072 - in /creadur/rat/trunk: RELEASE_NOTES.txt apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java apache-rat-core/src/main/java/org/apache/rat/annotati

2015-05-18 Thread pottlinger
Author: pottlinger Date: Mon May 18 19:02:47 2015 New Revision: 1680072 URL: http://svn.apache.org/r1680072 Log: RAT-200: Update to latest ASF parent pom 17. * Fix javadoc warnings when running with JDK8. Modified: creadur/rat/trunk/RELEASE_NOTES.txt creadur/rat/trunk/apache-rat-core

svn commit: r1679901 - in /creadur/rat/trunk: ./ apache-rat-core/src/main/resources/org/apache/rat/ apache-rat-core/src/test/java/org/apache/rat/ apache-rat-core/src/test/java/org/apache/rat/analysis/

2015-05-17 Thread pottlinger
Author: pottlinger Date: Sun May 17 21:11:13 2015 New Revision: 1679901 URL: http://svn.apache.org/r1679901 Log: RAT-180: Generify RAT report * Changed format of plain-rat.xsl (wording and spacing). * Enhanced Resources helper class to be able to load from src/test/resources and src/main

svn commit: r1679891 - in /creadur/rat/trunk: apache-rat-core/src/main/java/org/apache/rat/config/ apache-rat-core/src/test/java/org/apache/rat/config/ apache-rat-plugin/src/main/java/org/apache/rat/m

2015-05-17 Thread pottlinger
Author: pottlinger Date: Sun May 17 19:24:31 2015 New Revision: 1679891 URL: http://svn.apache.org/r1679891 Log: RAT-179: Add convenience method to extract all available options * Integrate all available configuration options into static helper method, add test and use it RatCheckMojo. Added

svn commit: r1679649 - in /creadur/rat/trunk: ./ apache-rat-core/ apache-rat-core/src/main/java/org/apache/rat/ apache-rat-core/src/main/java/org/apache/rat/config/ apache-rat-core/src/main/java/org/a

2015-05-15 Thread pottlinger
Author: pottlinger Date: Fri May 15 21:19:15 2015 New Revision: 1679649 URL: http://svn.apache.org/r1679649 Log: AT-179: Maven plugin is able to merge approved licenses with adhoc defined ones * Maven DefaultPolicy was not able merge with default approved licenses but either took all licenses

svn commit: r1672778 - /creadur/rat/trunk/pom.xml

2015-04-10 Thread pottlinger
Author: pottlinger Date: Fri Apr 10 22:11:33 2015 New Revision: 1672778 URL: http://svn.apache.org/r1672778 Log: RAT-171: Updating dependency versions * JUnit * Compiler- and Release-Plugin Modified: creadur/rat/trunk/pom.xml Modified: creadur/rat/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1672780 - in /creadur/rat/trunk: ./ apache-rat-core/src/main/java/org/apache/rat/config/ apache-rat-plugin/ apache-rat-plugin/src/main/java/org/apache/rat/mp/ apache-rat-plugin/src/main/j

2015-04-10 Thread pottlinger
Author: pottlinger Date: Fri Apr 10 22:16:50 2015 New Revision: 1672780 URL: http://svn.apache.org/r1672780 Log: RAT-171: Add parsing of SCM ignores and enable exclusions in maven runs * If configuration parameter 'parseSCMIgnoresAsExcludes' is set to true OR environment variable

svn commit: r1672493 - in /creadur/rat/trunk: RELEASE_NOTES.txt apache-rat-plugin/src/main/java/org/apache/rat/mp/ExclusionHelper.java

2015-04-09 Thread pottlinger
Author: pottlinger Date: Thu Apr 9 21:20:06 2015 New Revision: 1672493 URL: http://svn.apache.org/r1672493 Log: RAT-172: Add note to release notes. * By default SCM directories and their ignore files are not scanned by RAT. Currently that is: ** SVN ** Git ** Mercurial ** Bazar ** CVS

svn commit: r1680405 - /creadur/rat/trunk/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatCheckMojo.java

2015-05-19 Thread pottlinger
Author: pottlinger Date: Tue May 19 22:00:15 2015 New Revision: 1680405 URL: http://svn.apache.org/r1680405 Log: RAT-179: Tweaking UI/console output. * Explicitly log that unapproved files were accepted by configuration. * Use 'license' instead of 'licence'. Modified: creadur/rat/trunk

svn commit: r1680411 - /creadur/rat/trunk/apache-rat-tasks/src/main/java/org/apache/rat/anttasks/Report.java

2015-05-19 Thread pottlinger
Author: pottlinger Date: Tue May 19 22:24:20 2015 New Revision: 1680411 URL: http://svn.apache.org/r1680411 Log: RAT-179: Make merging configurable for Ant task. * The ant task can be configured as well and disables the license merge if 'addDefaultLicenseMatchers' is set to false. Modified

svn commit: r1680392 - in /creadur/rat/trunk: apache-rat-tasks/pom.xml pom.xml

2015-05-19 Thread pottlinger
Author: pottlinger Date: Tue May 19 21:10:58 2015 New Revision: 1680392 URL: http://svn.apache.org/r1680392 Log: RAT-200: Update to latest ASF17. * Move pmd-maven-plugin version to management section. * Unfortunately there is no PMD report in submodule rat-tasks. Modified: creadur/rat/trunk

svn commit: r1680652 - in /creadur/rat/trunk: apache-rat-plugin/pom.xml pom.xml

2015-05-20 Thread pottlinger
Author: pottlinger Date: Wed May 20 18:58:20 2015 New Revision: 1680652 URL: http://svn.apache.org/r1680652 Log: Allowing integration into Eclipse * Adding certain maven plugins as ignored in order to get rid of errors when importing in Eclipse Luna. Modified: creadur/rat/trunk/apache

svn commit: r1680654 - in /creadur/rat/trunk: apache-rat-core/src/test/java/org/apache/rat/policy/DefaultPolicyTest.java apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ScmIgnoreParser.java

2015-05-20 Thread pottlinger
Author: pottlinger Date: Wed May 20 19:03:44 2015 New Revision: 1680654 URL: http://svn.apache.org/r1680654 Log: RAT-171: Ensure Buffered reader is closed properly. * Remove unused variable. Modified: creadur/rat/trunk/apache-rat-core/src/test/java/org/apache/rat/policy

svn commit: r1682347 - in /creadur/rat/trunk/apache-rat-plugin/src: main/java/org/apache/rat/mp/ main/java/org/apache/rat/mp/util/ test/java/org/apache/rat/mp/ test/java/org/apache/rat/mp/util/

2015-05-28 Thread pottlinger
Author: pottlinger Date: Thu May 28 22:09:41 2015 New Revision: 1682347 URL: http://svn.apache.org/r1682347 Log: RAT-204: Unify resource handling. * Module: apache-rat-plugin ** AbstractRatMojo: avoid unnecessary null check when logging number of newly added custom licenses. ** Replace indexOf

svn commit: r1681660 - in /creadur/rat/trunk/apache-rat-api: ./ .gitignore

2015-05-25 Thread pottlinger
Author: pottlinger Date: Mon May 25 22:06:10 2015 New Revision: 1681660 URL: http://svn.apache.org/r1681660 Log: Infrastructure * Add gitignore and svn:ignore to apache-rat-api submodule. Added: creadur/rat/trunk/apache-rat-api/.gitignore Modified: creadur/rat/trunk/apache-rat-api

svn commit: r1681382 - /creadur/rat/trunk/apache-rat-core/src/test/java/org/apache/rat/analysis/AnalyserFactoryTest.java

2015-05-23 Thread pottlinger
Author: pottlinger Date: Sat May 23 20:54:29 2015 New Revision: 1681382 URL: http://svn.apache.org/r1681382 Log: RAT-202: Make tests run from within IntelliJ * Apart from loading the resources via Resources.java the assertions need to adapt flexibly in case the test runs from within IntelliJ

svn commit: r1680956 - in /creadur/rat/trunk: RELEASE_NOTES.txt apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java apache-rat-core/src/test/java/org/apache/rat/docum

2015-05-21 Thread pottlinger
Author: pottlinger Date: Thu May 21 21:47:15 2015 New Revision: 1680956 URL: http://svn.apache.org/r1680956 Log: RAT-201: Add SWF to list of binary files. * Refactored tests and added equalsIgnoreCase to manifest files. Modified: creadur/rat/trunk/RELEASE_NOTES.txt creadur/rat/trunk

svn commit: r1680958 - in /creadur/rat/trunk: RELEASE_NOTES.txt apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java apache-rat-core/src/test/java/org/apache/rat/docum

2015-05-21 Thread pottlinger
Author: pottlinger Date: Thu May 21 22:08:07 2015 New Revision: 1680958 URL: http://svn.apache.org/r1680958 Log: RAT-201: In case of errors with the given charset fallback to UTF-8. * In case an invalid encoding is defined via system property we fallback to UTF-8. Modified: creadur/rat

svn commit: r1681213 - in /creadur/rat/trunk: ./ apache-rat-core/src/main/resources/org/apache/rat/ apache-rat-core/src/test/java/org/apache/rat/ apache-rat-core/src/test/java/org/apache/rat/analysis/

2015-05-22 Thread pottlinger
Author: pottlinger Date: Fri May 22 19:35:29 2015 New Revision: 1681213 URL: http://svn.apache.org/r1681213 Log: RAT-202: Adapt report layout to report results * Hide paragraphs about number of unapproved files and file contents if run was successful. * In order to make tests run in IntellJ we

svn commit: r1681876 - in /creadur/rat/trunk/apache-rat-core/src/test/java/org/apache/rat: analysis/AnalyserFactoryTest.java test/utils/Resources.java

2015-05-26 Thread pottlinger
Author: pottlinger Date: Tue May 26 22:04:20 2015 New Revision: 1681876 URL: http://svn.apache.org/r1681876 Log: RAT-202: Reverting IntelliJ induced changes in resource handling. * Solved the local problem to run tests in apache-rat-core in IntelliJ by changing the folder structure locally

svn commit: r1714849 - in /creadur/tentacles/trunk: RELEASE_NOTES.txt pom.xml src/main/java/org/apache/creadur/tentacles/IOSystem.java src/main/java/org/apache/creadur/tentacles/NexusClient.java

2015-11-17 Thread pottlinger
Author: pottlinger Date: Tue Nov 17 18:48:57 2015 New Revision: 1714849 URL: http://svn.apache.org/viewvc?rev=1714849=rev Log: TENTACLES-9: Add patch to have a retr strategy during crawl phase (patch) Modified: creadur/tentacles/trunk/RELEASE_NOTES.txt creadur/tentacles/trunk/pom.xml

svn commit: r1701664 - in /creadur/rat/trunk/apache-rat-gradle: ./ src/gradle/.gradle/2.4/taskArtifacts/ target/ target/antrun/ target/classes/ target/gradle-build/ target/maven-archiver/ target/maven

2015-09-07 Thread pottlinger
Author: pottlinger Date: Mon Sep 7 18:44:29 2015 New Revision: 1701664 URL: http://svn.apache.org/r1701664 Log: Removing target since it should not be versioned, will do the same with the gradle stuff in the next commits. Removed: creadur/rat/trunk/apache-rat-gradle/target/antrun

svn commit: r1701671 - in /creadur/rat/trunk/apache-rat-gradle/src: ./ gradle/ gradle/.gradle/ gradle/build/

2015-09-07 Thread pottlinger
Author: pottlinger Date: Mon Sep 7 19:11:05 2015 New Revision: 1701671 URL: http://svn.apache.org/r1701671 Log: Getting rid of platform-specific and build-specific files that should not be versioned. Removed: creadur/rat/trunk/apache-rat-gradle/src/gradle/.gradle/ creadur/rat/trunk

svn commit: r1701678 - in /creadur/rat/trunk/apache-rat-gradle: ./ target/

2015-09-07 Thread pottlinger
Author: pottlinger Date: Mon Sep 7 19:30:33 2015 New Revision: 1701678 URL: http://svn.apache.org/r1701678 Log: Removing generated files from Subversion. Removed: creadur/rat/trunk/apache-rat-gradle/target/ Modified: creadur/rat/trunk/apache-rat-gradle/ (props changed) Propchange

svn commit: r1705530 - /creadur/rat/trunk/apache-rat-gradle/

2015-09-27 Thread pottlinger
Author: pottlinger Date: Sun Sep 27 12:19:54 2015 New Revision: 1705530 URL: http://svn.apache.org/viewvc?rev=1705530=rev Log: RAT-163: Add eclipse files to svn:ignore. Modified: creadur/rat/trunk/apache-rat-gradle/ (props changed) Propchange: creadur/rat/trunk/apache-rat-gradle

svn commit: r1705748 - /creadur/rat/trunk/pom.xml

2015-09-28 Thread pottlinger
Author: pottlinger Date: Mon Sep 28 19:25:59 2015 New Revision: 1705748 URL: http://svn.apache.org/viewvc?rev=1705748=rev Log: RAT-163: Temporarily removed gradle-plugin submodule to enable green builds again. Modified: creadur/rat/trunk/pom.xml Modified: creadur/rat/trunk/pom.xml URL

svn commit: r1705568 - in /creadur/rat/trunk/apache-rat-plugin: pom.xml src/main/java/org/apache/rat/mp/AbstractRatMojo.java

2015-09-27 Thread pottlinger
Author: pottlinger Date: Sun Sep 27 18:24:03 2015 New Revision: 1705568 URL: http://svn.apache.org/viewvc?rev=1705568=rev Log: RAT-208: Fix the build, fix javadoc error with JDK8. Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml creadur/rat/trunk/apache-rat-plugin/src/main/java

svn commit: r1747446 - in /creadur/rat/trunk/src/site: apt/index.apt.vm site.xml

2016-06-08 Thread pottlinger
Author: pottlinger Date: Wed Jun 8 20:02:42 2016 New Revision: 1747446 URL: http://svn.apache.org/viewvc?rev=1747446=rev Log: Remove gradle in documentation. Modified: creadur/rat/trunk/src/site/apt/index.apt.vm creadur/rat/trunk/src/site/site.xml Modified: creadur/rat/trunk/src/site

svn commit: r1727448 - /creadur/rat/trunk/src/site/site.xml

2016-01-28 Thread pottlinger
Author: pottlinger Date: Thu Jan 28 22:57:14 2016 New Revision: 1727448 URL: http://svn.apache.org/viewvc?rev=1727448=rev Log: Reformat and change title of publish howto. Modified: creadur/rat/trunk/src/site/site.xml Modified: creadur/rat/trunk/src/site/site.xml URL: http://svn.apache.org

svn commit: r1734853 - in /creadur/whisker/trunk: apache-whisker-maven-plugin/pom.xml pom.xml

2016-03-13 Thread pottlinger
Author: pottlinger Date: Sun Mar 13 20:33:12 2016 New Revision: 1734853 URL: http://svn.apache.org/viewvc?rev=1734853=rev Log: WHISKER-15: Upgrade to commons-collections 3.2.2 due to CVE. Modified: creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml creadur/whisker/trunk/pom.xml

svn commit: r1734995 - in /creadur/rat/trunk: pom.xml src/changes/changes.xml

2016-03-14 Thread pottlinger
Author: pottlinger Date: Mon Mar 14 20:49:02 2016 New Revision: 1734995 URL: http://svn.apache.org/viewvc?rev=1734995=rev Log: RAT-214: Update dependencies * Update ant and commons-compress as suggested by a CVE scan. Modified: creadur/rat/trunk/pom.xml creadur/rat/trunk/src/changes

svn commit: r1735829 - in /creadur/rat/trunk: apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java src/changes/changes.xml

2016-03-19 Thread pottlinger
Author: pottlinger Date: Sat Mar 19 22:50:41 2016 New Revision: 1735829 URL: http://svn.apache.org/viewvc?rev=1735829=rev Log: RAT-215: Add fonts as binary by default based on file endings Modified: creadur/rat/trunk/apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser

svn commit: r1735922 - /creadur/rat/trunk/pom.xml

2016-03-21 Thread pottlinger
Author: pottlinger Date: Mon Mar 21 06:33:12 2016 New Revision: 1735922 URL: http://svn.apache.org/viewvc?rev=1735922=rev Log: RAT-215: Fix mvn warnings on CI. Modified: creadur/rat/trunk/pom.xml Modified: creadur/rat/trunk/pom.xml URL: http://svn.apache.org/viewvc/creadur/rat/trunk

svn commit: r1735923 - /creadur/rat/trunk/pom.xml

2016-03-21 Thread pottlinger
Author: pottlinger Date: Mon Mar 21 06:57:50 2016 New Revision: 1735923 URL: http://svn.apache.org/viewvc?rev=1735923=rev Log: RAT-215: Version info is not inherited into reporting section. Modified: creadur/rat/trunk/pom.xml Modified: creadur/rat/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1756546 - in /creadur/rat/trunk: apache-rat-api/pom.xml apache-rat-core/pom.xml apache-rat-plugin/pom.xml apache-rat-tasks/pom.xml apache-rat/pom.xml pom.xml

2016-08-16 Thread pottlinger
Author: pottlinger Date: Tue Aug 16 20:50:05 2016 New Revision: 1756546 URL: http://svn.apache.org/viewvc?rev=1756546=rev Log: RAT-216: Update to new 0.13-SNAPSHOT * Update dependencies to latest (old) possible release. Modified: creadur/rat/trunk/apache-rat-api/pom.xml creadur/rat

svn commit: r1781962 - in /creadur/rat/trunk: pom.xml src/changes/changes.xml

2017-02-06 Thread pottlinger
Author: pottlinger Date: Mon Feb 6 22:06:35 2017 New Revision: 1781962 URL: http://svn.apache.org/viewvc?rev=1781962=rev Log: RAT-226: Update to latest ANT 1.9.9. Modified: creadur/rat/trunk/pom.xml creadur/rat/trunk/src/changes/changes.xml Modified: creadur/rat/trunk/pom.xml URL

svn commit: r1759187 - /creadur/rat/trunk/src/site/apt/site-publish.apt

2016-09-04 Thread pottlinger
Author: pottlinger Date: Sun Sep 4 19:00:33 2016 New Revision: 1759187 URL: http://svn.apache.org/viewvc?rev=1759187=rev Log: Add target folder. Modified: creadur/rat/trunk/src/site/apt/site-publish.apt Modified: creadur/rat/trunk/src/site/apt/site-publish.apt URL: http://svn.apache.org

  1   2   3   4   5   6   7   8   9   10   >