CDV ❯ maven 1.1.0-SNAPSHOT plugin fails to start
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Cannot Reproduce
-
-
-
amiller
-
Reporter: tgautier
-
April 24, 2008
-
0
-
Watchers: 0
-
July 27, 2012
-
April 24, 2008
Attachments
Description
2008-04-24 06:46:24,481 INFO - Configuration loaded from the file at ‘/Users/tgautier/src/forge/projects/labs/tim-framework/trunk/samples/spider/tc-config.xml’.
[INFO] Resolving modules: [
Comments
Taylor Gautier 2008-04-24
Alex Miller 2008-04-24
I can’t reproduce this locally but it will depend on what’s in your repo (mine was recently wiped so I have very little old stuff).
When I build the project though I see that it is downloading tc 2.5.2 stuff. The main pom.xml uses tim-parent 1.0.5 which uses tc-maven-plugin 1.0.5 which depends on tc 2.5.2.
However, your spider sample uses the latest tc-maven-plugin 1.1.0-SNAPSHOT which depends on 2.6.0-SNAPSHOT.
The constructor for Resolver has changed in 2.6.0 and there is a subclass of it in tc-maven-plugin, so you must be seeing a mismatch between the two, possibly based on an old snapshot in your repo?
Alex Miller 2008-04-24
Closing as not repro per Taylor
To repro:
untar attached project
$ cd tim-framework/trunk $ mvn install $ cd samples/spider $ mvn tc:start