Hi Jim,
Thanks a lot man.It worked.
Regards,
Arka
--
View this message in context:
http://maven.40175.n5.nabble.com/Cannot-locate-the-artifact-jbossws-native-jaxrpc-tp4830149p4832334.html
Sent from the Maven - Users mailing list archive at Nabble.com.
Hi there,
You mvn install:install-file line is slightly incorrect. As you can see from
the error, it is looking for version 3.0.4.GA. But when you install it, you
are using -Dversion=3.0.4.
Try switching that to:
-Dversion=3.0.4.GA
If that fails, you might consider adding a JBOSS repository