blob: 5a5752c645632bbddfc2dc042465e110dcdfd0ae [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2021 BSI Business Systems Integration AG.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ https://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
~ BSI Business Systems Integration AG - initial API and implementation
-->
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_sdk_plugin_config-master</artifactId>
<version>3.14.1</version>
<relativePath />
</parent>
<groupId>org.eclipse.scout.archetypes</groupId>
<artifactId>scout-jaxws-module</artifactId>
<version>11.0.12</version>
<packaging>maven-archetype</packaging>
<name>Scout JaxWs Module</name>
<description>Maven Archetype which creates an empty Scout JaxWs Module</description>
<url>https://eclipse.org/scout</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<eclipse_gerrit_username/>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>3.2.0</version>
</extension>
</extensions>
</build>
<!-- primarily for license header generation -->
<inceptionYear>2015</inceptionYear>
<organization>
<name>Eclipse Scout Project</name>
<url>${project.url}</url>
</organization>
<licenses>
<license>
<name>Eclipse Public License v1.0</name>
<url>https://www.eclipse.org/legal/epl-v10.html</url>
<comments>All rights reserved.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v10.html</comments>
</license>
</licenses>
<developers>
<developer>
<id>bsi</id>
<name>BSI Business Systems Integration AG</name>
<organization>BSI Business Systems Integration AG</organization>
<organizationUrl>https://www.bsi-software.com/en/technology/eclipse-scout.html</organizationUrl>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>scout-dev Mailing List</name>
<subscribe>https://dev.eclipse.org/mailman/listinfo/scout-dev</subscribe>
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/scout-dev</unsubscribe>
<post>scout-dev@eclipse.org</post>
<archive>https://www.eclipse.org/lists/scout-dev/</archive>
</mailingList>
</mailingLists>
<scm>
<url>https://git.eclipse.org/c/scout/org.eclipse.scout.sdk.git/</url>
</scm>
<issueManagement>
<system>Bugzilla</system>
<url>https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology;component=Scout SDK;product=Scout;query_format=advanced</url>
</issueManagement>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>eclipse.release</id>
<name>eclipse-release-repo</name>
<url>https://repo.eclipse.org/content/groups/releases/</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>eclipse.snapshot</id>
<name>eclipse-snapshot-repo</name>
<url>https://repo.eclipse.org/content/groups/snapshots/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>eclipse.release</id>
<name>eclipse-release-repo</name>
<url>https://repo.eclipse.org/content/groups/releases/</url>
</pluginRepository>
<pluginRepository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>eclipse.snapshot</id>
<name>eclipse-snapshot-repo</name>
<url>https://repo.eclipse.org/content/groups/snapshots/</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
<name>Scout Repository - Releases</name>
<url>https://repo.eclipse.org/content/repositories/scout-releases/</url>
</repository>
<snapshotRepository>
<id>repo.eclipse.org</id>
<name>Scout Repository - Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/scout-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>