Nick, Regarding the following warning in builder log: [WARNING] The requested profile "tests-bootstrap" could not be activated because it does not exist. We have no "tests-bootstrap" profile defined, so is this the reason why all the components were build by my command? What I needed is to run JUnit tests on this component. For other components I'm doing the build of <component>-bootstrap, then running the command like the following: mvn clean install -fae -e -Pdefault -f <comp>/tests/pom.xml -Dmaven.repo.local=.repository | tee <comp>.tests.log due to run the JUunit tests for that component. What is the shortest way for "tests" component, since I can't build its bootstrap only? Thanks, Victor _______________________________________________ jbosstools-dev mailing list jbosstools-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jbosstools-dev