Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Selected files are not add to commit

On Monday, July 04, 2011 11:16:55 AM you wrote:

> 2011/7/3 Erwin Mueller <erwin.mueller@xxxxxxxxxxx>

>

> > **

> >

> The maven modules then need to specify the relative path to their parent

> pom:

> <parent>

> <artifactId>org.example.helloworld.hello</artifactId>

> <groupId>org.example.helloworld</groupId>

> <version>0.1.1-SNAPSHOT</version>

> <relativePath>../org.example.helloworld.parent</relativePath>

> </parent>

>

> [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=35973


Hi,


just a quick follow up. If I get rid of nested projects like suggested, Egit works fine with any project. My projects are now like:


sscontrol/

sscontrol/.git/

sscontrol/sscontrol-parent/pom.xml

sscontrol/sscontrol-cli/pom.xml


Thank you, Erwin.


--

Erwin Mueller

http://www.global-scaling-institute.de/


Back to the top