logoalt Hacker News

Zardoz84today at 4:17 PM0 repliesview on HN

ant-plugin and maven-assembly.

But pulling a maven dependency DON'T run anything. You must download the repository that contains the POM.XML and run mvn with any goal that triggers the lifecycle.

Maven 4 aims to separate distribution and build poms. Currently, we generate distribution pom.xml for distribution using flatten plugin.