/[Apache-SVN]/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.java
ViewVC logotype

Log of /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.java

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 810406 - (view) (annotate) - [select for diffs]
Modified Wed Sep 2 08:09:54 2009 UTC (2 months, 3 weeks ago) by olamy
File length: 14576 byte(s)
Diff to previous 809300 (colored)
add a FIXME for mvn 3.x

Revision 809300 - (view) (annotate) - [select for diffs]
Modified Sun Aug 30 10:32:43 2009 UTC (2 months, 3 weeks ago) by vsiveton
File length: 14503 byte(s)
Diff to previous 800978 (colored)
o added timeout

Revision 800978 - (view) (annotate) - [select for diffs]
Modified Tue Aug 4 21:17:08 2009 UTC (3 months, 2 weeks ago) by olamy
File length: 14468 byte(s)
Diff to previous 794049 (colored)
remove extra work with logging.
Avoid use of container.getLoggerManager().

Revision 794049 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 20:10:35 2009 UTC (4 months, 1 week ago) by dennisl
File length: 16289 byte(s)
Diff to previous 789085 (colored)
o Make Checkstyle more happy

Revision 789085 - (view) (annotate) - [select for diffs]
Modified Sun Jun 28 10:13:10 2009 UTC (4 months, 3 weeks ago) by bentmann
File length: 16288 byte(s)
Diff to previous 748875 (colored)
[MPIR-160] Dependency report ignores local repository and always re-fetches artifacts from remote repos

Revision 748875 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 16:12:36 2009 UTC (8 months, 3 weeks ago) by vsiveton
File length: 16294 byte(s)
Diff to previous 748489 (colored)
o revert of r748489

Revision 748489 - (view) (annotate) - [select for diffs]
Modified Fri Feb 27 11:55:12 2009 UTC (8 months, 3 weeks ago) by vsiveton
File length: 16329 byte(s)
Diff to previous 728546 (colored)
MPIR-147: Dependencies report hangs while accessing SSL site. Connection never closes

o adding a time out
o using wagon beta-5

Revision 728546 - (view) (annotate) - [select for diffs]
Modified Sun Dec 21 22:56:51 2008 UTC (11 months ago) by bentmann
File length: 16294 byte(s)
Diff to previous 678793 (colored)
o Fixed svn:keywords

Revision 678793 - (view) (annotate) - [select for diffs]
Modified Tue Jul 22 16:20:05 2008 UTC (16 months ago) by dennisl
File length: 16294 byte(s)
Diff to previous 678720 (colored)
o Fix Javadoc errors.

Revision 678720 - (view) (annotate) - [select for diffs]
Modified Tue Jul 22 11:30:24 2008 UTC (16 months ago) by vsiveton
File length: 16337 byte(s)
Diff to previous 676763 (colored)
MPIR-130: No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report

o verify if artifact baseVersion equals or not artifact version
o take care if artifact type is not a pom to prevent warn message from DefaultMavenProjectBuilder

Revision 676763 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 23:09:21 2008 UTC (16 months, 1 week ago) by vsiveton
File length: 15188 byte(s)
Diff to previous 676745 (colored)
o updated code due to r676762

Revision 676745 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 21:29:25 2008 UTC (16 months, 1 week ago) by vsiveton
File length: 14950 byte(s)
Diff to previous 676627 (colored)
o getDependencyUrlFromRepository() could return null if the repo is blacklisted
o display stacktrace for error logs in getDependencyUrlFromRepository() only if log is in debug mode

Revision 676627 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 15:42:28 2008 UTC (16 months, 1 week ago) by vsiveton
File length: 14554 byte(s)
Diff to previous 675999 (colored)
o take care if the repo is blacklisted or not
o ping repo url before calling wagon to prevent TransferFailedException
o display stacktrace for error logs in dependencyExistsInRepo() only if log is in debug mode
o added a new Blacklisted column in Dependency Repository Locations table

Revision 675999 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 15:53:17 2008 UTC (16 months, 2 weeks ago) by vsiveton
File length: 13271 byte(s)
Diff to previous 675944 (colored)
o fixed checkstyle

Revision 675944 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 13:26:33 2008 UTC (16 months, 2 weeks ago) by vsiveton
File length: 13179 byte(s)
Diff to previous 675943 (colored)
o reduced visibility for getProxyInfo()

Revision 675943 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 13:22:45 2008 UTC (16 months, 2 weeks ago) by vsiveton
File length: 13091 byte(s)
Diff to previous 675941 (colored)
o added javadoc

Revision 675941 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 13:08:28 2008 UTC (16 months, 2 weeks ago) by vsiveton
File length: 12947 byte(s)
Diff to previous 675908 (colored)
MPIR-119: Dependency Repository Locations in Dependency Report doesn't allow snapshot artifacts url from the snapshot repositories

o added repositoryMetadataManager component to get repo metadata
o make DependenciesReport implements Contextualizable to get PlexusContainer and to disable some un-useful INFO logs when resolving metadata
o improved RepositoryUtils constructor
o added RepositoryUtils#getDependencyUrlFromRepository()

Revision 675908 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 10:31:15 2008 UTC (16 months, 2 weeks ago) by vsiveton
File length: 9307 byte(s)
Diff to previous 675907 (colored)
o renamed remoteRepositories to repos (hiding local variable)

Revision 675907 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 10:28:10 2008 UTC (16 months, 2 weeks ago) by vsiveton
File length: 9140 byte(s)
Diff to previous 675813 (colored)
o updated code due to wagon:1.0-beta-3
o make wagon debug mode available only if Maven debug mode is enabled

Revision 675813 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 00:05:39 2008 UTC (16 months, 2 weeks ago) by vsiveton
File length: 8672 byte(s)
Diff to previous 600123 (colored)
o fixed some Checkstyle errors

Revision 600123 - (view) (annotate) - [select for diffs]
Modified Sat Dec 1 13:41:15 2007 UTC (23 months, 3 weeks ago) by vsiveton
File length: 8454 byte(s)
Diff to previous 600116 (colored)
o updated javadoc and added some since/version tags
o improved code legibility
o no code change

Revision 600116 - (view) (annotate) - [select for diffs]
Modified Sat Dec 1 13:16:55 2007 UTC (23 months, 3 weeks ago) by vsiveton
File length: 8415 byte(s)
Diff to previous 586896 (colored)
o fixed subversion keywords

Revision 586896 - (view) (annotate) - [select for diffs]
Modified Sun Oct 21 13:40:50 2007 UTC (2 years, 1 month ago) by dennisl
File length: 8415 byte(s)
Diff to previous 539456 (colored)
o Add subversion keywords.

Revision 539456 - (view) (annotate) - [select for diffs]
Modified Fri May 18 13:23:27 2007 UTC (2 years, 6 months ago) by vsiveton
File length: 8415 byte(s)
Diff to previous 483663 (colored)
o fixed license header
o no code change

Revision 483663 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 21:03:36 2006 UTC (2 years, 11 months ago) by fgiust
File length: 8228 byte(s)
Diff to previous 442431 (colored)
The dependency location report is not compatible with any released version of maven, since it requires wagon 1.0-beta-2. In order to avoid making all the project info report plugin requiring maven 2.1 do a simple check on the wagon version before enabling the dependency location section. Also add a check on to be sure that the version of the wagon provider used supports this new method. Maybe it's time to release wagon 1.0-beta-2 and include it in maven 2.0.5?

Revision 442431 - (view) (annotate) - [select for diffs]
Added Tue Sep 12 03:07:24 2006 UTC (3 years, 2 months ago) by brett
File length: 8031 byte(s)
[MPIR-56] refactor dependency code out of single report class
Submitted by: Pete Marvin King

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2