- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 58 for mvnyjp (0.03 sec)
-
apache-maven/src/assembly/maven/bin/mvnyjp
Guillaume Nodet <******@****.***> 1729249281 +0200
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 18 11:01:21 UTC 2024 - 1.4K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/.gitattributes
mvn eol=lf crlf=input mvnDebug eol=lf crlf=input
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat May 23 07:59:32 UTC 2020 - 111 bytes - Viewed (0) -
apache-maven/src/assembly/component.xml
<include>mvn</include> <include>mvnenc</include> <include>mvnsh</include> <include>mvnup</include> <include>mvnDebug</include> <include>mvnencDebug</include> <!-- This is so that CI systems can periodically run the profiler --> <include>mvnyjp</include> </includes> <lineEnding>unix</lineEnding> <fileMode>0755</fileMode> </fileSet>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 10 16:40:06 UTC 2025 - 3.6K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvnup
Guillaume Nodet <******@****.***> 1749277367 +0200
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.3K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvnup.cmd
Guillaume Nodet <******@****.***> 1749277367 +0200
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.6K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/package-info.java
* <li>{@link org.apache.maven.cling.invoker.mvnup.goals.PomDiscovery} - Discovers POM files in multi-module projects</li> * <li>{@link org.apache.maven.cling.invoker.mvnup.goals.DomUtils} - XML manipulation utilities</li> * </ul> * * <h2>Usage Examples</h2> * * <h3>Check for Available Upgrades</h3> * <pre>{@code * mvnup check * }</pre> *
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 3.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/builtin/BuiltinShellCommandRegistryFactory.java
import org.apache.maven.cling.invoker.mvnenc.Goal; import org.apache.maven.cling.invoker.mvnsh.ShellCommandRegistryFactory; import org.apache.maven.cling.invoker.mvnup.UpgradeInvoker; import org.apache.maven.cling.invoker.mvnup.UpgradeParser; import org.apache.maven.impl.util.Os; import org.jline.builtins.Completers; import org.jline.console.CmdDesc; import org.jline.console.CommandInput;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 12.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/Help.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.cling.invoker.mvnup.goals; import org.apache.maven.api.di.Named; import org.apache.maven.api.di.Singleton; import org.apache.maven.cling.invoker.mvnup.Goal; import org.apache.maven.cling.invoker.mvnup.UpgradeContext; /** * The "help" goal implementation. */ @Named("help") @Singleton
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:46:51 UTC 2025 - 2.7K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/Goal.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.cling.invoker.mvnup; /** * The mvnup tool goal. */ public interface Goal { int execute(UpgradeContext context) throws Exception;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 971 bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/package-info.java
* under the License. */ /** * Implementation of the Maven Upgrade tool ({@code mvnup}). * * <p>This package contains the implementation classes for the Maven upgrade tool, * providing functionality for upgrading Maven projects and dependencies.</p> * * @since 4.0.0 */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.1K bytes - Viewed (0)