I've tried with mvn package and I get the build success manage, but there might be some problems with the "org.slf4j.impl.StaticLoggerBinder" class, here's the complete log: http://pastebin.com/6g51JnGp
Thanks 2013/6/26 <[email protected]> > Igor, this problem has existed since at least m2e 1.0 when i started using > MBP > > is there something we can provide to help debug this problem. like i said, > i don't event know if it's an m2e or MBP issue > > do you have maven installed externally? if so, cd to the project folder and > type mvn package. if not then in eclipse right click on your project and do > "run as/maven build..." and in the "Goals" field enter "package". Run it > and look at the console output to see what's wrong > > > > Alejandro Endo | Software Designer/Concepteur de logiciels > Miranda Technologies | Tel: (514) 333-1772 Ext: 3789 > 3499 Douglas-B.-Floreani, Montréal, QC H4S 2C6 Canada > Miranda Technologies is a brand of Belden Inc. > > > > From: Igor Fedorenko <[email protected]> > To: [email protected], > Date: 2013-06-26 09:58 > Subject: Re: [m2e-users] pom.xml null error in maven project in > eclipse > Sent by: [email protected] > > > > Are you able to reproduce the problem with just released m2e 1.4? > > -- > Regards, > Igor > > On 2013-06-26 5:51 PM, Iris wrote: > > Inside my Maven project, I have an error in my pom.xml file. > > > > <plugin> > > <groupId>org.apache.felix</ > > groupId> > > <artifactId>maven-bundle-plugin</artifactId> > > <extensions>true</extensions> > > <configuration> > > <instructions> > > <Bundle-Category>sorgeniawsc</Bundle-Category> > > <Include-Resource>{maven-resources}</Include-Resource> > > <Export-Package>com.newenergy.*</Export-Package> > > > > <Embed-Dependency>*;scope=compile;inline=false;artifactId=gson, > > day-commons-ldapclient, commons-beanutils</Embed-Dependency> > > </instructions> > > </configuration> > > </plugin> > > > > In line 13 I get this error: null > > > (org.apache.felix:maven-bundle-plugin:2.1.0:bundle:default-bundle:package) > > > > Also, when I open a resource using hyperlinking or through shortcuts, I > > get the derived files and I think it's a consequence of the pom error. > > Anyone knows how to solve this? Thanks. I'm using Eclipse Juno. > > > > > > _______________________________________________ > > m2e-users mailing list > > [email protected] > > https://dev.eclipse.org/mailman/listinfo/m2e-users > > > _______________________________________________ > m2e-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/m2e-users > > > > DISCLAIMER: > > Privileged and/or Confidential information may be contained in this > message. If you are not the addressee of this message, you may not > copy, use or deliver this message to anyone. In such event, you > should destroy the message and kindly notify the sender by reply > e-mail. It is understood that opinions or conclusions that do not > relate to the official business of the company are neither given > nor endorsed by the company. > > Thank You. > > _______________________________________________ > m2e-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/m2e-users >
_______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
