mirror of https://github.com/apache/maven.git
Removed report method.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750149 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4af4093d4c
commit
b746b13a69
|
@ -149,26 +149,6 @@ public interface ProjectErrorReporter
|
|||
Repository repo,
|
||||
InvalidRepositoryException cause );
|
||||
|
||||
/**
|
||||
* <b>Call Stack:</b>
|
||||
* <br/>
|
||||
* <pre>
|
||||
* ...
|
||||
* --> DefaultMavenProjectBuilder.buildFromRepository(..)
|
||||
* DefaultMavenProjectBuilder.build(..)
|
||||
* --> DefaultMavenProjectBuilder.buildFromSourceFileInternal(..) (private)
|
||||
* --> DefaultMavenProjectBuilder.buildInternal(..) (private)
|
||||
* --> DefaultMavenProjectBuilder.processProjectLogic(..) (private)
|
||||
* --> DefaultMavenProjectBuilder.createPluginArtifacts(..)
|
||||
* --> DefaultMavenProjectBuilder.createReportArtifacts(..)
|
||||
* --> DefaultMavenProjectBuilder.createExtensionArtifacts(..)
|
||||
* <-- InvalidProjectVersionException
|
||||
* <---------- ProjectBuildingException
|
||||
* </pre>
|
||||
*/
|
||||
void reportBadNonDependencyProjectArtifactVersion( MavenProject project,
|
||||
File pomFile,
|
||||
InvalidProjectVersionException cause );
|
||||
|
||||
/**
|
||||
* <b>Call Stack:</b>
|
||||
|
@ -189,24 +169,6 @@ public interface ProjectErrorReporter
|
|||
File pomFile,
|
||||
InvalidProjectModelException error );
|
||||
|
||||
/**
|
||||
* <b>Call Stack:</b>
|
||||
* <br/>
|
||||
* <pre>
|
||||
* ...
|
||||
* --> DefaultMavenProjectBuilder.buildFromRepository(..)
|
||||
* DefaultMavenProjectBuilder.build(..)
|
||||
* --> DefaultMavenProjectBuilder.buildFromSourceFileInternal(..) (private)
|
||||
* --> DefaultMavenProjectBuilder.buildInternal(..) (private)
|
||||
* --> DefaultMavenProjectBuilder.createManagedVersionMap(..) (private)
|
||||
* <-- InvalidDependencyVersionException
|
||||
* <---------- ProjectBuildingException
|
||||
* </pre>
|
||||
*/
|
||||
void reportBadManagedDependencyVersion( MavenProject projectBeingBuilt,
|
||||
File pomFile,
|
||||
InvalidDependencyVersionException cause );
|
||||
|
||||
/**
|
||||
* <b>Call Stack:</b>
|
||||
* <br/>
|
||||
|
|
Loading…
Reference in New Issue