Hi, On Mon, Oct 6, 2014 at 2:26 PM, Robert Munteanu <[email protected]> wrote: > ... mvn -am -pl launchpad/builder/pom.xml clean package > > This should build the launchpad and any dependencies that I can > resolve from the reactor. Unfortuntely that used to work with Maven > 3.0.5 but does not work anymore with Maven 3.2.1
FWIW this (using folder name, not pom.xml) works with Maven 3.1.1: mvn -am -pl launchpad/builder clean package > Justin wrote: >> FWIW, I don't think we should (or really could) following a >> launchpad-only-contains-releases rule. But I'm willing to be convinced >> otherwise if the snapshot thing is really impossible.... I think we might need two launchpads, one with all snapshots for integration tests, and one with releases for releases, maybe built with an older (tagged) version of the integration tests. -Bertrand
