- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for projectIsNotPresent (0.16 sec)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleStarter.java
ProjectBuildList projectBuilds = null; MavenExecutionResult result = session.getResult(); try { if (buildExecutionRequiresProject(session) && projectIsNotPresent(session)) { throw new MissingProjectException("The goal you specified requires a project to execute" + " but there is no POM in this directory (" + session.getExecutionRootDirectory() + ")."Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/ConcurrentLifecycleStarter.java
} @Override public void execute(MavenSession session) { eventCatapult.fire(ExecutionEvent.Type.SessionStarted, session, null); try { if (requiresProject(session) && projectIsNotPresent(session)) { throw new MissingProjectException("The goal you specified requires a project to execute" + " but there is no POM in this directory (" + session.getTopDirectory() + ")."Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 8.3K bytes - Viewed (0)