- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for executedProject (0.08 sec)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java
} try { session.setCurrentProject(executedProject); session.getProjects().set(index, executedProject); projectIndex.getProjects().put(projectId, executedProject); eventCatapult.fire(ExecutionEvent.Type.ForkedProjectStarted, session, mojoExecution); execute(session, mojoExecutions);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jun 12 14:55:55 UTC 2025 - 21K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginDescriptorSourcedParametersValidator.java
// so, we need ignore those // source org.apache.maven.plugin.PluginParameterExpressionEvaluator private static final List<String> IGNORED_PROPERTY_VALUES = Arrays.asList( "basedir", "executedProject", "localRepository", "mojo", "mojoExecution", "plugin", "project", "reactorProjects", "session", "settings");Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 24 17:29:44 UTC 2025 - 16.6K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java
* If a goal is provided instead of a phase, that goal will be executed in isolation. * The execution of either will not affect the current project, but instead make available the * <code>${executedProject}</code> expression if required. An alternate lifecycle can also be provided: * for more information see the documentation on the
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 7.4K bytes - Viewed (0)