Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] maven settings for mirrors
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Mon, 6 Jan 2020 19:01:02 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jl3yJtz2sN3qUXNqSdL1h9cW9A74sJj2FxBM9m0+VT0=; b=dd/s/PTIJEjSznAwJH4VICOIZ1gqLoBJ0dvM04SFSDcVW7hANoA2wv0RlqEfZZL6T7ahYciYpglzGYN9V9p+n4NWT/wYKnZE2lDR49j8DnxDhfnrVRQReuxCK9eTtxWGf1QIsdN8WKJ6hYkyxuyqB7UN40JlqIlqUegdDNeXXlu5Rc2VGEFkQHFRxAaXSJzEe6SFeqFEJd0XzKmJCMotCtw0XaRRRadbUD7K5djS29JnZ6L4if2BrapljDjSswZPL0g1pGHxGvaeTNh1D28DY324OgSq8x/d8hfinqXlPKzFrH0jPkJGsVOHOCHRWwKAQrQzc3QFjjxsIECAF3KfsA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cXGaS40QRb9GdKZfZs+kBWsWlH5cok3MPuIF0ZNX3wNfM7QMJxornmFxrxr7Vm3DVSaaGCdtP7t/ooMOZ4cBknqqlwfA59/Vkvs0xRwqyzET5sKSgp53O8Kt6dKF8SFPbIYFDJJtZRZ4CxhBU5pbPId3UvdS4xhMwjVMCCw8z/XKuIfbyCH486s3KkFtPxsxji1bFIvgHlQOvV2/s+HaDrfoaNQa8xGhZNP2lKkBwXIe5cciybgZDzr7Ax+bMOMR1f4WN9KmLCUP//jqSQFFZ4QKIGT0BhGljiG8W/0dW2TQbln0WVBlwPgJEfyzycVNRA7cT4TXTAkoXmcUM+ZM1g==
  • Delivered-to: m2e-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/m2e-dev>
  • List-help: <mailto:m2e-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVxMOkc3K3OGMp4ki8W0/v+QhX1A==
  • Thread-topic: maven settings for mirrors
  • User-agent: Microsoft-MacOutlook/10.20.0.191208

I am building m2e locally as I work on a change, but I noticed that dependency resolution for my local builds does not match CI.

For example, when I build in Eclipse, all of the dependencies are being resolved via the local eclipse installation, whereas in CI dependencies are being resolved via an eclipse-hosted Maven Central mirror.

See this build as an example: https://ci.eclipse.org/m2e/me/my-views/view/all/job/m2e-gerrit/562/consoleText

I’m guessing this is due to differences in the maven settings.xml for the CI environment.

Where can I get a copy of the settings.xml?

 

This is not mentioned on the m2e Development Environment Setup page, but it seems important:

https://www.eclipse.org/m2e/documentation/m2e-development-environment.html

 

Thanks!

Tony Homer


Back to the top