Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Layout (0.18 sec)

  1. apache-maven/src/assembly/maven/conf/settings.xml

          <repositories>
            <repository>
              <id>jdk14</id>
              <name>Repository for JDK 1.4 builds</name>
              <url>http://www.myhost.com/maven/jdk14</url>
              <layout>default</layout>
              <snapshotPolicy>always</snapshotPolicy>
            </repository>
          </repositories>
        </profile>
        -->
    
        <!--
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Jun 19 15:06:01 GMT 2023
    - 11K bytes
    - Viewed (0)
  2. api/maven-api-plugin/src/main/mdo/plugin.mdo

            <field>
              <name>requiresDependencyCollection</name>
              <version>1.0.0/1.1.0</version>
              <type>String</type>
              <description>
                Flags this Mojo as requiring information about the dependencies that would make up the specified class
                path. As the name suggests, this is similar to requiresDependencyResolution and supports the same values.
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Apr 14 17:14:22 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  3. api/maven-api-settings/src/main/mdo/settings.mdo

              <description>The URL of the mirror repository.</description>
            </field>
            <field>
              <name>layout</name>
              <version>1.1.0+</version>
              <type>String</type>
              <defaultValue>default</defaultValue>
              <description>The layout of the mirror repository.
                @since Maven 3.</description>
            </field>
            <field>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  4. maven-compat/src/main/mdo/profiles.mdo

                 The url of the repository
              ]]></description>
              <type>String</type>
            </field>
            <field>
              <name>layout</name>
              <version>1.0.0</version>
              <description>The type of layout this repository uses for locating and storing artifacts - can be "legacy" or
                "default".</description>
              <type>String</type>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  5. pom.xml

    			<artifactId>log4j-jul</artifactId>
    			<version>${log4j.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>co.elastic.logging</groupId>
    			<artifactId>log4j2-ecs-layout</artifactId>
    			<version>${log4j.ecs.version}</version>
    		</dependency>
    
    		<!-- opensearch -->
    		<dependency>
    			<groupId>org.opensearch</groupId>
    			<artifactId>opensearch</artifactId>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
Back to top