Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Maven version issue
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Thu, 16 Jan 2020 04:52:13 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=75ERATrGjSbKruFHfc7zqPMo24em+mP7BWrysNNnAks=; b=GW1XCjTIMl6j6QrczqbflBOLrZfl++lC1tZqNDx351OX3qxZsgWtTVPewz8bqgRxGvUYELhHTTrNZS7xoQnIShQGYyFmo8d3SC+ovzdh3QOoYG3jF03fi4bD+tZmjXrDlbcgRLNlz55C2uRbZRFEn3NfNWjP4XJBqlrzfZO0j24XpEFy24ugEJhifu4IA2354SRGWIHb1WJgnDL1Ik0HRS5EPd6oIafYwm4bq9wbgW7YkOcIxwWBWSy6UUzXgho6VffP+5HzZeJVfM6tSX+e66z2Dhhj2te9GWA3iLw0zbuoj+JBaduAPygt6ZSkjwrz60qug+cWB6ses5WbcnmE/g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=BkMlN+C9yQno09CPKkgvWWVd/iR0QHjKl8waIUUGA1CxSj2j7KKoJ1iBLX0m+ILI2LX7Dw8ErGshTSNL20sptUuBEf9AkrQik5C+hy1GPzjkrCTw2zCk0aRdpjRRc8KzaH3BiKDdiX8ODjhpKhfyJJdMRqbut/Oio/z3CF281ki0xLVNRnDu8Rs5gmB8UCpUylQXW9H+aHk5ld8f08u4KxWTib35ofLgEyf+sYNWmhp48HAJbydP+ixRrYEA4RWYyOsrBxImycF8s9djfIpMk9K41GfK4lpYKC52Wa0kugASOH17YSzb0GKHKGmIQGq2XXc3k3EBUOk4ck/ZyjwadQ==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVzCZzONtTXPMCRki9tc5IVMfayg==
  • Thread-topic: Maven version issue

Hi,

 

Now I run Eclipse committers on Linux trying to avoid any possible windows env bug since I don’t know how to install dockers and jenkinfilers. Still my humble objective is to build CDT jars. I imported CDT source code 9.10.0 and right-click Maven build

 

 

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time:  02:46 min

[INFO] Finished at: 2020-01-16T12:45:26+08:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) on project org.eclipse.cdt.core.native: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:

[ERROR] Detected Maven Version: 3.6.1 is not in the allowed range [3.6.0,3.6.0].

[ERROR] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

 

My current Eclipse version is:

Eclipse IDE for Eclipse Committers

 

Version: 2019-06 (4.12.0)

Build id: 20190614-1200

 

 

I also downloaded older build like 2019-03/2018-12 etc. But the bundled maven version are 3.5.3. (So which Eclipse uses 3.6.0 maven?)

 

It seems impossible to change Maven usage setting within Eclipse:

 

 

I tried and couldn’t save.

 

Thanks.

 

Sent from Mail for Windows 10

 


Back to the top