Searched full:argline (Results 1 – 18 of 18) sorted by relevance
30 * <li>argLine otherwise.</li>48 * <argLine>@{argLine} -your -extra -arguments</argLine>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 than65 * <argLine>-your -extra -arguments</argLine>72 * <!-- no argLine here -->
40 static final String SUREFIRE_ARG_LINE = "argLine";48 * If not specified, then "argLine" would be used for "jar" packaging and
33 String argLine = "\"-Da=\\\"1\\\"\" -Db=2";35 if ( buildLog.indexOf( argLine ) < 0 ) {36 throw new RuntimeException( "Original argLine was overwritten" );
26 <argLine>"-Da=\"1\"" -Db=2</argLine>
56 <argLine>-ea ${argLine}</argLine>
25 if ( !buildLog.contains( "argLine set to empty" ) ) {
52 <argLine>${argLine}</argLine>
289 <!--<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>
25 <argLine>-ea</argLine>
25 <argLine>-Dfoo</argLine>
249 <argLine>-Xbootclasspath/p:${bootclasspathPrefix}</argLine>278 <argLine>-Xbootclasspath/p:${bootclasspathPrefix}</argLine>
69 <argLine>${coverageAgent}</argLine>
92 <argLine>${surefireArgLine}</argLine>
85 <jvmarg value="${argLine}"/>
108 …"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…
143 <argLine>-Xmx512m</argLine>
50 argLine: -Xmx512m
141 <argLine>${jvm.args}</argLine>