X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=docs%2Fdevelopment_environment.md;h=50d8b4fecc0a109da07c71b2c9c946e25585cc2c;hb=1e84d778315446625629e67f19028532b4acd074;hp=5e96b92dabee8b39baa4030aefa5534b85d243fc;hpb=6e1fa94fea34b7a41ea83f7fb4e3fadc291864b9;p=Mograsim.git diff --git a/docs/development_environment.md b/docs/development_environment.md index 5e96b92d..50d8b4fe 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -149,14 +149,15 @@ A short guide to the [Maven goals (Maven Lifecycle)](https://maven.apache.org/gu - I recommend running `clean verify` or `verify`, this will do everything up to and including the testing. -Please note that Tycho 1.5.0 is not released yet, and thus requires a workaround. -More information can be found under [Maven Core Extension Problems](#mceps). - ## Challenges Not everything is as simple as it seems at first glance. -### Maven Core Extension Problems +### Maven Core Extension Problems + +Context: Tycho 1.5.0 was not released, and thus required a workaround. +This Problem may appear again, maybe with a different core extension, so this section +explains the problem, how to diagnose it and a fairly good workaround. The Tycho extra `tycho-pomless` is a Maven core extension allows for simpler structure and less redundancy. Maven core extensions must be available at [the central maven repository](http://repo.maven.apache.org/maven2/)