Home
last modified time | relevance | path

Searched full:argline (Results 1 – 18 of 18) sorted by relevance

/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DAgentMojo.java30 * <li>argLine otherwise.</li>
48 * &lt;argLine&gt;@{argLine} -your -extra -arguments&lt;/argLine&gt;
54 …empty property to avoid JVM startup error <code>Could not find or load main class @{argLine}</code>
59 * Another way is to define "argLine" as a Maven property rather than
65 * &lt;argLine&gt;-your -extra -arguments&lt;/argLine&gt;
72 * &lt;!-- no argLine here --&gt;
DAbstractAgentMojo.java40 static final String SUREFIRE_ARG_LINE = "argLine";
48 * If not specified, then "argLine" would be used for "jar" packaging and
/external/jacoco/jacoco-maven-plugin.test/it/it-multiple-executions/
Dverify.bsh33 String argLine = "\"-Da=\\\"1\\\"\" -Db=2";
35 if ( buildLog.indexOf( argLine ) < 0 ) {
36 throw new RuntimeException( "Original argLine was overwritten" );
Dpom.xml26 <argLine>"-Da=\"1\"" -Db=2</argLine>
/external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/
Dpom.xml56 <argLine>-ea ${argLine}</argLine>
Dverify.bsh25 if ( !buildLog.contains( "argLine set to empty" ) ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-merge-passes/
Dpom.xml52 <argLine>${argLine}</argLine>
/external/guice/
Dpom.xml289 <!--<argLine>-Dguice_include_stack_traces=OFF</argLine>-->
297 <argLine>-Dguice_include_stack_traces=OFF</argLine>
305 <argLine>-Dguice_include_stack_traces=COMPLETE</argLine>
313 <argLine>-Dguice_include_stack_traces=ONLY_FOR_DECLARING_SOURCE</argLine>
/external/jacoco/jacoco-maven-plugin.test/it/it-prepend-property/
Dpom.xml25 <argLine>-ea</argLine>
/external/jacoco/jacoco-maven-plugin.test/it/it-prepend-property-skip/
Dpom.xml25 <argLine>-Dfoo</argLine>
/external/okhttp/
Dpom.xml249 <argLine>-Xbootclasspath/p:${bootclasspathPrefix}</argLine>
278 <argLine>-Xbootclasspath/p:${bootclasspathPrefix}</argLine>
/external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/
Dpom.xml69 <argLine>${coverageAgent}</argLine>
/external/volley/
Dpom.xml92 <argLine>${surefireArgLine}</argLine>
/external/jacoco/jacoco-maven-plugin.test/it/it-dump/
Dpom.xml85 <jvmarg value="${argLine}"/>
/external/testng/doc/
Declipse.html108 …"argLine" element of the maven plugin configuration. If you check this option, TestNG Eclipse Plug…
110 NOTE 2: if there are multiple "argLine" elements in the pom.xml, the first presence will be used. I…
/external/snakeyaml/
Dpom.xml143 <argLine>-Xmx512m</argLine>
Dpom.yaml50 argLine: -Xmx512m
/external/jacoco/org.jacoco.build/
Dpom.xml141 <argLine>${jvm.args}</argLine>