- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 192 for requirement (0.16 sec)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/Requirement.java
*/ package org.apache.maven.plugin.descriptor; /** * Describes a component requirement. * */ public class Requirement implements Cloneable { private final String role; private final String roleHint; public Requirement(String role) { this.role = role; this.roleHint = null; } public Requirement(String role, String roleHint) { this.role = role;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
compat/maven-compat/src/test/resources/org/apache/maven/artifact/resolver/ArtifactResolverTest.xml
</requirement> <requirement> <role>org.apache.maven.artifact.metadata.ArtifactMetadataSource</role> <role-hint>test</role-hint> <field-name>source</field-name> </requirement> <requirement> <role>org.codehaus.plexus.PlexusContainer</role> <role-hint>default</role-hint> <field-name>container</field-name> </requirement>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.7K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/Parameter.java
return "Mojo parameter [name: '" + getName() + "'; alias: '" + getAlias() + "']"; } public Requirement getRequirement() { return requirement; } public void setRequirement(Requirement requirement) { this.requirement = requirement; } public String getImplementation() { return implementation; }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.1K bytes - Viewed (0) -
.github/renovate.json
}, { "matchPackageNames": ["org.eclipse.jetty:jetty-client"], "allowedVersions": "<10.0", "description": "JDK 11 requirement" }, { "matchPackageNames": ["org.junit-pioneer:junit-pioneer"], "allowedVersions": "<2.0.0", "description": "JDK 11 requirement" } ]
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jun 22 16:18:31 UTC 2024 - 956 bytes - Viewed (0) -
compat/maven-plugin-api/src/test/resources/plugin.xml
</configuration> <requirements> <requirement> <role>org.codehaus.plexus.archiver.Archiver</role> <role-hint>jar</role-hint> <field-name>jarArchiver</field-name> </requirement> </requirements> </mojo> <mojo> <goal>war</goal> <threadSafe>true</threadSafe> </mojo>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.3K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java
// ---------------------------------------------------------------------- // Requirements // ---------------------------------------------------------------------- PlexusConfiguration[] requirements = c.getChild("requirements").getChildren("requirement"); for (PlexusConfiguration requirement : requirements) { ComponentRequirement cr = new ComponentRequirement();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 17.6K bytes - Viewed (0) -
common-protos/k8s.io/api/batch/v1/generated.proto
optional string action = 1; // Represents the requirement on the container exit codes. // +optional optional PodFailurePolicyOnExitCodesRequirement onExitCodes = 2; // Represents the requirement on the pod conditions. The requirement is represented // as a list of pod condition patterns. The requirement is satisfied if at
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 21.1K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Aug 16 14:16:22 UTC 2024 - 24.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/configuration/BeanConfigurationValuePreprocessor.java
* */ public interface BeanConfigurationValuePreprocessor { /** * Preprocesses the specified bean configuration value. The optional type provided to this method is a hint (not a * requirement) for the preprocessor to resolve the value to a compatible value or a (string) value than can be * unmarshalled into that type. The preprocessor is not required to perform any type conversion but should rather
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.9K bytes - Viewed (0) -
ci/official/pycpp.sh
PROFILE_JSON_PATH="$PROFILE_JSON_PATH/profile.json.gz" else PROFILE_JSON_PATH="$TFCI_OUTPUT_DIR/profile.json.gz" fi # TODO(b/361369076) Remove the following block after TF NumPy 1 is dropped # Move hermetic requirement lock files for NumPy 1 to the root if [[ "$TFCI_WHL_NUMPY_VERSION" == 1 ]]; then cp ./ci/official/requirements_updater/numpy1_requirements/*.txt . fi if [[ $TFCI_PYCPP_SWAP_TO_BUILD_ENABLE == 1 ]]; then
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 23 18:48:35 UTC 2024 - 1.9K bytes - Viewed (0)