can't build Elephas

2009-06-01 Thread danisevsky
hi, I would like to try Elephas but I can't build it with maven. Does anyone
have actual pom.xml file? Or am I doing somethig wrong?

mvn install -Dmaven.test.skip=true


[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-surefire-plugin

Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found in
reposi
tory: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-surefire-plugin:pom:2.4-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository/),
  elephas-repository (http://elephas.googlecode.com/svn/misc/maven/),
  wicket-stuff-repository (http://www.wicketstuff.org/maven/repository/),
  central (http://repo1.maven.org/maven2),
  temp-repository (
http://people.apache.org/~frankbille/releases/apache-wicket-1
.4-m1/m2-repo/)

 for project org.apache.maven.plugins:maven-surefire-plugin

[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 4 seconds
[INFO] Finished at: Mon Jun 01 20:35:22 CEST 2009
[INFO] Final Memory: 2M/6M
[INFO]



Re: can't build Elephas

2009-06-01 Thread Ryan Gravener
It's unlikely the SNAPSHOT for surefire will linger around.  Change that to
2.4.3

Ryan Gravener
http://isithotinhereorisitjust.me | http://twitter.com/ryangravener


On Mon, Jun 1, 2009 at 2:47 PM, danisevsky danisev...@gmail.com wrote:

 hi, I would like to try Elephas but I can't build it with maven. Does
 anyone
 have actual pom.xml file? Or am I doing somethig wrong?

 mvn install -Dmaven.test.skip=true


 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.apache.maven.plugins:maven-surefire-plugin

 Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found in
 reposi
 tory: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-surefire-plugin:pom:2.4-SNAPSHOT

 from the specified remote repositories:
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository/),
  elephas-repository (http://elephas.googlecode.com/svn/misc/maven/),
  wicket-stuff-repository (http://www.wicketstuff.org/maven/repository/),
  central (http://repo1.maven.org/maven2),
  temp-repository (
 http://people.apache.org/~frankbille/releases/apache-wicket-1
 .4-m1/m2-repo/http://people.apache.org/%7Efrankbille/releases/apache-wicket-1%0A.4-m1/m2-repo/
 )

  for project org.apache.maven.plugins:maven-surefire-plugin

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 4 seconds
 [INFO] Finished at: Mon Jun 01 20:35:22 CEST 2009
 [INFO] Final Memory: 2M/6M
 [INFO]