Re: Maven https repos broken?

2016-11-18 Thread Karl Heinz Marbaise
Hi David, yes there is a problem with Maven Central. See here: https://issues.sonatype.org/browse/MVNCENTRAL-1369 https://twitter.com/sonatype_ops?ref_src=twsrc%5Etfw Kind regards Karl Heinz Marbaise On 18/11/16 19:00, David Delbecq wrote: Hello, I had no problem using maven for about

Dependency convergence errors - how to resolve?

2016-11-18 Thread Niranjan Rao
Greetings, I have set maven enforcer plugin with dependency convergence. Usually I solve these errors with exclusion entries. With recent upgrade to selenium 3.0.1 I am getting dependency convergence error that I am not sure how to resolve. It's selenium-java that has two conflicting

Maven https repos broken?

2016-11-18 Thread David Delbecq
Hello, I had no problem using maven for about the whole day and downloading artefacts, but suddently my builds started to fail with ssl certificate issue. The repo "repo.maven.apache.org" is answering with a certificate dedicated to "repo1.maven.org". I have tried mirror https://uk.maven.org

Re: Don't overwrite existing artifact - how?

2016-11-18 Thread Charles Honton
As far as preventing overwrite of an existing remote artifact, you can use the exists-maven-plugin . (https://github.com/chonton/exists-maven-plugin ) This plugin will check for the existence of a

Re: Building WAR files with/without EAR context

2016-11-18 Thread Stefan Seidel
Hi, you don't usually depend on EJBs in your WARs. You should depend on ejb- client. IIRC you'll have to explicitely configure your EJB project to create an ejb-client artifact. I just tried that though, and the ejb-client JAR is still kept inside the WAR. Are you planning to deploy your WAR