There isn't any way to release just the client jar by itself. You would have to do a release of the project, and the client jar can be deployed to the repository at the same time as the main jar. When a release is done, maven just runs "deploy" so anything that happens in a snapshot deploy will also happen in a release.
I'm not sure I understand the problem with having two separate projects. Couldn't you just have one for the client and one for the server and then release them separately?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132346#4132346
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132346
Ok, I deployed the plugin to the snapshots repo. And I added a pom.xml to the thirdparty directory. This new pom has the basic plugin configuration, but I haven't finished adding all the dependencies yet.
You can run it with "mvn package". Currently it will put all the jars into the thirdparty/target directory, but once the configuration is complete, we can change that to output directly to the thirdparty directory. I just didn't wanted to be able to compare the two, so I didn't make it overwrite the existing stuff yet.
Please take a look and let me know if anything isn't working.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132329#4132329
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132329