- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for createExtension (0.06 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/ProjectSorterTest.java
Plugin plugin = new Plugin(); plugin.setGroupId(groupId); plugin.setArtifactId(artifactId); plugin.setVersion(version); return plugin; } private Extension createExtension(String groupId, String artifactId, String version) { Extension extension = new Extension(); extension.setGroupId(groupId); extension.setArtifactId(artifactId); extension.setVersion(version);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 12.7K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/BootstrapCoreExtensionManager.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 13.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/extensions/BootstrapCoreExtensionManager.java
if (!artifacts.isEmpty()) { extensions.add(new LoadedCoreExtension(extension, createExtension(extension, artifacts))); } } return Collections.unmodifiableList(extensions); } private CoreExtensionEntry createExtension(CoreExtension extension, List<Artifact> artifacts) throws Exception {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 13.9K bytes - Viewed (0)