Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for overline (0.31 sec)

  1. maven-core/src/test/resources-project-builder/properties-inheritance/sub/pom.xml

      <artifactId>child-2</artifactId>
      <version>0.2</version>
      <packaging>jar</packaging>
    
      <properties>
        <childProperty>child-property</childProperty>
        <overriddenProperty>child-override</overriddenProperty>
      </properties>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.3K bytes
    - Viewed (0)
  2. api/maven-api-plugin/src/main/mdo/plugin.mdo

              </description>
            </field>
            <field>
              <name>expression</name>
              <version>2.0.0+</version>
              <type>String</type>
              <description>Parameter expression, to let user override default value with a user property, system property or project property.</description>
            </field>
            <field>
              <name>defaultValue</name>
              <version>2.0.0+</version>
    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. maven-core/src/test/resources-project-builder/plugin-config-merging/child/pom.xml

      <description>
        Verify that children can *override* inherited plugin configuration.
      </description>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-configuration</artifactId>
            <version>2.1-SNAPSHOT</version>
            <configuration>
              <!--
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.4K bytes
    - Viewed (0)
  4. maven-compat/src/main/resources/META-INF/maven/plugin-expressions/rootless.paramdoc.xml

            repository.</description>
          <cliOptions>
            <cliOption>
              <key>-Dmaven.repo.local=/path/to/local/repo</key>
              <value>Override the local repository location on a per-build basis.</value>
            </cliOption>
          </cliOptions>
        </expression>
        <expression>
          <syntax>reactorProjects</syntax>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Nov 23 12:04:30 GMT 2014
    - 1.8K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/build-extension-inheritance/sub/pom.xml

          <extension>
            <groupId>org.apache.maven.its.mng3899</groupId>
            <artifactId>b</artifactId>
            <version>0.1</version>
          </extension>
          <extension>
            <!-- project extensions should override inherited extension with equal gid:aid -->
            <groupId>org.apache.maven.its.mng3899</groupId>
            <artifactId>a</artifactId>
            <version>0.2</version>
          </extension>
        </extensions>
        <plugins>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/plugin-config-merging/pom.xml

      <artifactId>parent</artifactId>
      <version>1.0-SNAPSHOT</version>
      <packaging>pom</packaging>
    
      <name>Maven Integration Test :: MNG-3836</name>
      <description>
        Verify that children can *override* inherited plugin configuration.
      </description>
    
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.apache.maven.its.plugins</groupId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.3K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

            id.append( getPackaging() );
            id.append( ":" );
            id.append( ( getVersion() == null ) ? "[inherited]" : getVersion() );
    
            return id.toString();
        }
    
        @Override
        public String toString() {
            return getId();
        }
    
        public boolean isChildProjectUrlInheritAppendPath() {
            return getDelegate().isChildProjectUrlInheritAppendPath();
        }
    
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  8. src/main/resources/esclient.xml

    			<arg>"ckb-iq/stemmer_override.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"cs/stemmer_override.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"da/stemmer_override.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"de/stemmer_override.txt"</arg>
    		</postConstruct>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Mar 23 05:42:27 GMT 2023
    - 15.9K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/interpolation-cli-wins/pom.xml

      <artifactId>test</artifactId>
      <version>0.1</version>
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: MNG-4208</name>
      <description>
        Test that CLI properties specified by the user override project properties during interpolation.
      </description>
    
      <properties>
        <testProperty>FAILED</testProperty>
        <interpolatedProperty>${testProperty}</interpolatedProperty>
      </properties>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.3K bytes
    - Viewed (0)
  10. android/pom.xml

      <packaging>pom</packaging>
      <name>Guava Maven Parent</name>
      <description>Parent for guava artifacts</description>
      <url>https://github.com/google/guava</url>
      <properties>
        <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
        <test.include>%regex[.*.class]</test.include>
        <truth.version>1.4.2</truth.version>
        <jsr305.version>3.0.2</jsr305.version>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top