- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for setDelegate (0.07 seconds)
-
compat/maven-compat/src/test/java/org/apache/maven/repository/LegacyRepositorySystemTest.java
@Inject SwitchableMetadataSource switchableMetadataSource; @BeforeEach void setup() throws CycleDetectedInComponentGraphException { switchableMetadataSource.setDelegate(defaultMetadataSource); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 11.1K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
*/ public java.nio.file.Path getPomPath() { return (getDelegate().getPomFile() != null) ? getDelegate().getPomFile() : null; } public void setPomPath(java.nio.file.Path pomPath) { update( getDelegate().withPomFile(pomPath)); } public void setModelEncoding(String modelEncoding) { update(getDelegate().with().modelEncoding(modelEncoding).build()); } /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
} @Override public Model build(RepositorySystemSession session, MavenProject project, ModelSource src) throws ModelBuilderException { Model model = project.getModel().getDelegate(); boolean flattenEnabled = Features.consumerPomFlatten(session.getConfigProperties()); String packaging = model.getPackaging(); String originalPackaging = project.getOriginalModel().getPackaging();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 27 07:40:26 GMT 2025 - 21.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
} @Override public Model findModel(Artifact artifact) { MavenProject project = getProject(artifact); return project == null ? null : project.getModel().getDelegate(); } // // Implementation // private File findArtifact(MavenProject project, Artifact artifact, boolean checkUptodate) { // POMs are always returned from the file systemCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Dec 15 11:20:38 GMT 2025 - 24.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java
new MojoExecutionScopeModule(container.lookup(MojoExecutionScope.class)), new PluginConfigurationModule(plugin.getDelegate()), new SisuDiBridgeModule(true)); } catch (ComponentLookupException | CycleDetectedInComponentGraphException e) { throw new PluginContainerException(
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 09 16:35:21 GMT 2025 - 46.4K bytes - Click Count (0)