| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| |
| <inceptionYear>2020</inceptionYear> |
| <url>https://www.eclipse.org/skills/</url> |
| <ciManagement> |
| <system>jenkins</system> |
| <url>https://ci.eclipse.org/skills</url> |
| </ciManagement> |
| <licenses> |
| <license> |
| <name>Eclipse Public License v2.0</name> |
| <url>https://www.eclipse.org/legal/epl-2.0/</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| <organization> |
| <name>Eclipse Foundation</name> |
| <url>http://www.eclipse.org/</url> |
| </organization> |
| <issueManagement> |
| <system>Bugzilla</system> |
| <url>https://bugs.eclipse.org/bugs/buglist.cgi?product=Skills</url> |
| </issueManagement> |
| <scm> |
| <connection>scm:git:http://git.eclipse.org/gitroot/skills/skills.git</connection> |
| <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/skills/skills.git</developerConnection> |
| <url>http://git.eclipse.org/c/skills/skills.git</url> |
| </scm> |
| <developers> |
| <developer> |
| <name>Christian Pontesegger</name> |
| <organization>private</organization> |
| <organizationUrl></organizationUrl> |
| </developer> |
| </developers> |
| <prerequisites> |
| <maven>3.0</maven> |
| </prerequisites> |
| |
| <name>Skills (Incubation)</name> |
| <description>Skills adds gamification features to the Eclipse IDE</description> |
| |
| |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>org.eclipse.skills</groupId> |
| <artifactId>skills.core</artifactId> |
| <version>0.1.0-SNAPSHOT</version> |
| |
| <packaging>pom</packaging> |
| |
| <modules> |
| <module>releng/org.eclipse.skills.releng</module> |
| </modules> |
| </project> |