- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for downloadUrl (0.04 seconds)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
if (src != null) { if (sourceDominant || target.getDownloadUrl() == null) { target.setDownloadUrl(src); target.setLocation("downloadUrl", source.getLocation("downloadUrl")); } } } protected void mergeRelocation( Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) {
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
<version>4.0.0+</version> <association> <type>Site</type> </association> </field> <field> <name>downloadUrl</name> <version>4.0.0+</version> <description> The URL of the project's download page. If not given users will be referred to the homepage given by {@code url}.
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)