标签: maven variables dependencies pom.xml
我正在寻找一种获取依赖关系的artefactId和/或groupId的方法,该方法目前在流程资源阶段进行处理。 我想要实现的是,每个依赖项都将被解压缩到一个单独的文件夹中 我知道,多种配置都可以,但我必须明确命名每个文件夹。 (例如<outputDirectory>..\artefacts\{$currentDependency.artefactId}</outputDirectory>) 我希望以更加动态的方式实现这一点,这样就可以在我的pom中添加一个依赖项并完成。
<outputDirectory>..\artefacts\{$currentDependency.artefactId}</outputDirectory>