時,這個問題是基於計算器另一個問題找不到魔力的沙箱-5- SNAPSHOT.pom:Maven Chronos JMeter plugin克羅諾斯 - Maven的插件:運行Maven
我有同樣的問題,但是添加pluginRepositories的建議以上並未完全解決問題。
這是我的聚甲醛的摘錄:
<project>
...
<pluginRepositories>
<pluginRepository>
<id>snapshots.repository.codehaus.org</id>
<url>http://snapshots.repository.codehaus.org/</url>
</pluginRepository>
</pluginRepositories>
...
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>chronos-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<configuration>
<input>${basedir}/src/test/jmeter/test.jmx</input>
</configuration>
<executions>
<execution>
<id>jmeter-tests</id>
<phase>verify</phase>
<goals>
<goal>jmeter</goal>
</goals>
</execution>
</executions>
</plugin>
...
</project>
我得到行家後以下Maven錯誤試圖從不同位置獲得mjjo的沙箱-5- SNAPSHOT.pom:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.codehaus.mojo:chronos-maven-plugin:maven-plugin:1.0-SNAPSHOT
Reason: Cannot find parent: org.codehaus.mojo:mojo-sandbox for project: org.code
haus.mojo:chronos-maven-plugin:maven-plugin:1.0-SNAPSHOT for project org.codehau
s.mojo:chronos-maven-plugin:maven-plugin:1.0-SNAPSHOT
任何人都可以幫助我嗎?
它看起來很老了......爲什麼不使用下面找到 – khmarbaise 2011-03-31 14:47:44