mserverrunner
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>mserverrunner</artifactId>
<version>1.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.sta-soft</groupId>
<artifactId>masterpom</artifactId>
<version>1.14</version>
</parent>
<artifactId>mserverrunner</artifactId>
<version>1.4</version>
<packaging>jar</packaging>
<name>MServerRunner</name>
<description>JUnit helper for server tests.</description>
<url>http://www.sta-soft.com</url>
<organization>
<name>>StA-Soft<</name>
<url>http://www.sta-soft.com</url>
</organization>
<inceptionYear>2021, 2023-2025</inceptionYear>
<developers>
<developer>
<name>Steffen Albrecht</name>
<email>steffen.albrecht.ef@sta-soft.com</email>
<organization>>StA-Soft<</organization>
<organizationUrl>http://www.sta-soft.com</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://ubuntu2/svn/myrepo/MServerRunner/trunk</connection>
<developerConnection>scm:svn:http://ubuntu2/svn/myrepo/MServerRunner/trunk</developerConnection>
<url>http://ubuntu2/svn/myrepo/MServerRunner/trunk/</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
-->
</plugins>
</build>
<dependencies>
<!-- MLogger -->
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>mlogger</artifactId>
<version>1.44</version>
</dependency>
<!-- Test -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>