Hi, I am wondering how people build subtrees in Sling as there are no intermediate poms. Normally I would have a installer/pom.xml so I could cd installer mvn clean install to build just that subtree to test a modification there.
Is there mvn command that does this without needing the pom ? mvn clean install -amd -pl installer/api,installer/core,installer/api,installer/console,installer/providers/file,installer/providers/jcr,installer/providers/jcr,installer/factories/configuration,installer/factories/deploymentpck,installer/it does the trick, but is a bit of mouthfull. Thanks Ian
