0
我一直在四處搜尋,但找不到答案。Maven下載pom並執行目標
我想要的是下載一個pom.xml依賴項,並執行一些目標(配置文件)。
我的意思是:
pom a -> mvn clean install -Psome
donwload the pom b and execute clean package -Panother
這與maven-exec
插件很容易。我已經下載了pom
和dependency plugin
。
但我想知道是否有一個特定的插件。
當然,但我寧願從artifactory下載依賴項。但這就是我想要達到的目標。感謝您的快速回答。 – ssedano