Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] "Permission denied" problem markers on POM

m2e-users-bounces@xxxxxxxxxxx wrote on 07/16/2013 09:36:56 AM:

> From: Fred Bricon <fbricon@xxxxxxxxx>

> To: Maven Integration for Eclipse users mailing list <m2e-users@xxxxxxxxxxx>,
> Date: 07/16/2013 09:39 AM
> Subject: Re: [m2e-users] "Permission denied" problem markers on POM
> Sent by: m2e-users-bounces@xxxxxxxxxxx
>
> fakerepo is a hack in mavenarchiver (an m2e-wtp dependency), to
> workaround the fact workspace projects are not resolved to generate
> class path entries in MANIFEST.MF. See
https://github.com/tesla/
> m2eclipse-mavenarchiver/blob/master/org.sonatype.m2e.mavenarchiver/
> src/org/sonatype/m2e/mavenarchiver/internal/
> AbstractMavenArchiverConfigurator.java#L566

>
> Feel free to submit a Pull Request with a better implementation :-)


Just to circle back on this, we ended up augmenting our Eclipse launch script with a -D vm argument to set java.io.tmpdir to a user-unique location.

Back to the top