指向所用settings.xml路径的属性

时间:2019-01-28 12:33:41

标签: maven

我在pom.xml中定义了一个Maven插件,我想将指向当前在构建中使用的settings.xml的路径传递给该插件。我可以在Maven中使用内置属性吗?

我的案子:

<plugin>
    <groupId>org.codehaus.cargo</groupId>
    <artifactId>cargo-maven2-plugin</artifactId>
    <configuration>
        <container>
            <systemProperties combine.children="append">
                <kie.maven.settings.custom>${looking-for-a-property-to-put-here}</kie.maven.settings.custom>
            </systemProperties>
        </container>
    </configuration>
</plugin>

0 个答案:

没有答案