diff --git a/Doc/Sd1/Ref/Fig/NewProjectMavenIntellij/miMavenRepoUri.png b/Doc/Sd1/Ref/Fig/NewProjectMavenIntellij/miMavenRepoUri.png index 3a01287d46eb18b16e669982d92bcaddd6cae119..15850871986401d7b2aac3ab369145a795e2fa0e 100644 Binary files a/Doc/Sd1/Ref/Fig/NewProjectMavenIntellij/miMavenRepoUri.png and b/Doc/Sd1/Ref/Fig/NewProjectMavenIntellij/miMavenRepoUri.png differ diff --git a/Doc/Sd1/appendix.xml b/Doc/Sd1/appendix.xml index e3a6c2d415f55b6a7754d81f686f852b51d81b0f..80577407af12ca5d0c999f97e49950c232b81c76 100644 --- a/Doc/Sd1/appendix.xml +++ b/Doc/Sd1/appendix.xml @@ -264,7 +264,7 @@ public void test_400() { <listitem> <para>Your team is expected to supply a Maven project based on the MI <quote>Maven archetype quickstart</quote> available from <uri - xlink:href="https://maven.mi.hdm-stuttgart.de/archetype-catalog.xml">https://maven.mi.hdm-stuttgart.de</uri>.</para> + xlink:href="https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven/archetype-catalog.xml">https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven/archetype-catalog.xml</uri>.</para> </listitem> <listitem> diff --git a/Doc/Sd1/gettingStarted.xml b/Doc/Sd1/gettingStarted.xml index 77663277e7a7afd321798b143ebe0aaa4e6eb94c..ea6985777e2e23f0a050b2abf3968c8fbabcbeac 100644 --- a/Doc/Sd1/gettingStarted.xml +++ b/Doc/Sd1/gettingStarted.xml @@ -196,9 +196,10 @@ xlink:href="https://www.virtualbox.org">Virtualbox</trademark> image / native (dual boot) installation</title> - <para>A <trademark - xlink:href="https://www.virtualbox.org">Virtualbox </trademark> image mibuntu.vdi provided by compressed <link - xlink:href="https://mirror.mi.hdm-stuttgart.de/ubuntu/VirtualBox"> rar archives</link>.</para> + <para>A <trademark xlink:href="https://www.virtualbox.org">Virtualbox + </trademark> image mibuntu.vdi provided by compressed <link + xlink:href="https://mirror.mi.hdm-stuttgart.de/ubuntu/VirtualBox"> rar + archives</link>.</para> <caution> <itemizedlist> @@ -842,9 +843,9 @@ loop # 12</screen> publicly available archetypes. In addition <link xlink:href="https://maven.apache.org/glossary.html">Maven artifacts</link> (libraries) are being provided as well. The <link - xlink:href="https://maven.mi.hdm-stuttgart.de">corresponding + xlink:href="https://maven.mi.hdm-stuttgart.de/nexus">corresponding repository</link> must be configured to be used both by command line or - within the <productname + the <productname xlink:href="https://www.jetbrains.com/idea">IntelliJ IDEA</productname> <xref linkend="glo_IDE"/>.</para> @@ -856,7 +857,7 @@ loop # 12</screen> <para>Due to a change in the <xref linkend="glo_Maven"/> software create unfortunately a <xref linkend="glo_Maven"/> archetype repository like <uri - xlink:href="https://maven.mi.hdm-stuttgart.de">https://maven.mi.hdm-stuttgart.de</uri> + xlink:href="https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven">https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven</uri> must be defined in a configuration file. Please follow the subsequent steps:</para> @@ -880,7 +881,8 @@ loop # 12</screen> <para>Use the editor to paste the following content into <filename>~/.m2/settings.xml</filename> and save it:</para> - <programlisting language="xml"><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" + <programlisting language="xml" + xml:id="sd1_intro_proglisting_miNexusMaven"><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> @@ -890,7 +892,7 @@ loop # 12</screen> <repositories> <repository> <id>archetype</id> - <url><emphasis role="red">https://maven.mi.hdm-stuttgart.de</emphasis></url> + <url><emphasis role="red">https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven</emphasis></url> <releases><enabled>true</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository> @@ -902,18 +904,24 @@ loop # 12</screen> <activeProfile>dev</activeProfile> </activeProfiles> </settings></programlisting> + + <para>The link <uri + xlink:href="https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven/">https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven/</uri> + refers to a <orgname + xlink:href="https://www.sonatype.com">Sonatype</orgname> + <productname>Nexus repository manager</productname> instance + hosting both supplementary <link + xlink:href="https://maven.apache.org/guides/introduction/introduction-to-archetypes.html">Maven + archetypes</link> and <link + xlink:href="https://maven.apache.org/glossary.html">artifacts</link> + provided by the HdM MI department.</para> </listitem> </itemizedlist> - - <para>As you see this configuration contains the MI server's root - URI <uri - xlink:href="https://maven.mi.hdm-stuttgart.de">https://maven.mi.hdm-stuttgart.de</uri> - of supplementary archetypes.</para> </listitem> <listitem> - <para>Test your configuration by creating a dummy project using the - following command line (copy and paste to a terminal window):</para> + <para>Test your configuration by creating a dummy project (copy and + paste to a terminal window):</para> <screen>mvn -e archetype:generate \ -DinteractiveMode=false \ @@ -921,14 +929,15 @@ loop # 12</screen> -DartifactId=gettingstarted -Dversion=0.9 -DarchetypeGroupId=de.hdm-stuttgart.mi \ -DarchetypeArtifactId=mi-maven-archetype-quickstart -DarchetypeVersion=1.1</screen> - <para>This should result in the following output:</para> + <para>Execution requires Maven to be installed and configured + properly (<command>mvn</command> command) and should result in the + following output:</para> - <screen>goik@hopc tmp> mvn -DinteractiveMode=false \ --DgroupId=de.hdm_stuttgart.mi.sd1 \ --DartifactId=gettingstarted -Dversion=1.0 -DarchetypeGroupId=de.hdm-stuttgart.mi \ --DarchetypeArtifactId=mi-maven-archetype-quickstart -DarchetypeVersion=1.1 \ --DarchetypeRepository=https://maven.mi.hdm-stuttgart.de/Archetypes \ -org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate + <screen>goik@hopc tmp> mvn archetype:generate \ + -DinteractiveMode=false \ + -DgroupId=de.hdm_stuttgart.mi.sd1 \ + -DartifactId=gettingstarted -Dversion=0.9 -DarchetypeGroupId=de.hdm_stuttgart.mi \ + -DarchetypeArtifactId=mi-maven-archetype-quickstart -DarchetypeVersion=1.2 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ @@ -957,47 +966,46 @@ org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate explanation details regarding the above command:</para> <screen><command>mvn</command> -e archetype:generate <co - linkends="sd1CalloutMavenCmdLine-1" - xml:id="sd1CalloutMavenCmdLine-1-co"/> \ - -DarchetypeGroupId=de.hdm-stuttgart.mi -DarchetypeArtifactId=mi-maven-archetype-quickstart <co - linkends="sd1CalloutMavenCmdLine-3" - xml:id="sd1CalloutMavenCmdLine-3-co"/>\ - -DgroupId=de.hdm_stuttgart.mi.sd1 <co linkends="sd1CalloutMavenCmdLine-4" - xml:id="sd1CalloutMavenCmdLine-4-co"/> \ - -DartifactId=gettingstarted <co linkends="sd1CalloutMavenCmdLine-4" - xml:id="sd1CalloutMavenCmdLine-5-co"/> \ - -Dversion=0.9 <co linkends="sd1CalloutMavenCmdLine-6" - xml:id="sd1CalloutMavenCmdLine-6-co"/> \ - -DinteractiveMode=false <co linkends="sd1CalloutMavenCmdLine-7" - xml:id="sd1CalloutMavenCmdLine-7-co"/></screen> + linkends="sd1CalloutMavenCmdLine-1.2" + xml:id="sd1CalloutMavenCmdLine-1.2-co"/> \ + -DarchetypeGroupId=de.hdm-stuttgart.mi \ <co + linkends="sd1CalloutMavenCmdLine-2" + xml:id="sd1CalloutMavenCmdLine-2-co"/> + -DarchetypeArtifactId=mi-maven-archetype-quickstart \ + -DarchetypeVersion=1.1 \ + -DgroupId=de.hdm_stuttgart.mi.sd1 <co linkends="sd1CalloutMavenCmdLine-3.2" + xml:id="sd1CalloutMavenCmdLine-3.2-co"/> \ + -DartifactId=gettingstarted \ + -Dversion=0.9 \ + -DinteractiveMode=false <co linkends="sd1CalloutMavenCmdLine-4.2" + xml:id="sd1CalloutMavenCmdLine-4.2-co"/></screen> <calloutlist> - <callout arearefs="sd1CalloutMavenCmdLine-1-co" - xml:id="sd1CalloutMavenCmdLine-1"> + <callout arearefs="sd1CalloutMavenCmdLine-1.2-co" + xml:id="sd1CalloutMavenCmdLine-1.2"> <para>Create a <xref linkend="glo_Maven"/> project using an archetype.</para> </callout> - <callout arearefs="sd1CalloutMavenCmdLine-3-co" - xml:id="sd1CalloutMavenCmdLine-3"> - <para>The archetype's unique name within the repository.</para> - </callout> - - <callout arearefs="sd1CalloutMavenCmdLine-4-co sd1CalloutMavenCmdLine-5-co" - xml:id="sd1CalloutMavenCmdLine-4"> - <para>The parameters <property>archetypeGroupId</property> and - <property>archetypeArtifactId</property> will define e.g. the - generated project's default base package to be explained in <xref - linkend="sw1ChapterObjectsClasses"/>.</para> + <callout arearefs="sd1CalloutMavenCmdLine-2-co" + xml:id="sd1CalloutMavenCmdLine-2"> + <para>The parameters <property>archetypeGroupId</property>, + <property>archetypeArtifactId</property> and + <property>archetypeVersion</property> define the kind of project to + be generated. Moreover the <property>archetypeGroupId</property> + property defines the project's default base package to be explained + in <xref linkend="sw1ChapterObjectsClasses"/>.</para> </callout> - <callout arearefs="sd1CalloutMavenCmdLine-6-co" - xml:id="sd1CalloutMavenCmdLine-6"> - <para>The generated project's version.</para> + <callout arearefs="sd1CalloutMavenCmdLine-3.2-co" + xml:id="sd1CalloutMavenCmdLine-3.2"> + <para>The archetype's <property>groupId</property>, + <property>artifactId</property> and <property>version</property>: + These are intended to uniquely define an artifact worldwide.</para> </callout> - <callout arearefs="sd1CalloutMavenCmdLine-7-co" - xml:id="sd1CalloutMavenCmdLine-7"> + <callout arearefs="sd1CalloutMavenCmdLine-4.2-co" + xml:id="sd1CalloutMavenCmdLine-4.2"> <para>During project generation <xref linkend="glo_Maven"/> shall work in batch mode not asking for user input.</para> </callout> @@ -1188,7 +1196,7 @@ public class App { <para>After restarting <productname xlink:href="https://www.jetbrains.com/idea">IntelliJ IDEA</productname> configure the MI Maven archetype repository <uri - xlink:href="https://maven.mi.hdm-stuttgart.de/archetype-catalog.xml">https://maven.mi.hdm-stuttgart.de/archetype-catalog.xml</uri> + xlink:href="https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven/archetype-catalog.xml">https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven/archetype-catalog.xml</uri> starting from <quote>settings</quote>:</para> <mediaobject>