The project-build-plugin example workspace 'compile-test' should demonstrate the CI/CD capabilities of Axon.ivy with maven.

I'm able to load the example workspace from github into my workspace. But the 'test' and 'integrationTest' project has many error problem markers from maven like these:

  • Missing artifact org.assertj:assertj-core:jar:3.2.0 pom.xml /crmTests line 1 Maven Dependency Problem
  • VersionRangeResolutionException: No versions available for ch.ivyteam.ivy.project.demo.ci:crm:iar:[6.1.0-SNAPSHOT,) within specified range pom.xml /crmTests line 1 Maven Dependency Problem

How do I get rid of them?

alt text

asked 11.04.2016 at 16:10

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%


  1. Convert the project under test 'crm' into a maven project. Open the context menu of the project 'crm' in the 'Axon.ivy Projects' tree. Select 'Configure' -> 'Convert to Maven project'
  2. Disable the maven preference 'Do not automatically update dependencies from remote repositories'. Do it in the global preferences dialog: Menu -> Window -> Preferences -> Maven.
  3. Update the maven projects: Open the context menu of a project with errors. Select 'Maven' -> 'Update project...' -> Close the opened dialog with 'OK'

alt text

link

answered 11.04.2016 at 16:14

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 11.04.2016 at 16:26

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×22
×9

Asked: 11.04.2016 at 16:10

Seen: 30,238 times

Last updated: 11.04.2016 at 16:26