- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 149 for Goals (0.01 sec)
-
impl/maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.8K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/PluginUpgradeCliTest.java
CommonsCliUpgradeOptions options = CommonsCliUpgradeOptions.parse(args); assertTrue(options.goals().isPresent(), "Goals should be present"); assertEquals(1, options.goals().get().size(), "Should have one goal"); assertEquals("apply", options.goals().get().get(0), "Goal should be 'apply'"); } @Test void testCheckGoalWithPlugins() throws ParseException {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:48:39 UTC 2025 - 9.9K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnup/UpgradeOptions.java
@Experimental public interface UpgradeOptions extends Options { /** * Returns the list of upgrade goals to be executed. * These goals can include operations like "check", "dependencies", "plugins", etc. * * @return an {@link Optional} containing the list of goals, or empty if not specified */ @Nonnull Optional<List<String>> goals(); /** * Returns the target POM model version for upgrades.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:46:51 UTC 2025 - 3.6K bytes - Viewed (0) -
android/guava/pom.xml
<version>${maven-bundle-plugin.version}</version> <executions> <execution> <id>bundle-manifest</id> <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals> </execution> </executions> <configuration> <instructions>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 21:36:50 UTC 2025 - 9.8K bytes - Viewed (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t12/p0/p1/pom.xml
<artifactId>maven-compiler-plugin</artifactId> <executions> <execution> <id>normal</id> <goals> <goal>compile</goal> </goals> </execution> </executions> </plugin> </plugins> </build>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 610 bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-listener/lifecycle-listener-dependency-injection/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 678 bytes - Viewed (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-build-extensions-plugin/pom.xml
<resourcePaths>maven-core-it.properties</resourcePaths> <pluginClassLoaderOutput>target/pcl.properties</pluginClassLoaderOutput> </configuration> <goals> <goal>load</goal> </goals> </execution> </executions> </plugin> </plugins> </build>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 884 bytes - Viewed (0) -
compat/maven-model/src/test/resources/xml/pom.xml
<version>3.2.0</version> <executions> <execution> <id>copy-model</id> <phase>generate-sources</phase> <goals> <goal>copy</goal> </goals> <configuration> <artifactItems> <artifactItem> <groupId>org.apache.maven</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.2K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/lifecycle/Phase.java
/** * Set configuration to pass to all goals run in this phase. * * @param configuration a configuration object. */ public void setConfiguration(Object configuration) { this.configuration = configuration; } // -- void setConfiguration( Object ) /** * Set the goals to execute within the phase. * * @param executions a executions object.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.4K bytes - Viewed (0) -
api/maven-api-plugin/pom.xml
<artifactId>modello-maven-plugin</artifactId> <executions> <execution> <id>modello-plugin</id> <goals> <goal>velocity</goal> <goal>xdoc</goal> <goal>xsd</goal> </goals> <phase>generate-sources</phase> <configuration> <velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 3.8K bytes - Viewed (0)