aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authortmattsso <thomas@vaadin.com>2019-01-16 13:36:37 +0200
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>2019-01-16 13:36:37 +0200
commitcf83898df275e6811699d5179e9b541e94c72259 (patch)
tree08c149f13770eeb3fa9f2cafb524ec234507f58d /documentation
parent9d2dd8bed8dff07b1c31bd0f938dca7761fdb5b1 (diff)
downloadvaadin-framework-cf83898df275e6811699d5179e9b541e94c72259.tar.gz
vaadin-framework-cf83898df275e6811699d5179e9b541e94c72259.zip
adds note about maven catalogue file to tutorial (#11421)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/tutorial.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/tutorial.adoc b/documentation/tutorial.adoc
index 9d8b8fb50a..8ff21edc75 100644
--- a/documentation/tutorial.adoc
+++ b/documentation/tutorial.adoc
@@ -104,6 +104,9 @@ image::img/projectWizard2-top.jpg[width=70%]
You can first try to find it using the filtering function.
+
If Eclipse has not yet indexed the archetype catalog, you need to manually add the archetype details.
++
+TIP: Some Eclipse installations do not automatically add Maven Central to the list of Maven catalogues, resulting in the Vaadin archetypes not being available in the wizard. To fix this, open Eclipse Preferences > Maven > Archetypes and select `Add Remote Catalog`. The URL to the Maven Central catalog file is `http://repo1.maven.org/maven2/archetype-catalog.xml`. After applying the changes, the Vaadin archetypes should be available in the wizard.
++
// +
// .Adding a new archetype
// image::img/projectWizard2-add.jpg[width=70%]