Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] CodeSearch Incubator - Progress

Hi Kavith,

> I followed your steps and I re-based my changes on to your change set.
> But when I try to build with maven, I get the following error, It says
> it can't find a parent maven script file and path to the file is wrong.
> What should be the reason for this.
> 
> Thanks.
> 
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project
> org.eclipse.recommenders:org.eclipse.recommenders.feature.
> codesearch.rcp:1.100.0-SNAPSHOT (F:\codesearch\features\org.eclipse.rec
> ommenders.feature.codesearch.rcp\pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact
> org.eclipse.recom
> menders:features:pom:1.100.0-SNAPSHOT and 'parent.relativePath' points
> at wrong
> local POM @ line 5, column 17 -> [Help 2]

did you build the main org.eclipse.recommenders project with "mvn clean
install" first? Maven looks for the
org.eclipse.recommenders:features:1.100.0-SNAPSHOT parent POM in your
local Maven repository, where Maven should have installed the file
during the o.e.r build.

Have a look if
~/.m2/repository/org/eclipse/recommenders/features/1.100.0-SNAPSHOT/*.pom exists.
If not, you forget the "mvn clean install" step.

Hope this helps.

Andreas
-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top