Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Betty (0.16 sec)

  1. maven-core/src/test/resources-project-builder/single-configuration-inheritance/jetty-parent.xml

      <modelVersion>4.0.0</modelVersion>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jetty-parent</artifactId>
      <packaging>pom</packaging>
      <name>Jetty :: Administrative Parent</name>
      <version>7</version>
    
      <build>
    
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 1.2K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/single-configuration-inheritance/pom.xml

      <modelVersion>4.0.0</modelVersion>
      <parent>
        <groupId>org.mortbay.jetty</groupId>
        <artifactId>jetty-parent</artifactId>
        <version>7</version>
          <relativePath>jetty-parent.xml</relativePath>
      </parent>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>project</artifactId>
      <packaging>pom</packaging>
      <name>Jetty Server Project</name>
      <version>6.1.12</version>
      <build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 1.3K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/lifecycle/internal/TaskSegment.java

     *
     * <strong>NOTE:</strong> This class is not part of any public api and can be changed or deleted without prior notice.
     *
     * @since 3.0
     */
    public final class TaskSegment {
    
        // Can be both "LifeCycleTask" (clean/install) and "GoalTask" (org.mortbay.jetty:maven-jetty-plugin:6.1.19:run)
    
        private final List<Task> tasks;
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Jan 09 20:57:17 GMT 2024
    - 2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom

          <groupId>it.could</groupId>
          <artifactId>webdav</artifactId>
          <version>0.4</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.mortbay.jetty</groupId>
          <artifactId>jetty</artifactId>
          <version>4.2.12</version>
          <scope>test</scope>
        </dependency>
      </dependencies>
      <distributionManagement>
        <status>deployed</status>
      </distributionManagement>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 1.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom

        <module>plexus-hibernate</module>
        <module>plexus-i18n</module>
        <module>plexus-interactivity</module>
        <module>plexus-ircbot</module>
        <module>plexus-jdo</module>
        <module>plexus-jetty-httpd</module>
        <module>plexus-jetty</module>
        <module>plexus-mimetyper</module>
        <module>plexus-notification</module>
        <module>plexus-resource</module>
        <module>plexus-security</module>
        <module>plexus-summit</module>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 1.8K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

        </dependency>
        <dependency>
          <groupId>org.codehaus.cargo</groupId>
          <artifactId>cargo-core-container-jetty</artifactId>
          <version>0.9</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.mortbay.jetty</groupId>
          <artifactId>jetty</artifactId>
          <version>6.1.4</version>
          <scope>test</scope>
        </dependency>
        <dependency>
    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)
  7. maven-core/src/test/resources-project-builder/micromailer/spice-parent-9.pom

          </dependency>
          <dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty</artifactId>
            <version>${jetty.version}</version>
          </dependency>
          <dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty-client</artifactId>
            <version>${jetty.version}</version>
          </dependency>
          <dependency>
            <groupId>junit</groupId>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Dec 24 18:50:27 GMT 2020
    - 3.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom

        <module>plexus-hibernate</module>
        <module>plexus-i18n</module>
        <module>plexus-interactivity</module>
        <module>plexus-ircbot</module>
        <module>plexus-jdo</module>
        <module>plexus-jetty-httpd</module>
        <module>plexus-jetty</module>
        <module>plexus-mimetyper</module>
        <module>plexus-notification</module>
        <module>plexus-resource</module>
        <module>plexus-security</module>
        <module>plexus-summit</module>
    Plain Text
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Thu Dec 24 18:09:10 GMT 2020
    - 1.8K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar

    WebDav Provider Wagon that gets and puts artifacts through webdav protocol Henry Isidro ******@****.*** Joakim Erdfelt ******@****.*** slide slide-webdavlib 2.1 commons-logging commons-logging 1.0.4 runtime it.could webdav 0.4 test org.mortbay.jetty jetty 4.2.12 test META-INF/maven/org.apache.maven.wagon/wagon-webdav/pom.properties #Generated by Maven #Tue Dec 12 17:29:47 EST 2006 version=1.0-beta-2 groupId=org.apache.maven.wagon artifactId=wagon-webdav...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 16.9K bytes
    - Viewed (0)
  10. maven-core/src/test/java/org/apache/maven/exception/DefaultExceptionHandlerTest.java

    /**
     */
    class DefaultExceptionHandlerTest {
        /**
         * Running Maven under JDK7 may cause connection issues because IPv6 is used by default.
         * <p>
         * e.g running mvn site:run will cause Jetty to fail.
         * </p>
         * <p>
         * The resolution is to add -Djava.net.preferIPv4Stack=true to the command line as documented in
         * http://cwiki.apache.org/confluence/display/MAVEN/ConnectException
         * </p>
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 5.6K bytes
    - Viewed (0)
Back to top