- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for executedProject (0.06 seconds)
-
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);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jun 12 14:55:55 GMT 2025 - 21K bytes - Click Count (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");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 24 17:29:44 GMT 2025 - 16.6K bytes - Click Count (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
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 7.4K bytes - Click Count (0)