mirror of https://github.com/apache/maven.git
o get rid of 1.5 annos
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@598755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a3b489d71e
commit
92f4fe42e9
|
@ -179,7 +179,6 @@ public class DefaultMavenProjectBuilder
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @deprecated */
|
/** @deprecated */
|
||||||
@Deprecated
|
|
||||||
public MavenProject buildFromRepository( Artifact artifact,
|
public MavenProject buildFromRepository( Artifact artifact,
|
||||||
List remoteArtifactRepositories,
|
List remoteArtifactRepositories,
|
||||||
ArtifactRepository localRepository,
|
ArtifactRepository localRepository,
|
||||||
|
@ -1048,7 +1047,6 @@ public class DefaultMavenProjectBuilder
|
||||||
* @return
|
* @return
|
||||||
* @throws ProjectBuildingException
|
* @throws ProjectBuildingException
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
protected Set createPluginArtifacts( String projectId,
|
protected Set createPluginArtifacts( String projectId,
|
||||||
List plugins, String pomLocation )
|
List plugins, String pomLocation )
|
||||||
throws ProjectBuildingException
|
throws ProjectBuildingException
|
||||||
|
@ -1112,7 +1110,6 @@ public class DefaultMavenProjectBuilder
|
||||||
* @return
|
* @return
|
||||||
* @throws ProjectBuildingException
|
* @throws ProjectBuildingException
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
protected Set createReportArtifacts( String projectId,
|
protected Set createReportArtifacts( String projectId,
|
||||||
List reports, String pomLocation )
|
List reports, String pomLocation )
|
||||||
throws ProjectBuildingException
|
throws ProjectBuildingException
|
||||||
|
@ -1172,7 +1169,6 @@ public class DefaultMavenProjectBuilder
|
||||||
* @return
|
* @return
|
||||||
* @throws ProjectBuildingException
|
* @throws ProjectBuildingException
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
protected Set createExtensionArtifacts( String projectId,
|
protected Set createExtensionArtifacts( String projectId,
|
||||||
List extensions, String pomLocation )
|
List extensions, String pomLocation )
|
||||||
throws ProjectBuildingException
|
throws ProjectBuildingException
|
||||||
|
|
Loading…
Reference in New Issue