- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getExecutionProject (0.06 sec)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
// make a copy so the original in the POM doesn't get messed with dom = new Xpp3Dom(dom); } return dom; } public MavenProject getExecutionProject() { return (executionProject == null ? this : executionProject); } public void setExecutionProject(MavenProject executionProject) { this.executionProject = executionProject;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:47:20 UTC 2025 - 67K bytes - Viewed (0)