Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

 

<settings>
[...]
  <profiles>
  [...]
       <profile>
                <id>sonar</id>
                <properties>
                        <sonar.host.url>http://****:9000</sonar.host.url>
                        <sonar.login>****</sonar.login>
                        <sonar.password>****</sonar.password>
                        <sonar.jdbc.url>jdbc:postgresql://****:5432/sonar</sonar.jdbc.url>
                        <sonar.jdbc.username>****</sonar.jdbc.username>
                        <sonar.jdbc.password>****</sonar.jdbc.password>
                </properties>
        </profile>
 
  </profiles>
 
  <!-- activeProfiles
   | List of profiles that are active for all builds.
   |
  -->
  <activeProfiles>
    <activeProfile>sonar</activeProfile>
  </activeProfiles>
 
</settings>

Details auch im internen Wiki.

Wichtige Artikel und Hilfen zur Konfiguration

Weitere Artikel zur Konfiguration

Spezielle

Problem

Probleme mit Mvn (sub) Modulen