I checked it won't work as of now as tools/marvin etc. depend on other target. If those are fixed, then we can do: mvn -P developer -pl :cloud-marvin
For marvin, it depends on some target of apidocs, so we can do this: mvn -P developer -pl :cloud-apidoc (build this target first) mvn -P developer -pl :cloud-marvin Regards. ________________________________________ From: Rohit Yadav [rohit.ya...@citrix.com] Sent: Sunday, October 28, 2012 2:49 PM To: cloudstack-dev@incubator.apache.org Subject: RE: maven question mvn -pl <project, tools/devcloud>? ________________________________________ From: prasanna [srivatsav.prasa...@gmail.com] On Behalf Of Prasanna Santhanam [t...@apache.org] Sent: Sunday, October 28, 2012 10:42 AM To: CloudStack Dev Subject: maven question Is it possible to mvn compile/install the project within a specific pom.xml? I only want to say compile tools/devcloud/pom.xml or tools/marvin/pom.xml , not the entire developer profile that these pom's are children of. Thanks, -- Prasanna.,