Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for parametrize (0.3 sec)

  1. 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)
  2. 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)
Back to top