mirror of
https://github.com/apache/maven.git
synced 2025-02-24 11:29:57 +00:00
parent
97e8a2b861
commit
5beb347f41
@ -81,8 +81,8 @@
|
||||
* </p>
|
||||
* <p>
|
||||
* With changes during 3.2.2 release MavenProject is closer to being immutable after construction with the removal of
|
||||
* all components from this class, and the upfront construction taken care of entirely by the @{ProjectBuilder}. There
|
||||
* is still the issue of having to run the lifecycle in order to find all the compile source roots and resource
|
||||
* all components from this class, and the upfront construction taken care of entirely by the {@link ProjectBuilder}.
|
||||
* There is still the issue of having to run the lifecycle in order to find all the compile source roots and resource
|
||||
* directories but I hope to take care of this during the Maven 4.0 release (jvz).
|
||||
* </p>
|
||||
*/
|
||||
@ -260,7 +260,7 @@ public void setFile( File file )
|
||||
|
||||
/**
|
||||
* Sets project {@code file} without changing project {@code basedir}.
|
||||
*
|
||||
*
|
||||
* @since 3.2.4
|
||||
*/
|
||||
public void setPomFile( File file )
|
||||
|
Loading…
x
Reference in New Issue
Block a user