You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2015/01/11 17:08:18 UTC

[jira] (MNG-4747) Javaagent not usable since 3.0-alpha

     [ https://jira.codehaus.org/browse/MNG-4747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MNG-4747:
-------------------------------

    Description: 
When launching a maven build, the -javaagent argument is ignored since Maven 3, and was processed with maven 2.X.X.

The use case is a build with jetty:run goal (org.mortbay.jetty:jetty-maven-plugin 8.0.0.M1) with {noformat}-javaagent:"${settings.localRepository}/org/springframework/spring-instrument/${spring-version}/spring-instrument-${spring-version}.jar"{noformat}


  was:
When launching a maven build, the -javaagent argument is ignored since Maven 3, and was processed with maven 2.X.X.

The use case is a build with jetty:run goal (org.mortbay.jetty:jetty-maven-plugin 8.0.0.M1) with -javaagent:"${settings.localRepository}/org/springframework/spring-instrument/${spring-version}/spring-instrument-${spring-version}.jar"



> Javaagent not usable since 3.0-alpha
> ------------------------------------
>
>                 Key: MNG-4747
>                 URL: https://jira.codehaus.org/browse/MNG-4747
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.0-alpha-6, 3.0-alpha-7, 3.0-beta-1
>         Environment: Windows XP 32bits SP3
>            Reporter: Damien Feugas
>            Assignee: Benjamin Bentmann
>            Priority: Blocker
>             Fix For: 3.0-beta-2
>
>         Attachments: TestJavaAgent -v2.zip, TestJavaAgent.zip
>
>
> When launching a maven build, the -javaagent argument is ignored since Maven 3, and was processed with maven 2.X.X.
> The use case is a build with jetty:run goal (org.mortbay.jetty:jetty-maven-plugin 8.0.0.M1) with {noformat}-javaagent:"${settings.localRepository}/org/springframework/spring-instrument/${spring-version}/spring-instrument-${spring-version}.jar"{noformat}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)