- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for pluginRepositories (0.53 sec)
-
.teamcity/pom.xml
<url>https://repo.maven.apache.org/maven2/</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>JetBrains</id> <url>https://download.jetbrains.com/teamcity-repository</url> </pluginRepository> </pluginRepositories> <build> <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 22:04:16 UTC 2025 - 7.4K bytes - Viewed (2) -
apache-maven/pom.xml
</dependency> </dependencies> <pluginRepositories> <pluginRepository> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url> </pluginRepository> </pluginRepositories> <build> <plugins> <plugin>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Nov 10 03:14:05 UTC 2025 - 12.7K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
List<ArtifactRepository> pluginRepositories = projectBuildingRequest.getPluginArtifactRepositories(); try { pluginRepositories = projectBuildingHelper.createArtifactRepositories( model3.getPluginRepositories(), pluginRepositories, projectBuildingRequest); } catch (Exception e) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 51.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
.build()); } // only keep repositories other than 'central' builder.repositories(pruneRepositories(model.getRepositories())); builder.pluginRepositories(null); return builder; } private static List<Repository> pruneRepositories(List<Repository> repositories) { return repositories.stream()
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 27 07:40:26 UTC 2025 - 21.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<!-- ====================================================================== --> <field xdoc.separator="blank" xml.insertParentFieldsUpTo="pluginRepositories"> <name>build</name> <version>3.0.0+</version> <required>true</required> <description>Information required to build the project.</description> <association>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
import static eu.maveniverse.domtrip.maven.MavenPomElements.Elements.PLUGINS; import static eu.maveniverse.domtrip.maven.MavenPomElements.Elements.PLUGIN_MANAGEMENT; import static eu.maveniverse.domtrip.maven.MavenPomElements.Elements.PLUGIN_REPOSITORIES; import static eu.maveniverse.domtrip.maven.MavenPomElements.Elements.PLUGIN_REPOSITORY; import static eu.maveniverse.domtrip.maven.MavenPomElements.Elements.PROFILE;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 22.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. https://repo.maven.apache.org/maven2/org/codelibs/fess/,https://fess.codelibs.org/plugin/artifacts.yaml */ String PLUGIN_REPOSITORIES = "plugin.repositories"; /** The key of the configuration. e.g. */ String PLUGIN_VERSION_FILTER = "plugin.version.filter"; /** The key of the configuration. e.g. 1000 */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)