mirror of https://github.com/apache/maven.git
o note about signature removal in the project builder
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@775181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
107b03a1f7
commit
8f7f0ce1dd
|
@ -30,7 +30,7 @@ public interface MavenProjectBuilder
|
|||
MavenProject buildFromRepository( Artifact projectArtifact, ProjectBuilderConfiguration configuration )
|
||||
throws ProjectBuildingException;
|
||||
|
||||
//TODO maven-site-plugin
|
||||
//TODO maven-site-plugin -- Vincent, Dennis and Lukas are checking but this doesn't appear to be required anymore.
|
||||
MavenProject build( File project, ArtifactRepository localRepository, ProfileManager profileManager )
|
||||
throws ProjectBuildingException;
|
||||
|
||||
|
|
Loading…
Reference in New Issue