axiom-parser-tests is a module that no longer exists. Since svn update will not remove the unversioned "target" folder, you will have to do the cleanup manually.
Andreas On Fri, Oct 15, 2010 at 13:00, <danus...@apache.org> wrote: > Author: danushka > Date: Fri Oct 15 11:00:39 2010 > New Revision: 1022882 > > URL: http://svn.apache.org/viewvc?rev=1022882&view=rev > Log: > RAT throws "Too many unapproved licenses" exception for some files inside an > unversioned directory modules/axiom-parser-tests. I could not figure out who > creates it. > > Modified: > webservices/commons/trunk/modules/axiom/pom.xml > > Modified: webservices/commons/trunk/modules/axiom/pom.xml > URL: > http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=1022882&r1=1022881&r2=1022882&view=diff > ============================================================================== > --- webservices/commons/trunk/modules/axiom/pom.xml (original) > +++ webservices/commons/trunk/modules/axiom/pom.xml Fri Oct 15 11:00:39 2010 > @@ -457,7 +457,9 @@ > <!-- Files used by various developer tools --> > <exclude>*.sonarj</exclude> > <!-- File generated by maven-release-plugin --> > - <exclude>release.properties</exclude> > + <exclude>release.properties</exclude> > + <!-- Unversioned directory axiom-parser-tests inside > modules.Not sure who creates it! --> > + > <exclude>modules/axiom-parser-tests/target/**</exclude> > </excludes> > </configuration> > </plugin> > > >