<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.devonfw.tools.ide</groupId>
  <artifactId>devonfw-ide-settings</artifactId>
  <version>2023.03.001</version>
  <packaging>pom</packaging>
  <name>devonfw-ide-settings</name>
  <description>Settings with configuration templates for devonfw-ide. You are supposed to copy and commit them to your version control system.</description>
  <url>https://devonfw.com/</url>
  <inceptionYear>2014</inceptionYear>
  <organization>
    <name>devonfw</name>
    <url>https://github.com/devonfw/ide/graphs/contributors</url>
  </organization>
  <licenses>
    <license>
      <name>Apache Software License, Version 2.0</name>
      <url>https://github.com/devonfw/ide/blob/master/LICENSE</url>
      <distribution>repro</distribution>
      <comments></comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hohwille</id>
      <name>Jörg Hohwiller</name>
      <email>hohwille@users.sourceforge.net</email>
      <organization>Capgemini</organization>
      <organizationUrl></organizationUrl>
      <roles>
        <role>admin</role>
        <role>designer</role>
        <role>developer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
    <developer>
      <id>trippl</id>
      <name>Thomas Rippl</name>
      <email></email>
      <organization></organization>
      <organizationUrl></organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
    <developer>
      <id>markusschuh</id>
      <name>Markus Schuh</name>
      <email></email>
      <organization>Capgemini</organization>
      <organizationUrl></organizationUrl>
      <roles>
        <role>contributor</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
    <developer>
      <id>maybeec</id>
      <name>Malte Brunnlieb</name>
      <email></email>
      <organization>Capgemini</organization>
      <organizationUrl></organizationUrl>
      <roles>
        <role>contributor</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
    <developer>
      <id>ediekman</id>
      <name>Erik Diekmann</name>
      <email></email>
      <organization>Capgemini</organization>
      <organizationUrl></organizationUrl>
      <roles>
        <role>contributor</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
    <developer>
      <id>nricheton</id>
      <name>Nicolas Richeton</name>
      <email></email>
      <organization>Capgemini</organization>
      <organizationUrl></organizationUrl>
      <roles>
        <role>contributor</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
    <connection>scm:git:https://github.com/devonfw/ide.git</connection>
    <developerConnection>scm:git:https://github.com/devonfw/ide.git</developerConnection>
    <url>https://github.com/devonfw/ide/tree/master</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/devonfw/ide/issues</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>repository</id>
      <name>release repository</name>
      <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>repository</id>
      <name>snapshot repository</name>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </snapshotRepository>
    <site child.site.url.inherit.append.path="false">
      <id>devonfw-site</id>
      <url>file:///home/runner/work/ide/ide/target/maven-site</url>
    </site>
  </distributionManagement>
</project>
