Pages enfant
  • Installation Guide (en)

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Modify your settings.xml maven file to add this profile, here is an example of the file<file :

Bloc de code
xml
xml
 
<?xml version="1.0" encoding="UTF-8"?>

...


<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

...

">

...


<localRepository>/opt/repo_maven/local/</localRepository>

...


<pluginGroups>

...


</pluginGroups>

...


<proxies>

...


</proxies>

...


<servers>

...


</servers>

...


<mirrors>

...


</mirrors>

...


<profiles>

...


<profile>

...


<id>default</id>

...


<repositories>

...


<repository>

...


<id>central</id>

...


<url>http://repo1.maven.org/maven2/

...

</url>

...


</repository>

...


<repository>

...


<id>ESCO-Grouper-repository</id>

...


<name>ESCO-Grouper repository</name>

...


<url>http://www.esco-portail.org/nexus/content/repositories/ESCO-Grouper/

...

</url>

...


</repository>

...


</repositories>

...


</profile>

...


</profiles>

...


<activeProfiles>

...


<activeProfile>default</activeProfile>

...


</activeProfiles>

...


</settings>

To obtain the sources and the intallation documentation of the application go on : https://sourcesup.cru.fr/frs/?group_id=824

...