- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for defaultGoal (0.06 sec)
-
api/maven-api-model/src/main/mdo/maven.mdo
<version>3.0.0+</version> <superClass>PluginConfiguration</superClass> <description>Build configuration in a profile.</description> <fields> <field> <name>defaultGoal</name> <version>3.0.0+</version> <description>The default goal (or phase in Maven 2) to execute when none is specified for
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0) -
cni/pkg/plugin/sidecar_redirect.go
if err := annotationRegistry[name].validator(val); err != nil { return true, annotationRegistry[name].defaultVal, err } return true, val, nil } // no annotation found so use default value return false, annotationRegistry[name].defaultVal, nil } // NewRedirect returns a new Redirect Object constructed from a list of ports and annotations
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jan 26 20:34:28 UTC 2024 - 10.6K bytes - Viewed (0)