【问题标题】:Where do generated DEPENDENCIES files come from?生成的 DEPENDENCIES 文件来自哪里?
【发布时间】:2015-01-17 03:59:58
【问题描述】:
【问题讨论】:
标签:
maven
dependencies
maven-3
【解决方案1】:
我创建了一个example 来展示它是如何工作的:
<build>
<plugins>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>process</goal>
</goals>
<configuration>
<resourceBundles>
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
</resourceBundles>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
棘手的插件是maven-remote-resouces-plugin,它可以处理速度模板,该模板将发送到trick here。