[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [m2e-users] Cannot read lifecycle mapping metadata
|
Thanks Grzegorz for hint. Indeed, there was some issue with the
maven-stie-plugin-3.0.jar file in my local maven repository.
[sburnwal@sburnwal-lnx64 3.0]# jar tvf maven-site-plugin-3.0.jar
0 Sat Jul 30 16:55:08 IST 2011 META-INF/
428 Sat Jul 30 16:55:08 IST 2011 META-INF/MANIFEST.MF
12615 Sat Jul 30 16:55:08 IST 2011 META-INF/DEPENDENCIES
11358 Sat Jul 30 16:55:08 IST 2011 META-INF/LICENSE
0 Sat Jul 30 16:55:08 IST 2011 META-INF/maven/
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:223)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:146)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:92)
at sun.tools.jar.Main.list(Main.java:863)
at sun.tools.jar.Main.run(Main.java:212)
at sun.tools.jar.Main.main(Main.java:1022)
I got this file corrected and now eclipse is fine.
Thanks.
On Mon, Nov 24, 2014 at 11:04 AM, radiatejava <radiatejava@xxxxxxxxx> wrote:
> My project builds absolutely fine when with maven when built through
> the command line. So I am suspecting this is some issue with Eclipse
> or some libraries not compatible with Eclipse.
>
> Thanks.