You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Louis Aloia (JIRA)" <ji...@apache.org> on 2016/03/16 14:40:33 UTC

[jira] [Created] (TOMEE-1739) Javaaagent arguments ignored by tomee-maven-plugin

Louis Aloia created TOMEE-1739:
----------------------------------

             Summary: Javaaagent arguments ignored by tomee-maven-plugin
                 Key: TOMEE-1739
                 URL: https://issues.apache.org/jira/browse/TOMEE-1739
             Project: TomEE
          Issue Type: Bug
          Components: TomEE Maven Plugin
    Affects Versions: 1.7.4
            Reporter: Louis Aloia


Javaaagent arguments are ignored by the tomee-maven-plugin when the javaagent supplied is a file.  For example, in the following code the destfile and append arguments are ignored.

 <javaagents>
	<javaagent>${project.build.directory}/jacocoagent.jar=destfile=${project.build.directory}/jacoco.exec,append=false</javaagent>
</javaagents>

I believe line #1075 in AbstractTomEEMojo.java needs to have the args appended to the strings variable.



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