- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for hasLifecyclePhase (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
* used by plugins. * * @param phase The phase to check for, must not be {@code null}. * @return {@code true} if the phase has been seen. */ public boolean hasLifecyclePhase(String phase) { return lifecyclePhases.contains(phase); } /** * <strong>Warning:</strong> This is an internal utility method that is only public for technical reasons, it is notCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0)