Log of /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java
Parent Directory
|
Revision Log
Revision
678720 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 22 11:30:24 2008 UTC
(16 months ago)
by
vsiveton
File length: 10603 byte(s)
Diff to
previous 678142
(
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
676151 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 12 11:05:29 2008 UTC
(16 months, 2 weeks ago)
by
vsiveton
File length: 10200 byte(s)
Diff to
previous 675941
(
colored)
MPIR-121: dependency.locations.enabled should set to true by default
o applied
p add a warning if settings.offline
o improved javadoc
o fixed test case
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: 9952 byte(s)
Diff to
previous 675813
(
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
675547 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 10 12:32:41 2008 UTC
(16 months, 2 weeks ago)
by
vsiveton
File length: 8862 byte(s)
Diff to
previous 675324
(
colored)
MPIR-118: Equalize links to project web site for artifactId
o used the link pattern {text, url} for all artifactId in the generated tables
Revision
675324 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 9 19:48:37 2008 UTC
(16 months, 2 weeks ago)
by
vsiveton
File length: 8478 byte(s)
Diff to
previous 674664
(
colored)
MPIR-112: Dependency Listings is too big: replace it by toogle entries in the dependency tree
o added Javascript to toogle dependency detail
o removed unused key
o fixed test case
Revision
674664 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 7 22:58:07 2008 UTC
(16 months, 2 weeks ago)
by
vsiveton
File length: 6608 byte(s)
Diff to
previous 674099
(
colored)
MPIR-110: Update code due to deprecated classes in maven-dependency-tree:1.1
o removed DependencyTree dependency
Revision
649973 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 20 20:37:25 2008 UTC
(19 months ago)
by
hboutemy
File length: 5959 byte(s)
Diff to
previous 600123
(
colored)
[MPIR-80] added Java requirements to the Dependency Report
Submitted by: Niall Pemberton
Reviewed by: Hervé Boutemy
Revision
477353 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 20 21:36:05 2006 UTC
(3 years ago)
by
joakime
File length: 5201 byte(s)
Diff to
previous 466897
(
colored)
* refactored out Dependency Tree components in favor of MNG-2654 maven-dependency-tree component.
* break archiva <-> mpir dependency.
* updated to use new JarAnalyzerFactory mechanism present in maven-shared-jar.
Revision
437429 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 27 18:01:08 2006 UTC
(3 years, 2 months ago)
by
fgiust
File length: 45540 byte(s)
Diff to
previous 433277
(
colored)
don't look for snapshots in non-snapshot repositories (and don't look for releases in snapshot-only repositories). Optimize code for license grouping
Revision
433277 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 21 16:28:06 2006 UTC
(3 years, 3 months ago)
by
vsiveton
File length: 45733 byte(s)
Diff to
previous 431630
(
colored)
MSITE-138: site:stage does not create xref
o replaced all annotations for outputdirectory in Mojo Reports: ${project.build.directory}/site => ${project.reporting.outputDirectory}
o setReportOutputDirectory() in all Mojo reports (if required).
o handle outputdirectory for external reports in SiteRunMojo and in DoxiaFilter
o handle NPE for dependencies when site:run is called (due to MPIR-55)
Revision
431427 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 14 20:13:45 2006 UTC
(3 years, 3 months ago)
by
carlos
File length: 40308 byte(s)
Diff to
previous 409421
(
colored)
[MPIR-55] Detailed Artifact Information & Repository Location for each Dependency.
Submitted by: Joakim Erdfelt
Revision
409421 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 25 18:12:19 2006 UTC
(3 years, 6 months ago)
by
carlos
File length: 18011 byte(s)
Diff to
previous 405703
(
colored)
[MPIR-2] Dependencies report throws NullPointerException when a transitive dependency has system scope
Revision
393405 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 12 07:30:54 2006 UTC
(3 years, 7 months ago)
by
epunzalan
File length: 19020 byte(s)
Diff to
previous 392476
(
colored)
PR: MPIR-43
Promoted inner class listener to a separate class so I can add unit tests for it. Also, disabled the other httpunit tests which fails.
Revision
392473 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 8 02:08:19 2006 UTC
(3 years, 7 months ago)
by
epunzalan
File length: 26942 byte(s)
Diff to
previous 392205
(
colored)
PR: MPIR-39
Returned @requiresDependencyResolution and fixed a bug which caused ArrayOutOfBoundsException.
Note that this will resolve the project twice.
Revision
388083 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 23 07:31:40 2006 UTC
(3 years, 8 months ago)
by
epunzalan
File length: 28271 byte(s)
Diff to
previous 385830
(
colored)
Fixed a bug, apparently caused by a change in 2.0.3, that an artifact sent to a ResolutionListener have a null scope.
Revision
384507 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 9 13:33:55 2006 UTC
(3 years, 8 months ago)
by
epunzalan
File length: 27467 byte(s)
Diff to
previous 384447
(
colored)
PR: MPIR-11
Removed duplicates in the dependency tree. Shows only the nearest dependency to the project when more than one transitive dependency is present in the tree.
Revision
384447 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 9 06:27:01 2006 UTC
(3 years, 8 months ago)
by
epunzalan
File length: 24862 byte(s)
Diff to
previous 384441
(
colored)
PR: MPIR-11
Added comment column in dependency graph tables to indicate whether a dependency is attached or not.
Revision
384184 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 8 11:33:26 2006 UTC
(3 years, 8 months ago)
by
epunzalan
File length: 21568 byte(s)
Diff to
previous 384094
(
colored)
PR: MPIR-11
Replaced @requiresDependencyResolution with manual resolution so that a listener can be passed to create the dependency tree.
Revision
382369 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 2 12:55:07 2006 UTC
(3 years, 8 months ago)
by
vsiveton
File length: 16510 byte(s)
Diff to
previous 359555
(
colored)
PR: MPIR-27: Empty dependencies list when directly called from command line
Added @requiresDependencyResolution tag in the header
Revision
359555 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 28 16:06:08 2005 UTC
(3 years, 10 months ago)
by
fgiust
File length: 16477 byte(s)
Diff to
previous 348743
(
colored)
some work on MPIR-11 improved dependency report
now a separate list is displayed for each scope, and the optional flag is shown too.
Warning: this required a few new strings in project-info-report.properties, that are now missing in translations!
Revision
348743 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 24 14:38:15 2005 UTC
(4 years ago)
by
vsiveton
File length: 13605 byte(s)
Diff to
previous 348389
(
colored)
PR: MNG-1663
Skip the getMavenProjectFromRepository() call dependencies with system scope. Also add a test case.
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.