Skip to main content

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

I have a feeling you have a lot of errors before these lines. Could you attach the full log.

It looks like it failed to download Tycho. You could try removing your ~/.m2 directory to clear out Maven's cache and start again.

Doug.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Vladimir Prus
> Sent: Wednesday, September 21, 2011 8:44 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Building with Maven
> 
> 
> 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