jvanzyl 2003/01/05 13:04:04
Modified: src/java/org/apache/maven/verifier DependencyVerifier.java
Log:
o adding a todo about tracking snapshot retrieval attempts.
Revision Changes Path
1.14 +6 -1
jakarta-turbine-maven/src/java/org/apache/maven/verifier/DependencyVerifier.java
Index: DependencyVerifier.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/verifier/DependencyVerifier.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- DependencyVerifier.java 3 Jan 2003 02:37:05 -0000 1.13
+++ DependencyVerifier.java 5 Jan 2003 21:04:03 -0000 1.14
@@ -80,6 +80,11 @@
* @todo Separate out the local settings verifier because this only needs to be run
* once a session, but is currently being run during project verification so
* this is a big waste in the reactor for example.
+ * @todo For a given maven session keep track of what snapshots have been downloaded
+ * so that we can prevent the same snapshots retrieval attempts from happening
+ * repeatedly. I think we can assume in a single session the snapshot won't
+ * change. This would certainly help is large reactor builds like the jelly
+ * tags where all of them depend on a jelly snapshot.
*/
public class DependencyVerifier
extends AbstractMavenComponent
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>