think-machine-4e
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.softwaremagico</groupId>
<artifactId>think-machine-4e</artifactId>
<version>4.2.3</version>
</dependency><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>
<groupId>com.softwaremagico</groupId>
<artifactId>think-machine-4e</artifactId>
<version>4.2.3</version>
<packaging>pom</packaging>
<name>Think Machine 4E</name>
<url>https://github.com/softwaremagico/ThinkMachine-4E</url>
<description>Think Machine - A Fading Suns (4e) character generator for Fourth Edition</description>
<organization>
<name>Softwaremagico</name>
<url>https://github.com/softwaremagico/ThinkMachine-4E</url>
</organization>
<modules>
<module>think-machine-rules</module>
<module>think-machine-random</module>
<module>think-machine-pdf</module>
</modules>
<scm>
<connection>scm:git:ssh://git@github.com/softwaremagico/ThinkMachine-4E.git</connection>
<developerConnection>scm:git:ssh://git@github.com/softwaremagico/ThinkMachine-4E.git</developerConnection>
<url>https://github.com/softwaremagico/ThinkMachine-4E.git</url>
<tag>think-machine-4e-4.2.3</tag>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/softwaremagico/ThinkMachine-4E/issues</url>
</issueManagement>
<ciManagement>
<system>Travis</system>
<url>https://travis-ci.org/softwaremagico/ThinkMachine-4E</url>
</ciManagement>
<developers>
<developer>
<id>jhortelano</id>
<name>Jorge Hortelano</name>
<email>softwaremagico@gmail.com</email>
<roles>
<role>Project-Administrator</role>
<role>Developer</role>
</roles>
</developer>
</developers>
<licenses>
<license>
<name>GNU GPL v3</name>
<url>http://www.gnu.org/licenses/gpl-3.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<files.basedir>${project.basedir}</files.basedir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<license.licenseName>gnugpl</license.licenseName>
<license.licenseResolver>file://${files.basedir}/license</license.licenseResolver>
<maven-surefire.version>3.1.0</maven-surefire.version>
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<plugin.exec.version>1.2.1</plugin.exec.version>
<openpdf.version>1.4.2</openpdf.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.11</logback.version>
<org.testng.version>7.8.0</org.testng.version>
<jackson.version>2.17.2</jackson.version>
<license-maven-plugin.version>1.12</license-maven-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-scm-provider-gitexe.version>1.13.0</maven-scm-provider-gitexe.version>
<maven-scm-api.version>1.11.2</maven-scm-api.version>
<project.scm.id>git</project.scm.id>
<reflections.version>0.10.2</reflections.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<checkstyle.version>3.3.0</checkstyle.version>
<spotbugs.version>4.8.6.6</spotbugs.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<java.version>11</java.version>
<maven-deploy.version>0.9.0</maven-deploy.version>
<javadoc.version>3.11.3</javadoc.version>
<maven-gpg.version>3.2.8</maven-gpg.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${license-maven-plugin.version}</version>
<configuration>
<inceptionYear>2017</inceptionYear>
<licenseName>${license.licenseName}</licenseName>
<licenseResolver>${license.licenseResolver}</licenseResolver>
<excludes>
<exclude>**/licenses.properties</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>first</id>
<goals>
<goal>update-file-header</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>${maven-scm-provider-gitexe.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>${maven-scm-api.version}</version>
</dependency>
</dependencies>
<configuration>
<checkModificationExcludes>
<checkModificationExclude>pom.xml</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>${maven-deploy.version}</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${javadoc.version}</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${checkstyle.version}</version>
<configuration>
<configLocation>${files.basedir}/.checkstyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
</configuration>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${spotbugs.version}</version>
<configuration>
<!-- Enables analysis which takes more memory but finds more bugs.
If you run out of memory, changes the value of the effort element to 'Low'. -->
<effort>Max</effort>
<!-- Build fail if problems are found -->
<failOnError>true</failOnError>
<!-- Reports all bugs (values are max, medium and max) -->
<threshold>High</threshold>
</configuration>
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven-antrun-plugin.version}</version>
<executions>
<execution>
<id>version-copy</id>
<phase>initialize</phase>
<configuration>
<target>
<!-- version number -->
<copy todir="src/main/resources/" overwrite="true">
<fileset dir="${basedir}" includes="version.txt" />
<filterset>
<filter value="${project.version}" token="version" />
</filterset>
</copy>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<!-- GPG Signature on release -->
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>!deploySnapshot</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<!-- mvn deploy -DskipTests -DdeploySnapshot=true -->
<!-- Needs github auth token -->
<id>snap-repository</id>
<activation>
<property>
<name>deploySnapshot</name>
<value>true</value>
</property>
</activation>
<properties>
</properties>
<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/softwaremagico/ThinkMachine-4E</url>
</repository>
<snapshotRepository>
<id>github</id>
<url>https://maven.pkg.github.com/softwaremagico/ThinkMachine-4E</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>prod-repository</id>
<activation>
<property>
<name>!deploySnapshot</name>
</property>
</activation>
<properties>
</properties>
<distributionManagement>
<repository>
<id>central</id>
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</distributionManagement>
</profile>
</profiles>
</project>