- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 450 for myplugins (0.04 sec)
-
impl/maven-core/src/test/projects/plugin-manager/project-contributing-system-scope-plugin-dep/pom.xml
<name>Maven Integration Test :: MNG-3586</name> <description> Test that plugin dependencies with scope system are part of the plugin class realm. </description> <build> <plugins> <plugin> <groupId>org.apache.maven.its.plugins</groupId> <artifactId>maven-it-plugin</artifactId> <version>0.1</version> <dependencies> <dependency>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
pluginManagementElement.child(PLUGINS).orElse(null); if (managedPluginsElement != null) { fixed |= fixDuplicatePluginsInSection( managedPluginsElement, context, sectionName + "/" + PLUGIN_MANAGEMENT + "/" + PLUGINS); } } return fixed; } /** * Fixes duplicate plugins within a specific plugins section. */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 22.2K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java
assertContains( result.getErrors().get(0), "'build.plugins.plugin.version' for test:mip must be a valid version"); assertContains( result.getErrors().get(1), "'build.plugins.plugin.version' for test:rmv must be a valid version"); assertContains( result.getErrors().get(2), "'build.plugins.plugin.version' for test:lmv must be a valid version"); assertContains(Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 33.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/version/PluginVersionRequest.java
/** * Gets the POM whose build plugins are to be scanned for the version. * * @return The POM whose build plugins are to be scanned for the version or {@code null} to only search the plugin * repositories. */ Model getPom(); /** * Sets the POM whose build plugins are to be scanned for the version. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
compat/maven-compat/src/test/projects/project-dependencies-resolver/it0063/pom.xml
</dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.its.plugins</groupId> <artifactId>maven-it-plugin-dependency-resolution</artifactId> <version>2.1-SNAPSHOT</version> <configuration> <compileClassPath>target/compile.txt</compileClassPath> </configuration> </plugin> </plugins> </build>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.7K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PluginConnectionSimpleTest.java
// Also verify the change is reflected in the build plugins list Plugin pluginFromBuildList = project.getBuild().getPlugins().stream() .filter(p -> "org.apache.maven.plugins:maven-compiler-plugin".equals(p.getKey())) .findFirst() .orElse(null); assertNotNull(pluginFromBuildList, "Plugin should be found in build plugins list"); assertEquals(Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jul 04 12:50:13 UTC 2025 - 5K bytes - Viewed (0) -
compat/maven-artifact/pom.xml
<groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 2.3K bytes - Viewed (0) -
api/pom.xml
<properties> <project.directory>api</project.directory> </properties> <profiles> <profile> <id>reporting</id> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <tags> <tag> <name>provisional</name>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 3.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/prefix/PluginPrefixRequest.java
/** * Gets the POM whose build plugins are to be scanned for the prefix. * * @return The POM whose build plugins are to be scanned for the prefix or {@code null} to only search the plugin * repositories. */ Model getPom(); /** * Sets the POM whose build plugins are to be scanned for the prefix. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.6K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-parent.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.7K bytes - Viewed (0)