scm plugin -- what are the config-info?

2011-11-19 Thread rop
Question re. the Maven scm-plugin: * http://maven.apache.org/scm/plugins/usage.html * Example, in pom.xml: scm:svn:http://somerepository.com/svn_repo/trunk scm:svn:https://somerepository.com/svn_repo/trunk http://somerepository.com/view.cvs *What exactly is the tag used fo

Re: How setup java-first webservice client-jar in Maven?

2011-11-15 Thread rop
Thanks Anders, Just to clarify... So the serverside webservice-project puts the wsdl in a jar-file, which is deployed to Nexus? And the client-project can then read that wsdl from the classpath and generate the client-jar? Is that what you have in mind? -- View this message in context: http://ma

How setup java-first webservice client-jar in Maven?

2011-11-14 Thread rop
(apologies, if you get this twice - I tried posting on nabble, but get "This post has NOT been accepted by the mailing list yet." - dont know why - so now trying directly to the mailing-list) I need some advice on how to setup maven-build of the client-jar for java-first webservices... Previousl

How setup java-first webservice client-jar in Maven?

2011-11-14 Thread rop
Need some advice on how to setup maven-build of the client-jar for java-first webservices... Previously, I have been working with wsdl-first webservices, where you simply save the wsdl in version-control and then generate the java client classes from it. But now I have switched to another proje