Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Run (0.14 sec)

  1. .junit.run/Not Slow.run.xml

    Yuri Schimke <******@****.***> 1605965325 +0000
    XML
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Nov 21 13:28:45 GMT 2020
    - 730 bytes
    - Viewed (0)
  2. .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)
  3. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

                  </tasks>
                </configuration>
                <goals>
                  <goal>run</goal>
                </goals>
              </execution>
    
              <execution>
                <id>archetype-test-partial</id>
                <phase>process-test-resources</phase>
                <configuration>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Sep 22 08:59:31 GMT 2023
    - 15.6K bytes
    - Viewed (0)
  4. .idea/runConfigurations/Generate_standard_library_sources.xml

          <option name="scriptParameters" value="" />
          <option name="taskDescriptions">
            <list />
          </option>
          <option name="taskNames">
            <list>
              <option value="run" />
            </list>
          </option>
          <option name="vmOptions" value="" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Sun Jun 26 18:29:57 GMT 2022
    - 989 bytes
    - Viewed (0)
  5. api/maven-api-plugin/src/main/mdo/plugin.mdo

              <description>
                A set of dependencies which the plugin requires in order to function. This enables the plugin to function
                independently of its POM (or at least to declare the libraries it needs to run).
              </description>
            </field>
          </fields>
          <codeSegments>
            <codeSegment>
              <version>2.0.0+</version>
              <code><![CDATA[
        public String getPluginLookupKey() {
    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)
  6. apache-maven/src/assembly/component.xml

          <outputDirectory>bin</outputDirectory>
          <includes>
            <include>mvn</include>
            <include>mvnDebug</include>
            <!-- This is so that CI systems can periodically run the profiler -->
            <include>mvnyjp</include>
          </includes>
          <lineEnding>unix</lineEnding>
          <fileMode>0755</fileMode>
        </fileSet>
        <fileSet>
          <directory>src/assembly/maven/conf</directory>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Jun 04 19:03:41 GMT 2023
    - 4.4K bytes
    - Viewed (0)
  7. api/maven-api-plugin/src/main/mdo/lifecycle.mdo

              </association>
            </field>
            <field>
              <name>configuration</name>
              <version>1.0.0</version>
              <type>DOM</type>
              <description>Configuration to pass to all goals run in this phase.</description>
            </field>
          </fields>
        </class>
        <class>
          <name>Execution</name>
          <version>1.0.0</version>
          <description>A set of goals to execute.</description>
    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)
  8. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

            <configuration>
              <outputFile>test.html</outputFile>
            </configuration>
            <reportSets>
              <reportSet>
                <id>it</id>
                <reports>
                  <report>run</report>
                </reports>
                <configuration>
                  <outputFile>index.html</outputFile>
                </configuration>
              </reportSet>
            </reportSets>
          </plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

            <configuration>
              <outputFile>test.html</outputFile>
            </configuration>
            <reportSets>
              <reportSet>
                <id>it</id>
                <reports>
                  <report>run</report>
                </reports>
                <configuration>
                  <outputFile>index.html</outputFile>
                </configuration>
              </reportSet>
            </reportSets>
          </plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
  10. guava-gwt/pom.xml

          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <executions>
              <execution>
                <id>copy-gwt-files</id>
                <phase>generate-resources</phase>
                <goals><goal>run</goal></goals>
                <configuration>
                  <target name="copy-gwt-resources">
                    <copy toDir="${project.build.directory}/guava-gwt-sources">
    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)
Back to top