- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ciManagement (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
Model target, Model source, boolean sourceDominant, Map<Object, Object> context) { CiManagement src = source.getCiManagement(); if (src != null) { CiManagement tgt = target.getCiManagement(); if (tgt == null) { tgt = new CiManagement(); target.setCiManagement(tgt); }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<!-- ====================================================================== --> <field> <name>ciManagement</name> <version>4.0.0+</version> <description>The project's continuous integration information.</description> <association> <type>CiManagement</type> </association> </field>Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0)