File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/main/java/org/apache/maven/report/projectinfo Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ under the License.
214214 <dependency >
215215 <groupId >org.apache.maven.shared</groupId >
216216 <artifactId >maven-artifact-transfer</artifactId >
217- <version >0.9.1 </version >
217+ <version >0.12.0 </version >
218218 </dependency >
219219
220220 <!-- SCM -->
Original file line number Diff line number Diff line change 5858import org .apache .maven .reporting .MavenReportException ;
5959import org .apache .maven .repository .RepositorySystem ;
6060import org .apache .maven .settings .Settings ;
61- import org .apache .maven .shared .artifact .resolve .ArtifactResolver ;
61+ import org .apache .maven .shared .transfer . artifact .resolve .ArtifactResolver ;
6262import org .codehaus .plexus .i18n .I18N ;
6363import org .codehaus .plexus .interpolation .EnvarBasedValueSource ;
6464import org .codehaus .plexus .interpolation .InterpolationException ;
Original file line number Diff line number Diff line change 3333import org .apache .maven .project .ProjectBuildingException ;
3434import org .apache .maven .project .ProjectBuildingRequest ;
3535import org .apache .maven .repository .RepositorySystem ;
36- import org .apache .maven .shared .artifact .resolve .ArtifactResolver ;
37- import org .apache .maven .shared .artifact .resolve .ArtifactResolverException ;
38- import org .apache .maven .shared .artifact .resolve .ArtifactResult ;
36+ import org .apache .maven .shared .transfer . artifact .resolve .ArtifactResolver ;
37+ import org .apache .maven .shared .transfer . artifact .resolve .ArtifactResolverException ;
38+ import org .apache .maven .shared .transfer . artifact .resolve .ArtifactResult ;
3939
4040/**
41- * Utilities methods to play with repository
41+ * Utility methods to play with repository.
4242 *
4343 * @version $Id$
4444 * @since 2.1
@@ -128,7 +128,7 @@ public MavenProject getMavenProjectFromRepository( Artifact artifact )
128128 /**
129129 * @param artifact not null
130130 * @param repo not null
131- * @return the artifact url in the given repo for the given artifact. If it is a snapshot artifact, the version
131+ * @return the URL in the given repo for the given artifact. If it is a snapshot artifact, the version
132132 * will be the timestamp and the build number from the metadata. Could return null if the repo is blacklisted.
133133 */
134134 public String getDependencyUrlFromRepository ( Artifact artifact , ArtifactRepository repo )
Original file line number Diff line number Diff line change 5656import org .apache .maven .report .projectinfo .dependencies .DependenciesReportConfiguration ;
5757import org .apache .maven .report .projectinfo .dependencies .RepositoryUtils ;
5858import org .apache .maven .repository .RepositorySystem ;
59- import org .apache .maven .shared .artifact .resolve .ArtifactResolverException ;
59+ import org .apache .maven .shared .transfer . artifact .resolve .ArtifactResolverException ;
6060import org .apache .maven .shared .dependency .graph .DependencyNode ;
6161import org .apache .maven .shared .jar .JarData ;
6262import org .codehaus .plexus .i18n .I18N ;
You can’t perform that action at this time.
0 commit comments