diff --git a/Doc/Common/glossary.xml b/Doc/Common/glossary.xml
index 3c3dee31b4446e8e67b5b550d4864eea08cce6a9..695f6de3dcc2d7d5041aeb35e5d9f8691720f2c1 100644
--- a/Doc/Common/glossary.xml
+++ b/Doc/Common/glossary.xml
@@ -571,6 +571,16 @@
             </glossdef>
           </glossentry>
 
+          <glossentry xml:id="glo_Soft_IntellijIDEA">
+            <glossterm><productname>Intellij IDEA</productname></glossterm>
+
+            <glossdef>
+              <para>Java <link linkend="glo_IDE">IDE</link> available from
+              <link
+              xlink:href="https://www.jetbrains.com/idea">JetBrains</link>.</para>
+            </glossdef>
+          </glossentry>
+
           <glossentry xml:id="glo_Soft_Mysql">
             <glossterm><trademark>Mysql</trademark></glossterm>
 
@@ -626,8 +636,9 @@
       <glossterm><acronym>SVG</acronym></glossterm>
 
       <glossdef>
-        <para><link xlink:href="http://www.w3schools.com/graphics/svg_intro.asp">Scalable Vector
-        Graphics</link></para>
+        <para><link
+        xlink:href="http://www.w3schools.com/graphics/svg_intro.asp">Scalable
+        Vector Graphics</link></para>
       </glossdef>
     </glossentry>
 
diff --git a/Doc/Sd1/Ref/Fig/mavenMiArchetypes.png b/Doc/Sd1/Ref/Fig/mavenMiArchetypesEclipse.png
similarity index 100%
rename from Doc/Sd1/Ref/Fig/mavenMiArchetypes.png
rename to Doc/Sd1/Ref/Fig/mavenMiArchetypesEclipse.png
diff --git a/Doc/Sd1/Ref/Fig/mavenMiArchetypesIntellij.png b/Doc/Sd1/Ref/Fig/mavenMiArchetypesIntellij.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e6f23fa77aa7fac80f9bc9f5401f86feeb0aac2
Binary files /dev/null and b/Doc/Sd1/Ref/Fig/mavenMiArchetypesIntellij.png differ
diff --git a/Doc/Sd1/objectsClasses.xml b/Doc/Sd1/objectsClasses.xml
index 8f611eeb14018da136a4137379eb799e7d62395a..89bcee74b9565c0875316365f50c30e4023f57d0 100644
--- a/Doc/Sd1/objectsClasses.xml
+++ b/Doc/Sd1/objectsClasses.xml
@@ -76,7 +76,7 @@
   </section>
 
   <section xml:id="sd1SectUsingMavenEclipse">
-    <title>Preliminaries: Using <xref linkend="glo_Maven"/> in <xref
+    <title>Preliminaries: Using <xref linkend="glo_Maven"/> with <xref
     linkend="glo_Soft_Eclipse"/></title>
 
     <para>We extensively use <xref linkend="glo_Maven"/> both in the current
@@ -114,7 +114,7 @@
 
         <mediaobject>
           <imageobject>
-            <imagedata fileref="Ref/Fig/mavenMiArchetypes.png"/>
+            <imagedata fileref="Ref/Fig/mavenMiArchetypesEclipse.png"/>
           </imageobject>
         </mediaobject>
       </listitem>
@@ -354,6 +354,34 @@ javac 1.8.0_91</programlisting>
     </section>
   </section>
 
+  <section xml:id="sd1SectUsingMavenIntellij">
+    <title>Preliminaries: Using <xref linkend="glo_Maven"/> with <xref
+    linkend="glo_Soft_IntellijIDEA"/></title>
+
+    <para><xref linkend="glo_Soft_IntellijIDEA"/> requires a plugin for
+    importing supplementary <xref linkend="glo_Maven"/> archetypes:</para>
+
+    <blockquote>
+      <para><link xlink:href="https://plugins.jetbrains.com/plugin/7965">Maven
+      Archetype Catalogs plugin</link></para>
+    </blockquote>
+
+    <para>Installation itself only requires the
+    <filename>maven-archetypes-catalog-plugin-XXX.zip</filename> plugin file
+    mentioned in the above link to be installed as local file:</para>
+
+    <mediaobject>
+      <imageobject>
+        <imagedata fileref="Ref/Fig/mavenMiArchetypesIntellij.png"/>
+      </imageobject>
+    </mediaobject>
+
+    <para>The plugin requires a fully qualified archetype catalog URI like
+    <uri
+    xlink:href="https://maven.mi.hdm-stuttgart.de/archetype-catalog.xml">https://maven.mi.hdm-stuttgart.de/archetype-catalog.xml</uri>
+    as being described in the above <orgname>Jetbrains</orgname> link.</para>
+  </section>
+
   <section xml:id="sd1SectUsingMavenShell">
     <title>Preliminaries: Using <xref linkend="glo_Maven"/> from the command
     line</title>