For future reference, the right list for such questions is users@camel.apache.org.

In your particular case try to either get net connectivity or:
> mvn install -Dfastinstall
from the root directory of the project (two directories up from where you are). After you do this once, subsequent mvn install from the example directory will work.

I will also test your scenario to see what's going on with the relative path to the parent project, but that's not gonna make a difference for the already released 2.10.3.

I hope this helps,
Hadrian


On 01/26/2013 08:12 PM, motors...@earthlink.net wrote:
I am trying to get an answer to the question below about the problem I
am having but my email is being returned to me. I would appreciate some
direction on how to get some help with this because obviously I am doing
something wrong.  I thought I subscribed correctly.
Jerry
I was following the instructions in the README file for the first
example mentioned in the Camel documentation.  I get the errors below.
Is there something wrong with Maven or the Maven Repo website? Can
anyone please help me with this? Any ideas would be greatly appreciated.
Jerry
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
C:\Users\motor_000>cd C:\apache-camel-2.10.3\examples\camel-example-jms-file
C:\apache-camel-2.10.3\examples\camel-example-jms-file>mvn compile
[INFO] Scanning for projects...
Downloading:
http://repo.maven.apache.org/maven2/org/apache/camel/camel-parent/2
.10.3/camel-parent-2.10.3.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.apache.camel:camel-example-jms-file:2.10.3
(C:\apache-
camel-2.10.3\examples\camel-example-jms-file\pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for
org.apache.camel:examples:2.10.3: Coul
d not transfer artifact org.apache.camel:camel-parent:pom:2.10.3 from/to
central
(http://repo.maven.apache.org/maven2): Connection to
http://repo.maven.apache.o
rg refused and 'parent.relativePath' points at wrong local POM @
org.apache.came
l:examples:2.10.3, C:\apache-camel-2.10.3\examples\pom.xml, line 21,
column 11:
connect: Address is invalid on local machine, or port is not valid on
remote mac
hine -> [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
C:\apache-camel-2.10.3\examples\camel-example-jms-file>

Reply via email to