Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for Mode (0.17 sec)

  1. maven-core/src/test/resources-project-builder/plugin-exec-order-with-lifecycle/pom.xml

      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.mng4341</groupId>
      <artifactId>test</artifactId>
      <version>0.1</version>
      <!-- NOTE: The upper-case packaging name is intentional and triggers a special mode in the EmptyLifecycleExecutor -->
      <packaging>JAR</packaging>
    
      <name>Maven Integration Test :: MNG-4341</name>
      <description>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.9K bytes
    - Viewed (0)
  2. guava-gwt/pom.xml

                covered by testModule.gwt.xml. Maybe I'll try it someday.
    
                [*] https://code.google.com/p/google-web-toolkit/wiki/ResourceOracle#When_multiple_PathPrefix_es_have_the_same_path
                    https://code.google.com/p/google-web-toolkit/issues/detail?id=7581
                -->
              <execution>
                <id>gwt-test</id>
                <goals>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 11 15:00:55 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  3. api/maven-api-plugin/src/main/mdo/plugin.mdo

              <description>
                Flags this Mojo as requiring the dependencies in the specified class path to be resolved before it can
                execute: {@code compile}, {@code runtime}, {@code test},
                {@code compile+runtime} (since Maven 3.0) or {@code runtime+system} (since Maven 3.0)
              </description>
            </field>
            <field>
              <name>dependencyResolution</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Apr 14 17:14:22 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/plugin-management-for-implicit-plugin/child/pom.xml

        <version>1.0-SNAPSHOT</version>
      </parent>
    
      <artifactId>child-project</artifactId>
      <version>1.0-SNAPSHOT</version>
      <!-- NOTE: The upper-case packaging name is intentional and triggers a special mode in the EmptyLifecycleExecutor -->
      <packaging>JAR</packaging>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-log-file</artifactId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.6K bytes
    - Viewed (0)
  5. api/maven-api-plugin/src/main/mdo/lifecycle.mdo

        {@code META-INF/maven/lifecycle.xml} in a plugin's jar artifact.
      </description>
      <classes>
        <class rootElement="true" xml.tagName="lifecycles" xsd.compositor="sequence">
          <name>LifecycleConfiguration</name>
          <version>1.0.0</version>
          <description>Root element of the {@code lifecycle.xml} file.</description>
          <fields>
            <field>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Feb 07 21:28:01 GMT 2024
    - 4.2K bytes
    - Viewed (0)
  6. .idea/codeStyles/Project.xml

          </indentOptions>
        </codeStyleSettings>
        <codeStyleSettings language="kotlin">
          <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
          <option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" />
        </codeStyleSettings>
      </code_scheme>
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue May 02 13:36:56 GMT 2023
    - 4.1K bytes
    - Viewed (3)
  7. maven-core/src/main/resources/META-INF/maven/extension.xml

        <exportedPackage>org.eclipse.aether.util</exportedPackage>
    
        <!-- plexus-classworlds -->
        <exportedPackage>org.codehaus.plexus.classworlds</exportedPackage>
    
        <!-- classworlds (for legacy code) -->
        <exportedPackage>org.codehaus.classworlds</exportedPackage>
    
        <!-- plexus-utils (for DOM-type fields in maven-model) -->
        <exportedPackage>org.codehaus.plexus.util.xml.Xpp3Dom</exportedPackage>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 08 10:37:09 GMT 2024
    - 12.2K bytes
    - Viewed (0)
  8. maven-core/pom.xml

              <models />
            </configuration>
            <executions>
              <execution>
                <!-- This step is required to generate xdoc, and does not generate java code -->
                <id>modello-site-doc</id>
                <goals>
                  <goal>xdoc</goal>
                </goals>
                <phase>pre-site</phase>
                <configuration>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 15.4K bytes
    - Viewed (0)
  9. .idea/runConfigurations/run_IR_test_in_node_js.xml

    <component name="ProjectRunConfigurationManager">
      <configuration default="false" name="run IR test in node.js" type="js.build_tools.npm">
        <package-json value="$PROJECT_DIR$/js/js.translator/testData/package.json" />
        <command value="run" />
        <scripts>
          <script value="runIrTestInNode" />
        </scripts>
        <arguments value="$FilePath$" />
        <node-interpreter value="project" />
        <envs />
        <method v="2" />
      </configuration>
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Oct 12 10:57:03 GMT 2018
    - 463 bytes
    - Viewed (0)
  10. maven-compat/src/main/resources/META-INF/maven/plugin-expressions/settings.paramdoc.xml

        ]]></configuration>
          <description>
            <![CDATA[
          Flags the system as offline, to prevent accessing the network to resolve artifacts or execute plugins.
    
          NOTE: It's also possible to switch to offline mode on a per-build basis, using the '-o' command-line option.
        ]]></description>
        </expression>
        <expression>
          <syntax>settings.interactiveMode</syntax>
          <configuration>
            <![CDATA[
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 2K bytes
    - Viewed (0)
Back to top