... |
... |
@@ -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,6 +27,7 @@ |
27 |
27 |
<!-- Add XIMA artifactory --> |
28 |
28 |
<profiles> |
29 |
29 |
<profile> |
|
30 |
+ <!-- FORMCYCLE dependencies --> |
30 |
30 |
<repositories> |
31 |
31 |
<repository> |
32 |
32 |
<snapshots> |
... |
... |
@@ -37,6 +37,7 @@ |
37 |
37 |
<url>https://artifactory.xima-services.de/artifactory/fc-plugin-dev</url> |
38 |
38 |
</repository> |
39 |
39 |
</repositories> |
|
41 |
+ <!-- Maven plugins for FORMCYCLE --> |
40 |
40 |
<pluginRepositories> |
41 |
41 |
<pluginRepository> |
42 |
42 |
<snapshots> |