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
|
||||
public MavenProject buildFromRepository( Artifact artifact,
|
||||
List remoteArtifactRepositories,
|
||||
ArtifactRepository localRepository,
|
||||
|
@ -1048,7 +1047,6 @@ public class DefaultMavenProjectBuilder
|
|||
* @return
|
||||
* @throws ProjectBuildingException
|
||||
*/
|
||||
@Deprecated
|
||||
protected Set createPluginArtifacts( String projectId,
|
||||
List plugins, String pomLocation )
|
||||
throws ProjectBuildingException
|
||||
|
@ -1112,7 +1110,6 @@ public class DefaultMavenProjectBuilder
|
|||
* @return
|
||||
* @throws ProjectBuildingException
|
||||
*/
|
||||
@Deprecated
|
||||
protected Set createReportArtifacts( String projectId,
|
||||
List reports, String pomLocation )
|
||||
throws ProjectBuildingException
|
||||
|
@ -1172,7 +1169,6 @@ public class DefaultMavenProjectBuilder
|
|||
* @return
|
||||
* @throws ProjectBuildingException
|
||||
*/
|
||||
@Deprecated
|
||||
protected Set createExtensionArtifacts( String projectId,
|
||||
List extensions, String pomLocation )
|
||||
throws ProjectBuildingException
|
||||
|
|
Loading…
Reference in New Issue