We do not store IDE metadata in repos, esp in their default locations. It makes a mess when people use different versions of different IDEs. Is M2E not working?
Gary On Jun 7, 2016 2:33 PM, "iloveeclipse" <g...@git.apache.org> wrote: > GitHub user iloveeclipse opened a pull request: > > https://github.com/apache/commons-bcel/pull/4 > > Eclipse, Git and FindBugs metadata + 2 small fixes > > Eclipse user who are trying to import the BCEL from Github currently > face the problem that the project data is not there and configuration has > to be manually created. > > First two commits configure everything to allow easy project import > into Eclipse and last two commits fix some trivial issues found by FindBugs. > > You can merge this pull request into a Git repository by running: > > $ git pull https://github.com/iloveeclipse/commons-bcel apache/trunk > > Alternatively you can review and apply these changes as the patch at: > > https://github.com/apache/commons-bcel/pull/4.patch > > To close this pull request, make a commit to your master/trunk branch > with (at least) the following in the commit message: > > This closes #4 > > ---- > commit 611251235a3175fa88aac92a03ae7ffc4fa129ee > Author: Andrey Loskutov <losku...@gmx.de> > Date: 2016-06-06T07:35:33Z > > Adds Eclipse and Git metadata to the project > > commit 5473c061567568803df1a188fb4787ac5d981259 > Author: Andrey Loskutov <losku...@gmx.de> > Date: 2016-06-06T07:47:15Z > > Added FindBugs Eclipse configuration > > commit dd0048d0dbd8b6b0f43cbc107fadf7b173eba449 > Author: Andrey Loskutov <losku...@gmx.de> > Date: 2016-06-07T21:20:27Z > > FindBugs: don't call system.exit() > > commit 17a03468fe86a3233552ea10fd9d39b0a9f24f12 > Author: Andrey Loskutov <losku...@gmx.de> > Date: 2016-06-07T21:23:58Z > > FindBugs: properly close zip file > > ---- > > > --- > If your project is set up for it, you can reply to this email and have your > reply appear on GitHub as well. If your project does not have this feature > enabled and wishes so, or if the feature is enabled but not working, please > contact infrastructure at infrastruct...@apache.org or file a JIRA ticket > with INFRA. > --- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >