90919293949596979899100
builder.addArguments("clean", "install"); } if (notest.getValue()) { builder.runTests(false); } if (profile.getValue() != null) { builder.addArguments("-P" + profile.getValue());
8687888990919293949596
builder.addArguments("install"); } if (notest.getValue()) { builder.runTests(false); } if (profile.getValue() != null) { builder.addArguments("-P" + profile.getValue());
8788899091929394959697
99100101102103104105106107108109