From 29d98737bc0ff1724c26e87ebe9bd183951d7447 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Tue, 10 Jan 2017 18:24:39 +0100 Subject: [PATCH] target="_blank" --- ws/Archetypes/index.html | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/ws/Archetypes/index.html b/ws/Archetypes/index.html index a66717ad4..82a6431a1 100644 --- a/ws/Archetypes/index.html +++ b/ws/Archetypes/index.html @@ -5,11 +5,36 @@ <title>Computer Science in Media supplementary Maven artifacts</title> </head> - <body> - <h1>Computer Science in Media local Maven repository</h1> - <p>This server hosts supplementary <a href='https://maven.apache.org'>Maven</a> artifacts and archetypes:</p> - <ul> - <li>Maven artifacts <a href="archetype-catalog.xml">archetype-catalog.xml</a>.</li> - </ul> - </body> + <body><h1>Computer Science in Media local Maven repository</h1> <p>This + server hosts supplementary <a href="https://maven.apache.org" + target="_blank">Maven</a> artifacts and archetypes. Popular IDE + configurations include:</p><dl> + <dt>Eclipse</dt> + + <dd><a href="https://maven.mi.hdm-stuttgart.de" + target="_blank">https://maven.mi.hdm-stuttgart.de</a> will suffice, see + <a + href="https://freedocs.mi.hdm-stuttgart.de/webhelp/sd1SectUsingMavenEclipse.html" + target="_blank">configuration details</a>.</dd> + + <dt>IntelliJ Idea</dt> + + <dd>Full path <a + href="https://maven.mi.hdm-stuttgart.de/archetype-catalog.xml" + target="_blank">https://maven.mi.hdm-stuttgart.de/archetype-catalog.xml</a> + being required. See <a + href="https://plugins.jetbrains.com/idea/plugin/7965-maven-archetype-catalogs" + target="_blank">Maven Archetype Catalogs for IntelliJ IDEA</a> for + installation.</dd> + </dl> <h2>Available archetypes</h2><ul> + <li>mi-maven-archetype-quickstart</li> + + <li>mi-maven-archetype-javafxml</li> + + <li>mi-maven-archetype-sax</li> + + <li><a + href="https://gitlab.mi.hdm-stuttgart.de/goik/GoikLectures/tree/master/ws/Archetypes/mi-maven-archetype-jpa-hibernate/src/main/resources/archetype-resources" + target="_blank">mi-maven-archetype-jpa-hibernate</a></li> + </ul></body> </html> -- GitLab