• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Cannot Reproduce
  • juris
  • Reporter: tgautier
  • September 20, 2008
  • 0
  • Watchers: 0
  • July 27, 2012
  • October 30, 2008

Description

Sorry if we’ve been over this before, it seems like a repeat - except I can’t remember what was wrong the last time.

I’ve got a pom.xml that is using maven plugin version 1.2.0-SNAPSHOT.

The classpath using this version is listed here: [INFO] Starting node master: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java -Dcom.tc.l1.modules.repositories=/Users/tgautier/.m2/repository -Dtc.nodeName=master -Dtc.numberOfNodes=2 -Dtc.config=/Users/tgautier/src/spider/tc-config.xml -Dtc.classpath=file:/tmp/tc-classpath55568.tmp -Dtc.session.classpath=/Users/tgautier/.m2/repository/org/terracotta/tc-session/2.7.0-SNAPSHOT/tc-session-2.7.0-SNAPSHOT.jar -Dcom.tc.l1.modules.repositories=/Users/tgautier/.m2/repository -Xbootclasspath/p:/Users/tgautier/src/spider/target/dso-boot.jar -server -Xms256m -Xmx256m -cp /Users/tgautier/src/spider/target/classes:/Users/tgautier/.m2/repository/args4j/args4j/2.0.9/args4j-2.0.9.jar:/Users/tgautier/.m2/repository/org/slf4j/slf4j-api/1.5.0/slf4j-api-1.5.0.jar:/Users/tgautier/.m2/repository/net/htmlparser/jericho/jericho-html/2.3/jericho-html-2.3.jar:/Users/tgautier/.m2/repository/org/apache/geronimo/specs/geronimo-commonj_1.1_spec/1.0/geronimo-commonj_1.1_spec-1.0.jar:/Users/tgautier/.m2/repository/org/terracotta/modules/tim-pipes/1.0.0-SNAPSHOT/tim-pipes-1.0.0-SNAPSHOT.jar:/Users/tgautier/.m2/repository/ch/qos/logback/logback-classic/0.9.9/logback-classic-0.9.9.jar:/Users/tgautier/.m2/repository/log4j/log4j/1.2.9/log4j-1.2.9.jar:/Users/tgautier/.m2/repository/ch/qos/logback/logback-core/0.9.9/logback-core-0.9.9.jar:/Users/tgautier/.m2/repository/org/terracotta/modules/tim-masterworker/1.0.0-SNAPSHOT/tim-masterworker-1.0.0-SNAPSHOT.jar:/Users/tgautier/.m2/repository/org/terracotta/modules/modules-common/2.8.0-SNAPSHOT/modules-common-2.8.0-SNAPSHOT.jar: org.terracotta.sample.spider.StartMaster –url http://www.google.com –depth

notice the 2.8.0-SNAPSHOT — why is that? Maven plugin is supposed to be for 2.7.0-SNAPSHOT

Comments