Problem with installed jaxrpc.jar

2006-06-28 Thread Jeff Mutonho
I installed the Sun jaxrpc.jar as follows : mvn install:install-file -Dfile=D:\M2-WORK\eportal-lib\jaxrpc.jar -DgroupId=javax.xml -DartifactId=jaxrpc -Dversion=1.1 -Dpackaging=jar The included it at a dependency in one of my poms as shown below : dependency groupIdjavax.xml/groupId

Re: Problem with installed jaxrpc.jar

2006-06-28 Thread Roland Asmann
Looks like there's a naming-change in the jaxrpc... You should try the install again, but this time with artifactId 'jaxrpc-api', likt it says at the bottom. Roland On Wednesday 28 June 2006 14:42, Jeff Mutonho wrote: I installed the Sun jaxrpc.jar as follows : mvn install:install-file

Re: Problem with installed jaxrpc.jar

2006-06-28 Thread Kieran Brady
it should be happy. - Original Message - From: Jeff Mutonho [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Wednesday, June 28, 2006 1:42 PM Subject: Problem with installed jaxrpc.jar I installed the Sun jaxrpc.jar as follows : mvn install:install-file -Dfile=D:\M2