... |
... |
@@ -18,7 +18,7 @@ |
18 |
18 |
|
19 |
19 |
Damit das Repository auch beim Bauen mit Maven verwendet wird, sollte folgendes in die Maven-Konfigurationsdatei //settings.xml// geschrieben werden. Diese Datei findet sich in der Regeln im //.m2//-Ordner im Home-Verzeichnis des aktuellen Nutzers. Unter Linux //~/.m2/settings.xml// und unter Windows //%homepath%\.m2\settings.xml//: |
20 |
20 |
|
21 |
|
-{{panel title="~~~~/.m2/settings.xml" fullwidth="true" initial="hidden" triggerable="true"}} |
|
21 |
+{{panel title="~/.m2/settings.xml" fullwidth="true" initial="hidden" triggerable="true"}} |
22 |
22 |
{{code language="xml"}} |
23 |
23 |
<?xml version="1.0" encoding="UTF-8"?> |
24 |
24 |
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0" |
... |
... |
@@ -27,7 +27,6 @@ |
27 |
27 |
<!-- Add XIMA artifactory --> |
28 |
28 |
<profiles> |
29 |
29 |
<profile> |
30 |
|
- <!-- FORMCYCLE dependencies --> |
31 |
31 |
<repositories> |
32 |
32 |
<repository> |
33 |
33 |
<snapshots> |
... |
... |
@@ -38,7 +38,6 @@ |
38 |
38 |
<url>https://artifactory.xima-services.de/artifactory/fc-plugin-dev</url> |
39 |
39 |
</repository> |
40 |
40 |
</repositories> |
41 |
|
- <!-- Maven plugins for FORMCYCLE --> |
42 |
42 |
<pluginRepositories> |
43 |
43 |
<pluginRepository> |
44 |
44 |
<snapshots> |