- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addPluginRepository (0.11 sec)
-
impl/maven-core/src/test/java/org/apache/maven/execution/DefaultMavenExecutionRequestPopulatorTest.java
Repository r = new Repository(); r.setId("test"); r.setUrl("file:///test"); Profile p = new Profile(); p.setId("test"); p.addPluginRepository(r); Settings settings = new Settings(); settings.addProfile(p); settings.addActiveProfile(p.getId()); testee.populateFromSettings(request, settings);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/profiles/ProfilesConversionUtils.java
} } List pluginRepos = profileXmlProfile.getPluginRepositories(); if (pluginRepos != null) { for (Object pluginRepo : pluginRepos) { profile.addPluginRepository( convertFromProfileXmlRepository((org.apache.maven.profiles.Repository) pluginRepo)); } } return profile; }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.8K bytes - Viewed (0)