Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在寻找,但我找不到答案。
我想要的是下载一个 pom.xml 依赖项,并针对它执行一些目标(配置文件)。
我是说:
pom a -> mvn clean install -Psome donwload the pom b and execute clean package -Panother
maven-exec使用插件这很容易。而且我已经下载pom了dependency plugin.
maven-exec
pom
dependency plugin
但我想知道是否有特定的插件。
您可以查看引导maven scm 插件支持的maven 项目。这假设您在 scm 中有 pom。