You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boué (JIRA)" <ji...@apache.org> on 2016/08/12 23:09:20 UTC

[jira] [Closed] (MDEP-535) Property Replacement does not work with

     [ https://issues.apache.org/jira/browse/MDEP-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Boué closed MDEP-535.
-------------------------------
    Assignee: Guillaume Boué

> Property Replacement does not work with 
> ----------------------------------------
>
>                 Key: MDEP-535
>                 URL: https://issues.apache.org/jira/browse/MDEP-535
>             Project: Maven Dependency Plugin
>          Issue Type: Bug
>            Reporter: Rowland
>            Assignee: Guillaume Boué
>
> Property Replacement Seems to fail when you use it in artifactIem configuration Seems to be consistent in all of 2.* versions
> Property test.tibjms.version exists
> Maven Snipit
>  <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-dependency-plugin</artifactId>
>                 <version>2.8</version>
>                 <executions>
>                     <execution>
>                         <id>download-ems-module-jars</id>
>                         <goals>
>                             <goal>copy</goal>
>                         </goals>
>                         <configuration>
>                                 <outputDirectory>src/main/resources/wildfly.conf/modules/com/tibco/tibjms/main</outputDirectory>
>                             <artifactItems>
>                                 <artifactItem>
>                                     <groupId>com.tibco</groupId>
>                                     <artifactId>tibjms</artifactId>
>                                     <version>${test.tibjms.version}</version>
>                                     <type>jar</type>
>                                     <destFileName>tibjms.jar</destFileName>
>                                 </artifactItem>
> Build Snipit
> [INFO] 
> [INFO] --- maven-dependency-plugin:2.8:copy (download-ems-module-jars) @ server ---
> [INFO] Configured Artifact: com.tibco:tibjms:?:jar



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)