- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MavenUpCling (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-cli/src/main/java/org/apache/maven/cling/MavenUpCling.java
@Nullable OutputStream stdOut, @Nullable OutputStream stdErr) throws IOException { return new MavenUpCling(world).run(args, stdIn, stdOut, stdErr, true); } public MavenUpCling() { super(); } public MavenUpCling(ClassWorld classWorld) { super(classWorld); } @Override protected Invoker createInvoker() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 3K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/PluginUpgradeCliTest.java
import java.io.ByteArrayOutputStream; import java.nio.charset.StandardCharsets; import org.apache.commons.cli.ParseException; import org.apache.maven.api.cli.mvnup.UpgradeOptions; import org.apache.maven.cling.MavenUpCling; import org.codehaus.plexus.classworlds.ClassWorld; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Sep 29 14:48:39 GMT 2025 - 9.9K bytes - Click Count (0)