Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Building with Maven

Also make sure you’re using Maven 3.0+. I’ll have to go through the releng wiki page and make sure it’s complete and correct.

 

Doug.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Andrew Gvozdev
Sent: Wednesday, September 21, 2011 10:25 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Building with Maven

 

I just built CDT successfully on pretty much new linux box. I installed git and maven. After that followed the instructions and got it built. Even all the tests passed.

 

Andrew

On Wed, Sep 21, 2011 at 8:44 AM, Vladimir Prus <vladimir@xxxxxxxxxxxxxxxx> wrote:


Hi,

I've tried to do a headless build, according to http://wiki.eclipse.org/CDT/release_engineering:
However, running "mvn clean install" tells me:

       [INFO] Scanning for projects...
       [INFO] ------------------------------------------------------------------------
       [ERROR] FATAL ERROR
       [INFO] ------------------------------------------------------------------------
       [INFO] Error building POM (may not be this project's POM).


       Project ID: org.eclipse.cdt:cdt-parent

       Reason: Cannot find layout implementation corresponding to: 'p2' for remote repository with id:
       'platform-${platform-version}'. for project org.eclipse.cdt:cdt-parent

Am I doing something wrong?


Thanks,

--
Vladimir Prus
CodeSourcery / Mentor Graphics
+7 (812) 677-68-40
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

 


Back to the top