Skip to content

Commit 9a689af

Browse files
committed
architecture: give better Eclipse SNAPOSHOT advice
You can still use Eclipse. Just don't use the LATEST keyword.
1 parent 5ce62ac commit 9a689af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/develop/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ There are two easy ways of going about this:
291291

292292
In the case of Eclipse, you may need to "Update Maven project" in order to see the snapshot couplings go into effect; the shortcut {% include key keys='Alt|F5' %} while selecting the affected project(s) accomplishes this quickly.
293293

294-
{% include notice icon="warning" content='Current versions of the Eclipse Maven integration (tested with Eclipse Mars) fail to correctly resolve the `LATEST` version tag to `SNAPSHOT`s. Use the command-line client instead.' %}
294+
{% include notice icon="warning" content='Current versions of the Eclipse Maven integration (tested with Eclipse Mars) fail to correctly resolve the `LATEST` version tag to `SNAPSHOT`s. If this happens to you, try specifying the version explicitly e.g. `2.0.0-SNAPSHOT` instead of using `LATEST`.' %}
295295

296296
Either way, ***Be sure to work on a topic branch while developing code in this fashion.*** You will need to clean up your Git history afterwards before merging things to the main branch, in order to achieve [reproducible builds](#reproducible-builds).
297297

0 commit comments

Comments
 (0)