Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for mvnsh (0.02 sec)

  1. api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnsh/ShellOptions.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.api.cli.mvnsh;
    
    import org.apache.maven.api.annotations.Experimental;
    import org.apache.maven.api.cli.Options;
    
    /**
     * Defines the options specific to the Maven Shell tool.
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Jun 11 13:14:09 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  2. api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java

         * @param messageBuilderFactory the factory for creating message builders
         * @return a new Builder instance
         */
        @Nonnull
        static Builder mvnsh(@Nonnull String[] args, @Nonnull MessageBuilderFactory messageBuilderFactory) {
            return mvnsh(Arrays.asList(args), messageBuilderFactory);
        }
    
        /**
         * Creates a new Builder instance for constructing a Maven Shell Tool ParserRequest.
         *
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat Jun 07 06:22:47 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  3. api/maven-api-cli/src/main/java/org/apache/maven/api/cli/Tools.java

        public static final String MVNENC_CMD = "mvnenc";
        public static final String MVNENC_NAME = "Maven Password Encrypting Tool";
    
        public static final String MVNSHELL_CMD = "mvnsh";
        public static final String MVNSHELL_NAME = "Maven Shell Tool";
    
        public static final String MVNUP_CMD = "mvnup";
        public static final String MVNUP_NAME = "Maven Upgrade Tool";
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat Jun 07 06:22:47 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  4. apache-maven/src/assembly/component.xml

    	<fileSet>
          <directory>src/assembly/maven/bin</directory>
          <outputDirectory>bin</outputDirectory>
          <includes>
            <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 -->
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat Jun 07 06:22:47 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top