Hi, When i am building the trunk using Maven 2 I am getting the following error. Also even though the build is failing it says build successful. I get this when I run bootstrap assemble. The preceding steps all showed build successful
Downloading: http://people.apache.org/repo/m1-snapshot-repository/org.tranql/pom s/tranql-parent-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository apache-snapshots-m1 (http://peo ple.apache.org/repo/m1-snapshot-repository) Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/tranql/tra nql-parent/1.0-SNAPSHOT/tranql-parent-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository apache-snapshots (http://people .apache.org/repo/m2-snapshot-repository) Downloading: http://snapshots.repository.codehaus.org/org/tranql/tranql-parent/1 .0-SNAPSHOT/tranql-parent-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository codehaus-snapshots (http://snap shots.repository.codehaus.org) Downloading: http://people.apache.org/maven-snapshot-repository/org/tranql/tranq l-parent/1.0-SNAPSHOT/tranql-parent-1.0-SNAPSHOT.pom [WARNING] Unable to get resource from repository apache.snapshots (http://people .apache.org/maven-snapshot-repository) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.tranql ArtifactId: tranql-parent Version: 1.0-SNAPSHOT Reason: Unable to download the artifact from any repository org.tranql:tranql-parent:pom:1.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/maven-snapshot-repository), codehaus (http://repository.codehaus.org), apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), codehaus-snapshots (http://snapshots.repository.codehaus.org), apache-snapshots-m1 (http://people.apache.org/repo/m1-snapshot-repository) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28 seconds [INFO] Finished at: Tue Sep 19 12:07:00 IST 2006 [INFO] Final Memory: 31M/55M [INFO] ------------------------------------------------------------------------ Thanks Manu BUILD SUCCESSFUL
