Deprecated API
Contents
-
InterfaceDescriptioninstead use
Source
since maven 4.0, this interface is not used anymore and is only here for compatibility
-
ClassDescriptioninstead use
StringSource
instead useUrlSource
since maven 4.0, this class is now a no-op class and is only here for compatibility
-
MethodDescriptionsince Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4since Maven 4org.apache.maven.model.building.DefaultModelBuilderFactory.setReportingConverter
(ReportingConverter) instead useFileSource.getFile()
UseModelBuilder.buildRawModel(Path, int, boolean)
instead.UsegetPomPath()
instead.rawModel is never set, instead the fileModel is setUsesetPomPath(Path)
instead.setting the rawModel has no effect, instead the fileModel of phase one will be setUseModelReader.read(Path, Map)
instead.UseModelLocator.locateExistingPom(Path)
instead.UseModelLocator.locatePom(Path)
instead.UsePathTranslator.alignToBaseDirectory(String, Path)
instead.
-
ConstructorDescriptionUse
FileModelSource(Path)
instead.UseModelBuildingException(ModelBuildingResult)
instead.UseMavenBuildTimestamp(Date, Map)
or extract the format and pass it toMavenBuildTimestamp(Date, String)
instead.