You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2020/02/09 14:40:00 UTC

[jira] [Closed] (MANTRUN-208) 1.8 version maven-antrun-plugin doesnt work

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

Sylwester Lachiewicz closed MANTRUN-208.
----------------------------------------
    Fix Version/s:     (was: waiting-for-feedback)
       Resolution: Cannot Reproduce

> 1.8 version maven-antrun-plugin doesnt work
> -------------------------------------------
>
>                 Key: MANTRUN-208
>                 URL: https://issues.apache.org/jira/browse/MANTRUN-208
>             Project: Maven Antrun Plugin
>          Issue Type: Bug
>         Environment: Maven home: C:\maven\maven333
> Java version: 1.8.0_40, vendor: Oracle Corporation
> Java home: C:\Java\jdk1.8\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>            Reporter: Martin Gainty
>            Priority: Major
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> <plugin> 
>  <groupId>org.apache.maven.plugins</groupId> 
>  <artifactId>maven-antrun-plugin</artifactId> 
>  <version>1.8</version>
> <executions> 
>  <execution> 
>  <id>compile</id> 
>  <phase>compile</phase> 
>  <configuration> 
>  <target> 
>  <property name="compile_classpath" refid="maven.compile.classpath"/> 
>  <property name="runtime_classpath" refid="maven.runtime.classpath"/> 
>  <property name="test_classpath" refid="maven.test.classpath"/> 
>  <property name="plugin_classpath" refid="maven.plugin.classpath"/> 
>  <echo message="compile classpath: ${compile_classpath}"/> 
>  <echo message="runtime classpath: ${runtime_classpath}"/> 
>  <echo message="test classpath: ${test_classpath}"/> 
>  <echo message="plugin classpath: ${plugin_classpath}"/> 
>  </target> 
>  </configuration> 
>  <goals> 
>  <goal>run</goal> 
>  </goals> 
>  </execution> 
>  </executions> 
>  </plugin>
> mvn -e -X -o produces no output for echo statements



--
This message was sent by Atlassian Jira
(v8.3.4#803005)