Re: Modify build order?

2011-05-04 Thread morty
I now added the master pom as a common parent for the below parent project poms: master |--> pom.xml (reference below parent projects as relative submodules) a |--> a.parent |--> pom.xml (parent for this pom is the master pom.xml) ... |--> a.child |--> pom.xml b |--> b.parent

Re: Modify build order?

2011-05-04 Thread morty
Yeah I tried to specify a new project containing a pom.xml like the one specified here: http://maven.apache.org/plugins/maven-invoker-plugin/examples/prepare-build-env.html But the a.parent project never gets triggered though. The master project/pom file (basically just a folder containing a sin

Cannot copy folder with maven-antrun-plugin scp

2010-09-16 Thread morty
I am trying to copy a folder and its subfolders from the target folder of my maven project to a tomcat webapps folder. Most of the content is copied just fine to the remote folder but some folders are not copied and the copy task never terminates. This is how I specify it in the pom.xml file: