You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Gopalakrishnan, Gopal (CORP)" <Go...@ADP.com> on 2016/10/17 15:16:50 UTC

maven build broken with jdk1.8

Hi:

I am not an expert at maven. Here's the scenario.

My entire project compiles without any errors under jdk1.7 ....

I use artifactory to store common libraries. Under jdk 1.7, they got resolved without any problems. All I did was to change the jdk from 1.7 to 1.8. I am using intellij 2016. I change the jdk version using
Run --> Edit Configuration -- > select the maven configuration --> Runner tab --> 1.8

However, if change the jdk to jdk 1.8

I get errors on dependency resolution ...

[ERROR] Failed to execute goal on project modulecore: Could not resolve dependencies for project com.adp.sass:modulecore:jar:1.0.0-SNAPSHOT: Failed to collect dependencies at com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT: Failed to read artifact descriptor for com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT: Failure to find com.adp.sass:sassbuild:pom:1.0.0 in http://avsf-depsvr01:8082/artifactory/Proper-Resolution was cached in the local repository, resolution will not be reattempted until the update interval of Proper-Resolution has elapsed or updates are forced -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project modulecore: Could not resolve dependencies for project com.adp.sass:modulecore:jar:1.0.0-SNAPSHOT: Failed to collect dependencies at com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT
                at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:221)
                at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
                at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:245)
                at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
                at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
                at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
                at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
                at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
                at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
                at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
                at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
                at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
                at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
                at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
                at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
                at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                at java.lang.reflect.Method.invoke(Method.java:498)
                at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
                at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
                at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
                at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
                at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project com.adp.sass:modulecore:jar:1.0.0-SNAPSHOT: Failed to collect dependencies at com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT
                at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:180)
                at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
                ... 24 more
Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to collect dependencies at com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT
                at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:291)
                at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies(DefaultRepositorySystem.java:316)
                at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:172)
                ... 25 more
Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT
                at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:329)
                at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:198)
                at org.eclipse.aether.internal.impl.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:535)
                at org.eclipse.aether.internal.impl.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:519)
                at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:409)
                at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:363)
                at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:351)
                at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254)
                ... 27 more
Caused by: org.apache.maven.model.resolution.UnresolvableModelException: Failure to find com.adp.sass:sassbuild:pom:1.0.0 in http://avsf-depsvr01:8082/artifactory/Proper-Resolution was cached in the local repository, resolution will not be reattempted until the update interval of Proper-Resolution has elapsed or updates are forced
                at org.apache.maven.repository.internal.DefaultModelResolver.resolveModel(DefaultModelResolver.java:177)
                at org.apache.maven.repository.internal.DefaultModelResolver.resolveModel(DefaultModelResolver.java:226)
                at org.apache.maven.model.building.DefaultModelBuilder.readParentExternally(DefaultModelBuilder.java:1000)
                at org.apache.maven.model.building.DefaultModelBuilder.readParent(DefaultModelBuilder.java:800)
                at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:329)
                at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:320)
                ... 34 more
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Failure to find com.adp.sass:sassbuild:pom:1.0.0 in http://avsf-depsvr01:8082/artifactory/Proper-Resolution was cached in the local repository, resolution will not be reattempted until the update interval of Proper-Resolution has elapsed or updates are forced
                at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
                at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
                at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223)
                at org.apache.maven.repository.internal.DefaultModelResolver.resolveModel(DefaultModelResolver.java:173)
                ... 39 more
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find com.adp.sass:sassbuild:pom:1.0.0 in http://avsf-depsvr01:8082/artifactory/Proper-Resolution was cached in the local repository, resolution will not be reattempted until the update interval of Proper-Resolution has elapsed or updates are forced
                at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:231)
                at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:206)
                at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads(DefaultArtifactResolver.java:585)
                at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:503)
                at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
                ... 42 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Disconnected from the target VM, address: '127.0.0.1:55785', transport: 'socket'

Process finished with exit code 1

Here's my maven configuration.

C:\Users\gopalag>mvn -version
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 06:51:
28-0700)
Maven home: D:\Software\Maven\apache-maven-3.0.5\bin\..
Java version: 1.8.0_102, vendor: Oracle Corporation
Java home: D:\Software\Java\jdk1.8.0_102\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"

We are wanting to move to jdk 1.8 ...
I have been searching the archives to find an answer, but the problem baffles me ...

Can anyone help me, please?


Thanks,
Gopal

----------------------------------------------------------------------
This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.

Re: maven build broken with jdk1.8

Posted by Gopal <Go...@ADP.com>.
Hi:
Good morning. You are right. I forgot to clean and install a common build.
After I did that using jdk1.8, the errors for snapshot went away. Now, the
apache FOP is upset. These are software errors nothing to do with maven at
all. I need to refactor all the org.apache.xmlgraphics usages for using the
latest version FOP2.1 ...

Thanks for listening to me and helping me narrow down the error and replying
to my message,
Gopal



--
View this message in context: http://maven.40175.n5.nabble.com/maven-build-broken-with-jdk1-8-tp5883777p5883917.html
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


Re: maven build broken with jdk1.8

Posted by Guillaume Boué <gb...@apache.org>.
Hi,

Your previous error was about the snapshot policy, which the -U flag has 
definitely solved. If you still hit an issue, it has to be a different 
error, can you show what it is?

Guillaume

Le 18/10/2016  16:19, Gopal a crit :
> Hi:
> I have cleaned out the repository, used the -U option and still it will not
> build with jdk 1.8
>
> I am getting confused by this situation. It builds successfully with jdk 1.7
> with no pom changes.
>
> Is the jdk 1.8 compiler not happy?
>
> Gopal
>
>
>
> --
> View this message in context: http://maven.40175.n5.nabble.com/maven-build-broken-with-jdk1-8-tp5883777p5883871.html
> 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
>


---
L'absence de virus dans ce courrier lectronique a t vrifie par le logiciel antivirus Avast.
https://www.avast.com/antivirus


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


Re: maven build broken with jdk1.8

Posted by Gopal <Go...@ADP.com>.
Hi:
I have cleaned out the repository, used the -U option and still it will not
build with jdk 1.8

I am getting confused by this situation. It builds successfully with jdk 1.7
with no pom changes.

Is the jdk 1.8 compiler not happy?

Gopal



--
View this message in context: http://maven.40175.n5.nabble.com/maven-build-broken-with-jdk1-8-tp5883777p5883871.html
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


Re: maven build broken with jdk1.8

Posted by Guillaume Boué <gb...@apache.org>.
Hi,

The error you have is "... was cached in the local repository, 
resolution will not be reattempted until the update interval of 
Proper-Resolution has elapsed or updates are forced". The typical 
resolution to this is to force Maven to update releases and snapshots 
with the -U parameter. On the command line, you would do "mvn -U clean 
package".

To do it inside IntelliJ, you can probably refer to this Stack Overflow 
question 
http://stackoverflow.com/questions/9980869/force-intellij-idea-to-reread-all-maven-dependencies.

Guillaume,


Le 17/10/2016  17:16, Gopalakrishnan, Gopal (CORP) a crit :
> Hi:
>
> I am not an expert at maven. Here's the scenario.
>
> My entire project compiles without any errors under jdk1.7 ....
>
> I use artifactory to store common libraries. Under jdk 1.7, they got resolved without any problems. All I did was to change the jdk from 1.7 to 1.8. I am using intellij 2016. I change the jdk version using
> Run --> Edit Configuration -- > select the maven configuration --> Runner tab --> 1.8
>
> However, if change the jdk to jdk 1.8
>
> I get errors on dependency resolution ...
>
> [ERROR] Failed to execute goal on project modulecore: Could not resolve dependencies for project com.adp.sass:modulecore:jar:1.0.0-SNAPSHOT: Failed to collect dependencies at com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT: Failed to read artifact descriptor for com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT: Failure to find com.adp.sass:sassbuild:pom:1.0.0 in http://avsf-depsvr01:8082/artifactory/Proper-Resolution was cached in the local repository, resolution will not be reattempted until the update interval of Proper-Resolution has elapsed or updates are forced -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project modulecore: Could not resolve dependencies for project com.adp.sass:modulecore:jar:1.0.0-SNAPSHOT: Failed to collect dependencies at com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT
>                  at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:221)
>                  at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
>                  at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:245)
>                  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
>                  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>                  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>                  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>                  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>                  at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>                  at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>                  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
>                  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
>                  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
>                  at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
>                  at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
>                  at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                  at java.lang.reflect.Method.invoke(Method.java:498)
>                  at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>                  at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>                  at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>                  at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
>                  at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
> Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project com.adp.sass:modulecore:jar:1.0.0-SNAPSHOT: Failed to collect dependencies at com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT
>                  at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:180)
>                  at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
>                  ... 24 more
> Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to collect dependencies at com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT
>                  at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:291)
>                  at org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies(DefaultRepositorySystem.java:316)
>                  at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:172)
>                  ... 25 more
> Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for com.adp.sass:sasscommon:jar:1.0.0-SNAPSHOT
>                  at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:329)
>                  at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:198)
>                  at org.eclipse.aether.internal.impl.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:535)
>                  at org.eclipse.aether.internal.impl.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:519)
>                  at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:409)
>                  at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:363)
>                  at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:351)
>                  at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254)
>                  ... 27 more
> Caused by: org.apache.maven.model.resolution.UnresolvableModelException: Failure to find com.adp.sass:sassbuild:pom:1.0.0 in http://avsf-depsvr01:8082/artifactory/Proper-Resolution was cached in the local repository, resolution will not be reattempted until the update interval of Proper-Resolution has elapsed or updates are forced
>                  at org.apache.maven.repository.internal.DefaultModelResolver.resolveModel(DefaultModelResolver.java:177)
>                  at org.apache.maven.repository.internal.DefaultModelResolver.resolveModel(DefaultModelResolver.java:226)
>                  at org.apache.maven.model.building.DefaultModelBuilder.readParentExternally(DefaultModelBuilder.java:1000)
>                  at org.apache.maven.model.building.DefaultModelBuilder.readParent(DefaultModelBuilder.java:800)
>                  at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:329)
>                  at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:320)
>                  ... 34 more
> Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Failure to find com.adp.sass:sassbuild:pom:1.0.0 in http://avsf-depsvr01:8082/artifactory/Proper-Resolution was cached in the local repository, resolution will not be reattempted until the update interval of Proper-Resolution has elapsed or updates are forced
>                  at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
>                  at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
>                  at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223)
>                  at org.apache.maven.repository.internal.DefaultModelResolver.resolveModel(DefaultModelResolver.java:173)
>                  ... 39 more
> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find com.adp.sass:sassbuild:pom:1.0.0 in http://avsf-depsvr01:8082/artifactory/Proper-Resolution was cached in the local repository, resolution will not be reattempted until the update interval of Proper-Resolution has elapsed or updates are forced
>                  at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:231)
>                  at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:206)
>                  at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads(DefaultArtifactResolver.java:585)
>                  at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:503)
>                  at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
>                  ... 42 more
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> Disconnected from the target VM, address: '127.0.0.1:55785', transport: 'socket'
>
> Process finished with exit code 1
>
> Here's my maven configuration.
>
> C:\Users\gopalag>mvn -version
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 06:51:
> 28-0700)
> Maven home: D:\Software\Maven\apache-maven-3.0.5\bin\..
> Java version: 1.8.0_102, vendor: Oracle Corporation
> Java home: D:\Software\Java\jdk1.8.0_102\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>
> We are wanting to move to jdk 1.8 ...
> I have been searching the archives to find an answer, but the problem baffles me ...
>
> Can anyone help me, please?
>
>
> Thanks,
> Gopal
>
> ----------------------------------------------------------------------
> This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.
>


---
L'absence de virus dans ce courrier lectronique a t vrifie par le logiciel antivirus Avast.
https://www.avast.com/antivirus


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