devon4j-template-server
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.devonfw.java.templates</groupId>
<artifactId>devon4j-template-server</artifactId>
<version>2023.01.001</version>
</dependency><?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.java.templates</groupId>
<artifactId>devon4j-template-server</artifactId>
<version>2023.01.001</version>
<packaging>maven-archetype</packaging>
<name>devon4j-template-server</name>
<description>Application template for a server app based on devon4j.</description>
<url>https://devonfw.com/</url>
<inceptionYear>2014</inceptionYear>
<organization>
<name>devonfw</name>
<url>https://github.com/devonfw/devon4j/graphs/contributors</url>
</organization>
<licenses>
<license>
<name>Apache Software License, Version 2.0</name>
<url>https://github.com/devonfw/devon4j/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></organization>
<organizationUrl></organizationUrl>
<roles>
<role>admin</role>
<role>designer</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>ksobkowiak</id>
<name>Krzysztof Sobkowiak</name>
<email>sobkowiak@onet.eu</email>
<organization></organization>
<organizationUrl></organizationUrl>
<roles>
<role>admin</role>
<role>designer</role>
<role>developer</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/devon4j.git</connection>
<developerConnection>scm:git:https://github.com/devonfw/devon4j.git</developerConnection>
<url>https://github.com/devonfw/devon4j/tree/master</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/devonfw/devon4j/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://D:\projects\devonfw\workspaces\stable\devon4j/target/maven-site</url>
</site>
</distributionManagement>
</project>