Re: Not able to download artifact java-ee-apis from com.ibm.websphere

2014-04-28 Thread Anders Hammar
This type of question should be addressed to the user mailing list. This dev list is for the development of Maven itself. /Anders On Mon, Apr 28, 2014 at 10:22 AM, suhaslonarkar wrote: > Hi Team, > > I am having trouble to download artifact java-ee-apis from from > com.ibm.websphere. > > Curren

RE: Not able to download artifact java-ee-apis from com.ibm.websphere

2014-04-28 Thread Martin Gainty
answered on axis developers list "You can find it in the WAS installation directory under plugins/com.ibm.ws.runtime.jar." Br Martin > Date: Mon, 28 Apr 2014 01:22:23 -0700 > From: suhaslonar...@gmail.com > To: dev@maven.apache.org > Subject: Not able to download

Not able to download artifact java-ee-apis from com.ibm.websphere

2014-04-28 Thread suhaslonarkar
Hi Team, I am having trouble to download artifact java-ee-apis from from com.ibm.websphere. Current dependency I have added com.ibm.websphere java-ee-apis Then to resolve this issue I have added below dependency. javax javaee-api 6.0 After adding above dependencies build was successfully cr