Flipped EGit to manifest-first maven-3/tycho build
commit10564f315f2e755302c24af4064281e2ed0f2711
authorIgor Fedorenko <igor@ifedorenko.com>
Tue, 1 Dec 2009 19:01:13 +0000 (1 14:01 -0500)
committerIgor Fedorenko <igor@ifedorenko.com>
Sat, 19 Dec 2009 21:24:08 +0000 (19 16:24 -0500)
treeed92bf4cf30a70382bbe1a32b6f6f119854736af
parent9fd991fcc6c8cde8eda431cfd8a87fa7ff0637f6
Flipped EGit to manifest-first maven-3/tycho build

New org.sonatype.tycho groupId https://issues.sonatype.org/browse/TYCHO-312
Workaround for https://issues.sonatype.org/browse/TYCHO-168

Removed checkNotNested. Conventional maven project layout results in the following
repository nesting

parallelip-egit <= egit source tree root
  /.git
  /org.eclipse.egit.core.test
    /target
      /work
        /data <= test workspace
          /.git
          /.metadata
          /Project-1

Disable checkNotNested as a short term solution, but in the long term we need to
reintroduce this check with mechanisms like Git's GIT_CEILING_DIRECTORIES to make
sure it does not produce false positive during maven build.

Change-Id: Idec24de111aa21a022654c443376e42ae6caa7cc
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
org.eclipse.egit-feature/pom.xml [new file with mode: 0644]
org.eclipse.egit-updatesite/pom.xml [new file with mode: 0644]
org.eclipse.egit-updatesite/site.xml
org.eclipse.egit.core.test/pom.xml [new file with mode: 0644]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/GitTestCase.java
org.eclipse.egit.core/pom.xml [new file with mode: 0644]
org.eclipse.egit.ui/pom.xml [new file with mode: 0644]
org.eclipse.egit/pom.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]