Maven integration
Hi,
I have a prototype with the following maven structure:
poc-domain poc-service poc-web poc-parent
The pom.xml inside poc-parent builds the whole poc.
But I cannot deploy the poc-domain pu from the poc-parent directory with the:
mvn os:deploy -Dmodule=poc-domain
I tried the also
mvn os:deploy -Dmodule=../poc-domain
but it doesn't work.
Thank you.
Zoltan
{quote}This thread was imported from the previous forum. For your reference, the original is [available here|http://forum.openspaces.org/thread.jspa?threadID=3076]{quote}