Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for parameterize (0.22 sec)

  1. maven-core/src/site/apt/configuration-management.apt

     that currently we have information about a project scattered across the project.xml and the
     various properties files. What needs to be done is to encapsulate all of this in the POM.
    
     Typically users parameterize the use of plugins, or have custom values like ${user.name}
     for use in elements like the <developerConnection/>. It would be idea if we
     could encapsulate everything we need about the project in the POM including
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Mar 18 00:24:53 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
            <field>
              <name>filtering</name>
              <version>3.0.0+</version>
              <description>
                Whether resources are filtered to replace tokens with parameterised values or not.
                The values are taken from the {@code properties} element and from the
                properties in the files listed in the {@code filters} element. Note: While the type
    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)
  3. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

     Object, model.Statement); java.util.List getSortedRules(); static void <clinit>(); } org/junit/runners/Parameterized$UseParametersRunnerF.class package org.junit.runners; public abstract interface Parameterized$UseParametersRunnerF extends annotation.Annotation { public abstract Class value(); } org/junit/runners/parameterized/ParametersRunnerFact.class package org.junit.runners.parameterized; public abstract interface ParametersRunnerFact { public abstract org.junit.runner.Runner createRunnerF...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
Back to top