- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for componentDescriptor (0.1 seconds)
-
src/main/assemblies/targz-bin.xml
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Dec 13 08:20:29 GMT 2015 - 296 bytes - Click Count (0) -
apache-maven/src/assembly/dir.xml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Apr 27 13:14:24 GMT 2022 - 1.2K bytes - Click Count (0) -
apache-maven/src/assembly/bin.xml
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Apr 27 13:14:24 GMT 2022 - 1.2K bytes - Click Count (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
this.setDependencies(original.getDependencies()); this.setDependencyNode(original.getDependencyNode()); } private static List<ComponentDescriptor<?>> clone(List<MojoDescriptor> mojos, PluginDescriptor pluginDescriptor) { List<ComponentDescriptor<?>> clones = null; if (mojos != null) { clones = new ArrayList<>(mojos.size()); for (MojoDescriptor mojo : mojos) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 16.2K bytes - Click Count (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java
* https://maven.apache.org/developers/mojo-api-specification.html</a> * * TODO is there a need for the delegation of MavenMojoDescriptor to this? * Why not just extend ComponentDescriptor here? */ public class MojoDescriptor extends ComponentDescriptor<Mojo> implements Cloneable { /** The Plexus component type */ public static final String MAVEN_PLUGIN = "maven-plugin"; /** "once-per-session" execution strategy */
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 21.7K bytes - Click Count (0) -
src/main/assemblies/zip-bin.xml
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Dec 13 08:20:29 GMT 2015 - 291 bytes - Click Count (0)