Quellcode durchsuchen

adds note about maven catalogue file to tutorial (#11421)

tags/8.8.0.beta1
tmattsso vor 5 Jahren
Ursprung
Commit
cf83898df2
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3
    0
      documentation/tutorial.adoc

+ 3
- 0
documentation/tutorial.adoc Datei anzeigen

@@ -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%]

Laden…
Abbrechen
Speichern