You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vihung Marathe <vi...@friendsprovident.co.uk> on 2007/08/01 17:25:41 UTC

Tests fail (class not found) when running against non-standard local repository location

When running maven with a non standard location for the local
repository, it seems that maven cannot find the JUnit classes.

As soon as I use the default repository location, everything works
fine.

The contents of both local repositories are identical. I have ensured
this by deleting and copying from one to the other (both ways) and
also by deleting and getting a forcing a fresh set of dependencies -
once from repo1 and once from ibiblio.

I am using Maven 2.0.7 with JDK 1.5.0_12 on Windows XP, primarily

mvn -version results in
    Maven version: 2.0.7
    Java version: 1.5.0_12
    OS name: "windows xp" version: "5.1" arch: "x86"

But it happens regardless of which version of JUnit I use (I have used
3.8.1 and 4.3), and regardless of which JDK I use (I have used both
1.4.2 and 1.5.0).

It happens on my colleague's Windows 2000 machine as well

The only factor that affects it is whether I am using a custom
repository location or the default one.

I set the repository location by putting     
    <localRepository>support\build\repository</localRepository>
in my settings.xml

With that line in the settings.xml, I can reproduce the error every
time with
    mvn clean test

Every time that line is commented out, the error does not occur.

I have looked at the resulting forked command, and the only difference
I can see is the location of the JARs. Nothing else.

Any ideas what is causing this?

The exception and stack trace is

org.apache.maven.surefire.booter.SurefireExecutionException:
junit/framework/TestCase; nested exception is
java.lang.NoClassDefFoundError: junit/framework/TestCase
java.lang.NoClassDefFoundError: junit/framework/TestCase
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124
)
        at
java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at
org.apache.maven.surefire.booter.IsolatedClassLoader.loadClass(Isolate
dClassLoader.java:103)
        at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestS
ets(AbstractDirectoryTestSuite.java:87)
        at
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.
java:150)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
ava:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
orImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Sur
efireBooter.java:290)
        at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.ja
va:818)



With mvn -X , I get

... snip ...
[INFO] Surefire report directory:
D:\workspace\OfflineServices\offline-client\target\surefire-reports
Forking command line:
D:\workspace\OfflineServices\support\build\jdk1.5.0_12\jre\bin\java
-classpath
D:\workspace\OfflineServices\support\build\repository\org\codehaus\ple
xus\plexus-archiver\1.0-alpha-7\plexus-archiver-1.0-alpha-7.jar;D:\wor
kspace\OfflineServices\support\build\repository\junit\junit\3.8.1\juni
t-3.8.1.jar;D:\workspace\OfflineServices\support\build\repository\org\
apache\maven\surefire\surefire-api\2.3\surefire-api-2.3.jar;D:\workspa
ce\OfflineServices\support\build\repository\org\codehaus\plexus\plexus
-container-default\1.0-alpha-8\plexus-container-default-1.0-alpha-8.ja
r;D:\workspace\OfflineServices\support\build\repository\classworlds\cl
assworlds\1.1-alpha-2\classworlds-1.1-alpha-2.jar;D:\workspace\Offline
Services\support\build\repository\org\codehaus\plexus\plexus-utils\1.1
\plexus-utils-1.1.jar;D:\workspace\OfflineServices\support\build\repos
itory\commons-lang\commons-lang\2.1\commons-lang-2.1.jar;D:\workspace\
OfflineServices\support\build\repository\org\apache\maven\surefire\sur
efire-booter\2.3\surefire-booter-2.3.jar
org.apache.maven.surefire.booter.SurefireBooter
C:\DOCUME~1\MARATV1\LOCALS~1\Temp\surefire55254tmp
C:\DOCUME~1\MARATV1\LOCALS~1\Temp\surefire55255tmp
org.apache.maven.surefire.booter.SurefireExecutionException:
junit/framework/TestCase; nested exception is
java.lang.NoClassDefFoundError: junit/framework/TestCase
java.lang.NoClassDefFoundError: junit/framework/TestCase
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
	at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124
)
	at
java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at
org.apache.maven.surefire.booter.IsolatedClassLoader.loadClass(Isolate
dClassLoader.java:103)
	at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestS
ets(AbstractDirectoryTestSuite.java:87)
	at
org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.
java:150)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
ava:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
orImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Sur
efireBooter.java:290)
	at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.ja
va:818)
[INFO]
----------------------------------------------------------------------
--
[ERROR] BUILD FAILURE
[INFO]
----------------------------------------------------------------------
--
[INFO] There are test failures.
[INFO]
----------------------------------------------------------------------
--
[DEBUG] Trace
org.apache.maven.BuildFailureException: There are test failures.
	at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defau
ltLifecycleExecutor.java:560)
	at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif
ecycle(DefaultLifecycleExecutor.java:480)
	at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defaul
tLifecycleExecutor.java:459)
	at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand
leFailures(DefaultLifecycleExecutor.java:311)
	at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment
s(DefaultLifecycleExecutor.java:278)
	at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLif
ecycleExecutor.java:143)
	at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
	at
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
ava:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
orImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoFailureException: There are
test failures.
	at
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin
.java:425)
	at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugin
Manager.java:443)
	at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defau
ltLifecycleExecutor.java:539)
	... 16 more
... snip ...

_________________________________________________________________

This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful.

If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software.

The Friends Provident group of companies includes these Friends Provident plc subsidiary companies:

Friends Provident Life and Pensions Limited. Registered number 4096141.
Friends Provident Life Assurance Limited. Registered number 782698.
Friends Provident Pensions Limited. Registered number 475201.
Friends Provident Marketing Limited. Registered number 5059179.

Each of the above subsidiary companies is authorised and regulated by the Financial Services Authority.

Friends Provident Management Services Limited. Registered number 983330

The ultimate holding company is Friends Provident plc. Registered number 4113107.

All are incorporated companies limited by shares and registered in England.
Registered and Head Office: Pixham End, Dorking, Surrey RH4 1QA.

www.friendsprovident.com

_________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Tests fail (class not found) when running against non-standard local repository location

Posted by Wayne Fay <wa...@gmail.com>.
Off the top of my head, the only thing I could think would be if, by
redirecting the localRepo, you're running into max lengths of paths on
Windows, or maxing out the -classpath argument length.

It is certainly an odd problem, and I've never seen it myself, nor
seen it reported on this list. In fact, I know many people are using
localRepo setting to utilize a different location very successfully.
So I'd expect the problem is specific to your environment somehow.

Wayne

On 8/1/07, Vihung Marathe <vi...@friendsprovident.co.uk> wrote:
> When running maven with a non standard location for the local
> repository, it seems that maven cannot find the JUnit classes.
>
> As soon as I use the default repository location, everything works
> fine.
>
> The contents of both local repositories are identical. I have ensured
> this by deleting and copying from one to the other (both ways) and
> also by deleting and getting a forcing a fresh set of dependencies -
> once from repo1 and once from ibiblio.
>
> I am using Maven 2.0.7 with JDK 1.5.0_12 on Windows XP, primarily
>
> mvn -version results in
>    Maven version: 2.0.7
>    Java version: 1.5.0_12
>    OS name: "windows xp" version: "5.1" arch: "x86"
>
> But it happens regardless of which version of JUnit I use (I have used
> 3.8.1 and 4.3), and regardless of which JDK I use (I have used both
> 1.4.2 and 1.5.0).
>
> It happens on my colleague's Windows 2000 machine as well
>
> The only factor that affects it is whether I am using a custom
> repository location or the default one.
>
> I set the repository location by putting
>    <localRepository>support\build\repository</localRepository>
> in my settings.xml
>
> With that line in the settings.xml, I can reproduce the error every
> time with
>    mvn clean test
>
> Every time that line is commented out, the error does not occur.
>
> I have looked at the resulting forked command, and the only difference
> I can see is the location of the JARs. Nothing else.
>
> Any ideas what is causing this?
>
> The exception and stack trace is
>
> org.apache.maven.surefire.booter.SurefireExecutionException:
> junit/framework/TestCase; nested exception is
> java.lang.NoClassDefFoundError: junit/framework/TestCase
> java.lang.NoClassDefFoundError: junit/framework/TestCase
>        at java.lang.ClassLoader.defineClass1(Native Method)
>        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
>        at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124
> )
>        at
> java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
>        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
>        at java.security.AccessController.doPrivileged(Native Method)
>        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>        at
> org.apache.maven.surefire.booter.IsolatedClassLoader.loadClass(Isolate
> dClassLoader.java:103)
>        at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestS
> ets(AbstractDirectoryTestSuite.java:87)
>        at
> org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.
> java:150)
>        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> orImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Sur
> efireBooter.java:290)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.ja
> va:818)
>
>
>
> With mvn -X , I get
>
> ... snip ...
> [INFO] Surefire report directory:
> D:\workspace\OfflineServices\offline-client\target\surefire-reports
> Forking command line:
> D:\workspace\OfflineServices\support\build\jdk1.5.0_12\jre\bin\java
> -classpath
> D:\workspace\OfflineServices\support\build\repository\org\codehaus\ple
> xus\plexus-archiver\1.0-alpha-7\plexus-archiver-1.0-alpha-7.jar;D:\wor
> kspace\OfflineServices\support\build\repository\junit\junit\3.8.1\juni
> t-3.8.1.jar;D:\workspace\OfflineServices\support\build\repository\org\
> apache\maven\surefire\surefire-api\2.3\surefire-api-2.3.jar;D:\workspa
> ce\OfflineServices\support\build\repository\org\codehaus\plexus\plexus
> -container-default\1.0-alpha-8\plexus-container-default-1.0-alpha-8.ja
> r;D:\workspace\OfflineServices\support\build\repository\classworlds\cl
> assworlds\1.1-alpha-2\classworlds-1.1-alpha-2.jar;D:\workspace\Offline
> Services\support\build\repository\org\codehaus\plexus\plexus-utils\1.1
> \plexus-utils-1.1.jar;D:\workspace\OfflineServices\support\build\repos
> itory\commons-lang\commons-lang\2.1\commons-lang-2.1.jar;D:\workspace\
> OfflineServices\support\build\repository\org\apache\maven\surefire\sur
> efire-booter\2.3\surefire-booter-2.3.jar
> org.apache.maven.surefire.booter.SurefireBooter
> C:\DOCUME~1\MARATV1\LOCALS~1\Temp\surefire55254tmp
> C:\DOCUME~1\MARATV1\LOCALS~1\Temp\surefire55255tmp
> org.apache.maven.surefire.booter.SurefireExecutionException:
> junit/framework/TestCase; nested exception is
> java.lang.NoClassDefFoundError: junit/framework/TestCase
> java.lang.NoClassDefFoundError: junit/framework/TestCase
>        at java.lang.ClassLoader.defineClass1(Native Method)
>        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
>        at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124
> )
>        at
> java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
>        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
>        at java.security.AccessController.doPrivileged(Native Method)
>        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>        at
> org.apache.maven.surefire.booter.IsolatedClassLoader.loadClass(Isolate
> dClassLoader.java:103)
>        at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestS
> ets(AbstractDirectoryTestSuite.java:87)
>        at
> org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.
> java:150)
>        at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> orImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Sur
> efireBooter.java:290)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.ja
> va:818)
> [INFO]
> ----------------------------------------------------------------------
> --
> [ERROR] BUILD FAILURE
> [INFO]
> ----------------------------------------------------------------------
> --
> [INFO] There are test failures.
> [INFO]
> ----------------------------------------------------------------------
> --
> [DEBUG] Trace
> org.apache.maven.BuildFailureException: There are test failures.
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defau
> ltLifecycleExecutor.java:560)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif
> ecycle(DefaultLifecycleExecutor.java:480)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defaul
> tLifecycleExecutor.java:459)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand
> leFailures(DefaultLifecycleExecutor.java:311)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment
> s(DefaultLifecycleExecutor.java:278)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLif
> ecycleExecutor.java:143)
>        at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>        at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
> orImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoFailureException: There are
> test failures.
>        at
> org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin
> .java:425)
>        at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugin
> Manager.java:443)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defau
> ltLifecycleExecutor.java:539)
>        ... 16 more
> ... snip ...
>
> _________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Tests fail (class not found) when running against non-standard local repository location

Posted by metabaron <fi...@vaph.be>.
I had a similar problem with maven-weblogic-plugin. Then I found out that it
was a problem with the white spaces in Documents and Settings so I added
something like this:
<localRepository>${HOMEDRIVE}/Docume~1/User/.m2/repository</localRepository>
in the settings.xml and it worked perfectly.



Wayne Fay wrote:
> 
> I don't consider it to be a bug. Settings.xml is supposed to have
> values that apply to "all" projects, so by definition, relative paths
> should not be acceptable.
> 
> Wayne
> 
> On 8/8/07, Vihung Marathe <vi...@friendsprovident.co.uk> wrote:
>> The problem appears to be when the custom location is a relative path.
>>
>> As soon as I change the localRepository value in my settings.xml to an
>> absolute path - in any form* - it seems to work.
>>
>> Any ideas? Is this a bug - possibly with Surefire? All the other goals
>> work fine with a relative repository location.
>>
>> -- Vihung
>>
>> * I am on Windows, and all of the following values seem to work
>> - C:\workspace\myproject\repository
>> - \workspace\myproject\repository
>> - C:/workspace/myproject/repository
>> - /workspace/myproject/repository
>>
>> However, assuming I am running maven from C:\workspace\myproject, none
>> of the following values work
>> - .\repository
>> - ./repository
>> - repository
>>
>>
>> -----Original Message-----
>> From: Vihung Marathe
>> Sent: Wednesday, August 01, 2007 5:56 PM
>> To: 'Maven Users List'
>> Subject: RE: Tests fail (class not found) when running against
>> non-standard local repository location
>>
>>
>> No.
>>
>> Actually in the case that works, the command line is longer (because
>> the default repository location includes the "Documents and Settings"
>> directory on Windows).
>>
>> -- Vihung
>>
>> -----Original Message-----
>> From: Wayne Fay [mailto:waynefay@gmail.com]
>> Sent: Wednesday, August 01, 2007 4:47 PM
>> To: Maven Users List
>> Subject: Re: Tests fail (class not found) when running against
>> non-standard local repository location
>>
>>
>> Off the top of my head, the only thing I could think would be if, by
>> redirecting the localRepo, you're running into max lengths of paths on
>> Windows, or maxing out the -classpath argument length.
>>
>> It is certainly an odd problem, and I've never seen it myself, nor
>> seen it reported on this list. In fact, I know many people are using
>> localRepo setting to utilize a different location very successfully.
>> So I'd expect the problem is specific to your environment somehow.
>>
>> Wayne
>> _________________________________________________________________
>>
>> This e-mail may contain confidential information and/or copyright
>> material. This e-mail is intended for the use of the addressee only. Any
>> unauthorised use may be unlawful.
>>
>> If you receive this e-mail by mistake please advise the sender
>> immediately by using the reply facility in your e-mail software.
>>
>> The Friends Provident group of companies includes these Friends Provident
>> plc subsidiary companies:
>>
>> Friends Provident Life and Pensions Limited. Registered number 4096141.
>> Friends Provident Life Assurance Limited. Registered number 782698.
>> Friends Provident Pensions Limited. Registered number 475201.
>> Friends Provident Marketing Limited. Registered number 5059179.
>>
>> Each of the above subsidiary companies is authorised and regulated by the
>> Financial Services Authority.
>>
>> Friends Provident Management Services Limited. Registered number 983330
>>
>> The ultimate holding company is Friends Provident plc. Registered number
>> 4113107.
>>
>> All are incorporated companies limited by shares and registered in
>> England.
>> Registered and Head Office: Pixham End, Dorking, Surrey RH4 1QA.
>>
>> www.friendsprovident.com
>>
>> _________________________________________________________________
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Tests-fail-%28class-not-found%29-when-running-against-non-standard-local-repository-location-tf4200745s177.html#a12091030
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org