Link to home
Start Free TrialLog in
Avatar of Jay Roy
Jay RoyFlag for United States of America

asked on

MAVEN donwload org.apache.felix:maven-bundle-plugin:pom:2.1.0 fails

hi guys

I am new to Maven
I have downloaded  maven 2.2 and put it in my system PATH

when i try to build the project using mvn install i get this error


 
Connection timed out: connect
[INFO] ------------------------------------------------------------------------
BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.felix:maven-bundle-plugin

Reason: POM 'org.apache.felix:maven-bundle-plugin' not found in repository: Unab
le to download the artifact from any repository

  org.apache.felix:maven-bundle-plugin:pom:2.1.0

from the specified remote repositories:
  jboss-releases (http://repository.jboss.org/maven2),
  maven-releases (http://repo2.maven.org/maven2),
  central (http://repo1.maven.org/maven2),
  ops4j-releases (http://repository.ops4j.org/maven2),
  spring-external-releases (http://repository.springsource.com/maven/bundles/ext
ernal),
  spring-releases (http://repository.springsource.com/maven/bundles/release),
  apache-releases (https://repository.apache.org/content/groups/public),
  codehaus-releases (http://repository.codehaus.org),
  fusesource-releases (http://repo.fusesource.com/maven2),
  java-releases (http://download.java.net/maven/2)

 for project org.apache.felix:maven-bundle-plugin


Actually i am able to navigate to >>>https://repository.apache.org/content/groups/public/org/apache/felix/
any idea what i am missing?

thanks
Avatar of Jay Roy
Jay Roy
Flag of United States of America image

ASKER

just realized its a firewall issue, apparently maven is not able to download its stuff because of firewall

no maven experts here? or did i post in the wrong place?

thx.
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial