Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] EGit / JGit - git-blame support

I was suggesting adding <prerequisites> to
org.eclipse.jgit.packaging/pom.xml only.

--
Regards,
Igor

On 11-03-17 10:07 AM, Alex Blewitt wrote:
On 17 Mar 2011, at 13:50, Igor Fedorenko<ifedorenko@xxxxxxxxxxxx>  wrote:

Matthias,

You can make this requirement explicit in pom.xml by adding

  <prerequisites>
    <maven>3.0</maven>
  </prerequisites>

as a child of<project>  element.

That does not solve the problem when the prerequisite and the repository are defined in the top level project and you run with Maven 2. It still complains about the missing repository layout. Create a dummy pom with prerequisites and repository and you'll see the error message.

Alex


Back to the top