I'm new to maven, so please be patient. I'm trying to make my first non-game maven project an application of ws.apache.org/xmlrpc. Unfortunately I need the trunk version for some reason. I checked it out of svn repository, did a "mvn install" successfully. The three jar files appear below ~/.m2/repository/org/apache/xmlrpc/... ... = xmlrpc-server, xmlrpc-client, xmlrpc-common There is also a ~/.m2/repository/org/apache/xmlrpc/pom.xml that seems to summerize the dependencies.
I read: install: install the package into the local repository, for use as a dependency in other projects locally Did I do that? Is .m2 the local repository? If not, how to get one and deploy xmlrpc over there? If so, how do I use this package in my non-game project? I tried several things in my other pom.xml but I can not prevent maven from looking at a remote repository. It can not find the jars over there, because they reside locally. Please, could you link me to the text that will enlighten me? Rolf --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
