All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.sta-soft.mlogger.pom.xml Maven / Gradle / Ivy

<?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.11</version>
  </parent>

  <artifactId>mlogger</artifactId>
  <version>1.41</version>

  <packaging>jar</packaging>

  <name>MLogger</name>
  <description>Specialized logger for all M-Projects.</description>
  <url>http://www.sta-soft.com</url>

  <organization>
    <name>&gt;StA-Soft&lt;</name>
    <url>http://www.sta-soft.com</url>
  </organization>

  <inceptionYear>2002-2014, 2017-2021, 2023</inceptionYear>

  <developers>
    <developer>
      <name>Steffen Albrecht</name>
      <email>[email protected]</email>
      <organization>&gt;StA-Soft&lt;</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/MLogger/trunk</connection>
    <developerConnection>scm:svn:http://ubuntu2/svn/myrepo/MLogger/trunk</developerConnection>
    <url>http://ubuntu2/svn/myrepo/MLogger/trunk/</url>
  </scm>

  <build>
    <plugins>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <id>default-jar</id>
            <configuration>
              <archive>
                <manifest>
                  <mainClass>com.sta.mlogger.MLogger</mainClass>
                </manifest>
              </archive>
            </configuration>
          </execution>
        </executions>
      </plugin>
<!--
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
      </plugin>
-->
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>exec-maven-plugin</artifactId>
        <configuration>
          <mainClass>com.sta.mlogger.MLogger</mainClass>
        </configuration>
      </plugin>

    </plugins>
  </build>

  <dependencies>

    <!-- MUtils -->

    <dependency>
      <groupId>com.sta-soft</groupId>
      <artifactId>mutils</artifactId>
      <version>1.11</version>
    </dependency>

    <!-- Test -->

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>

  </dependencies>

</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy