Tagged Questions
1
vote
2answers
135 views
How to import a local GIT/Maven project/folder into eclipse?
So I did git clone to get a maven project from a remote git repository. Great! I have been working in the command line, doing git pull, commit, etc. Great! Now I want to import this project into ...
1
vote
2answers
221 views
Managing Maven project in Eclipse with git repository
we recently migrated to Maven Build manager & git hub repository for our Java web-app. Also i switched to eclipse as eclipse has good set of plugins.
As a new bie, i am simply running mvn ...
5
votes
3answers
4k views
Eclipse + Maven + Git + Multi-Module projects = Unhappiness
We've got a multi-module project using Eclipse and Maven. The only way I could get it to work in the past was to use a flat layout for the projects, where the parent module was a peer to the other ...
1
vote
1answer
148 views
How to clone Hibernate sources using Egit (Eclipse)?
I need help using Egit (Eclipse git integration capabilities). My goal is to have Hibernate sources in my local Eclipse. Eventually I aim for running their tests, doing some changes in the sources, ...
4
votes
1answer
3k views
Eclipse + Maven Plugin + EGit Plugin = Checkout from GitHub a specific Branche and Tag?
I know this is a relatively special question. Maybe some knows this nevertheless:
I want to compile Hector with Maven in Eclipse=> Branch: 0.7.0 and Tag: hector-0.7.0-29
...
8
votes
4answers
6k views
Checking out a maven project from a git repository
I have installed m2eclipse and EGit, I can checkout a project from a git repository and I can build a maven project, but I cannot checkout a maven project from the git repository.
The problem is, that ...