
Originally Posted by
hermann.rangamana
Are you sure you aren't having a proxy issue? From every network I have access to, that link retrieves a file correctly. If you click that link, does your browser load/download the pom file as expected?
We don't control maven central, we can only submit artifacts to them to make it easier for other projects to use them.
Testing building a sample project, written at SenchaCon 2011, available at https://github.com/niloc132/SenchaConSnake - this is the log from building this project
Code:
[colin@ponder SenchaConSnake]$ mvn -version
Apache Maven 3.0.4 (rNON-CANONICAL_2012-01-24_13-02_root; 2012-01-24 07:02:02-0600)
Maven home: /opt/maven
Java version: 1.7.0_03-icedtea, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.12-1-arch", arch: "amd64", family: "unix"
[colin@ponder SenchaConSnake]$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building sencha-con-snake 0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt/3.0.0-rc/gxt-3.0.0-rc.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt/3.0.0-rc/gxt-3.0.0-rc.pom (6 KB at 12.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt-parent/3.0.0-rc/gxt-parent-3.0.0-rc.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt-parent/3.0.0-rc/gxt-parent-3.0.0-rc.pom (6 KB at 10.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt-chart/3.0.0-rc/gxt-chart-3.0.0-rc.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt-chart/3.0.0-rc/gxt-chart-3.0.0-rc.pom (3 KB at 5.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt/3.0.0-rc/gxt-3.0.0-rc.jar
Downloading: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt-chart/3.0.0-rc/gxt-chart-3.0.0-rc.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt-chart/3.0.0-rc/gxt-chart-3.0.0-rc.jar (414 KB at 82.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/sencha/gxt/gxt/3.0.0-rc/gxt-3.0.0-rc.jar (3170 KB at 164.9 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ sencha-con-snake ---
[INFO] Deleting /home/colin/workspaces/sencha/SenchaConSnake/target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ sencha-con-snake ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/colin/workspaces/sencha/SenchaConSnake/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ sencha-con-snake ---
[INFO] Compiling 21 source files to /home/colin/workspaces/sencha/SenchaConSnake/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ sencha-con-snake ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/colin/workspaces/sencha/SenchaConSnake/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ sencha-con-snake ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ sencha-con-snake ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/colin/workspaces/sencha/SenchaConSnake/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- gwt-maven-plugin:2.4.0:test (default) @ sencha-con-snake ---
[INFO]
[INFO] --- gwt-maven-plugin:2.4.0:compile (default) @ sencha-con-snake ---
[INFO] auto discovered modules [net.snake.Snake]
[INFO] Compiling module net.snake.Snake
[INFO] Compiling 1 permutation
[INFO] Compiling permutation 0...
[INFO] Compile of permutations succeeded
[INFO] Linking into /home/colin/workspaces/sencha/SenchaConSnake/target/sencha-con-snake-0.1-SNAPSHOT/snake
[INFO] Link succeeded
[INFO] Compilation succeeded -- 48.273s
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ sencha-con-snake ---
[INFO] Packaging webapp
[INFO] Assembling webapp [sencha-con-snake] in [/home/colin/workspaces/sencha/SenchaConSnake/target/sencha-con-snake-0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/colin/workspaces/sencha/SenchaConSnake/src/main/webapp]
[INFO] Webapp assembled in [85 msecs]
[INFO] Building war: /home/colin/workspaces/sencha/SenchaConSnake/target/sencha-con-snake-0.1-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sencha-con-snake ---
[INFO] Installing /home/colin/workspaces/sencha/SenchaConSnake/target/sencha-con-snake-0.1-SNAPSHOT.war to /home/colin/.m2/repository/com/sencha/gxt/sencha-con-snake/0.1-SNAPSHOT/sencha-con-snake-0.1-SNAPSHOT.war
[INFO] Installing /home/colin/workspaces/sencha/SenchaConSnake/pom.xml to /home/colin/.m2/repository/com/sencha/gxt/sencha-con-snake/0.1-SNAPSHOT/sencha-con-snake-0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:15.124s
[INFO] Finished at: Mon Apr 02 10:54:51 CDT 2012
[INFO] Final Memory: 23M/191M
[INFO] ------------------------------------------------------------------------
If you are still having problems, please post a full log, as well as the pom file that you are using so we can attempt to reproduce this.