[ http://jira.codehaus.org/browse/MSANDBOX-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=265903#action_265903 ]
Teimatini Marin commented on MSANDBOX-50: ----------------------------------------- Same issue here. mojo-sandbox-5-snapshot.pom is not available in any of the following repositories: nexus.codehaus.org/snapshots/ nexus.codehaus.org/content/groups/snapshots-group/ snapshots.repository.codehaus.org/ In some cases there are .md5 and sha1 files... but not pom file. As a workaround i'm using now the pom in here http://repository.opencastproject.org/nexus/content/groups/public-snapshots/org/codehaus/mojo/mojo-sandbox/5-SNAPSHOT/ > Cannot get chronos-maven-plugin to work. mojo-sandbox:5-SNAPSHOT.pom cannot > be found > ------------------------------------------------------------------------------------ > > Key: MSANDBOX-50 > URL: http://jira.codehaus.org/browse/MSANDBOX-50 > Project: Maven 2.x Sandbox > Issue Type: Bug > Components: maven-pom-plugin > Environment: windows, maven 2, jmeter 2.4 > Reporter: Simon Kofod > > I've created a java project based on maven and the documentation found here: > http://mojo.codehaus.org/chronos-maven-plugin/usage.html > When I run maven I get the following error after maven has tried to download > mojo-sandbox-5-snapshot.pom from different locations: > [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.codehaus.mojo:chronos-maven-plugin:maven-plugin:1.0-SNAPSHOT for project > org.codehaus.mojo:chronos-maven-plugin:maven-plugin:1.0-SNAPSHOT > My pom contains the following: > ... > <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/zeus.jmx</input> > </configuration> > <executions> > <execution> > <id>jmeter-tests</id> > <phase>verify</phase> > <goals> > <goal>jmeter</goal> > </goals> > </execution> > </executions> > </plugin> > Can you please tell me what I'm doing wrong here? Why is the > mojo-sandbox-5-snapshot not available? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira