- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for ActivationFile (0.05 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
} } private void visit(ActivationFile activationFile) { if (activationFile != null) { String org, val; // Missing org = activationFile.getMissing(); val = interpolate(org); if (org != val) { activationFile.setMissing(val); } // ExistsRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 43.1K bytes - Viewed (0) -
compat/maven-compat/src/main/mdo/profiles.mdo
<description><![CDATA[ Specifies that this profile will be activated based on existence of a file. ]]></description> <association> <type>ActivationFile</type> </association> </field> </fields> </class> <!-- TODO: reproduced from maven-model/maven.mdo, instead should inherit code and link to external docs --> <class>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jan 22 11:03:29 UTC 2025 - 13.8K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
<version>1.0.0+</version> <description> Specifies that this profile will be activated based on existence of a file. </description> <association> <type>ActivationFile</type> </association> </field> <field> <name>packaging</name> <version>1.2.0+</version> <type>String</type> <description>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0)