Hello, I am new to this forum, & also trying to learn camel. I am using maven 3.3.1 & configured my maven home.
I am trying to set up apache camel 2.15.0, however I am getting issues. Below are steps I am performing. 1. unzip 2.15.0; there are 3 folders, viz doc, examples & lib. 2. navigate command prompt to "examples" folder & hit mvn install It is giving mw following error: *****************************START*********************************** [INFO] Scanning for projects... Downloading: https://repo.maven.apache.org/maven2/org/apache/camel/camel-parent/ 2.15.0/camel-parent-2.15.0.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for org.apache.camel:examples:[unknown-version ]: Could not transfer artifact org.apache.camel:camel-parent:pom:2.15.0 from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org :443 [repo.maven.apache.org/199.27.79.215] failed: Connection timed out: connect and 'parent.relativePath' points at wrong local POM @ line 21, column 11 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.camel:examples:[unknown-version] (D:\Work\Camel \apache-camel-2.15.0\apache-camel-2.15.0\examples\pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.apache.camel:examples:[unknown-ver sion]: Could not transfer artifact org.apache.camel:camel-parent:pom:2.15.0 from /to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache .org:443 [repo.maven.apache.org/199.27.79.215] failed: Connection timed out: con nect and 'parent.relativePath' points at wrong local POM @ line 21, column 11 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin gException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo delException **********************************END******************************* Just to add, I can access https://repo.maven.apache.org/maven2 Also my maven repo folder is not adding any jar files. Please suggest. Regards, Shekhar -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-15-2-set-up-issue-tp5767584.html Sent from the Camel - Users mailing list archive at Nabble.com.
