Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVN Clean Install on src folder fails! #2

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

MVN Clean Install on src folder fails! #2

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Download and unzip source
2. Run "mvn clean install"
3. See it fail

What is the expected output? What do you see instead?
Build Successful

What version of the product are you using? On what operating system?
March 2011 release.
I am running Windows 7 64bit
\amq-in-action-example-src>mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_45
Java home: C:\Program Files\Java\jdk1.6.0_45\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows"

Please provide any additional information below.

\amq-in-action-example-src>mvn clean install

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ in Action Examples
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory C:\Users\g56147\Documents\GNC\Broker\amq-in-action-exa
mple-src\target
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
i.e. build is platform dependent!
[INFO] Copying 49 resources
Downloading: http://download.java.net/maven/2/woodstox/wstx-asl/3.2.7/wstx-asl-3
.2.7.pom
[INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.7' in repository java.
net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.
7.pom
[INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.7' in repository centr
al (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:camel-web:war:null

Reason: Cannot find parent: org.apache.camel:components for project: null:camel-
web:war:null for project null:camel-web:war:null


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Wed Sep 11 10:22:13 PDT 2013
[INFO] Final Memory: 22M/223M
[INFO] ------------------------------------------------------------------------


Original issue reported on code.google.com by [email protected] on 11 Sep 2013 at 5:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant