think-machine
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.softwaremagico</groupId>
<artifactId>think-machine</artifactId>
<version>3.0.1</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</artifactId>
<version>3.0.1</version>
<packaging>pom</packaging>
<name>Think Machine</name>
<url>https://github.com/softwaremagico/ThinkMachine</url>
<description>Think Machine - A Fading Suns (3e) character generator</description>
<organization>
<name>Softwaremagico</name>
<url>https://github.com/softwaremagico/ThinkMachine</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.git</connection>
<developerConnection>scm:git:ssh://git@github.com/softwaremagico/ThinkMachine.git</developerConnection>
<url>https://github.com/softwaremagico/ThinkMachine.git</url>
<tag>think-machine</tag>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/softwaremagico/ThinkMachine/issues</url>
</issueManagement>
<ciManagement>
<system>Travis</system>
<url>https://travis-ci.org/softwaremagico/ThinkMachine</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>
<main.basedir>${project.basedir}</main.basedir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<license.licenseName>gnugpl</license.licenseName>
<license.licenseResolver>file://${main.basedir}/license</license.licenseResolver>
<maven-surefire.version>2.22.2</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.3.43</openpdf.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.11</logback.version>
<org.testng.version>6.14.3</org.testng.version>
<gson.version>2.9.0</gson.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>2.17</checkstyle.version>
<spotbugs.version>4.8.6.6</spotbugs.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<java.version>1.8</java.version>
<maven-deploy.version>0.8.0</maven-deploy.version>
<javadoc.version>3.11.3</javadoc.version>
<maven-gpg.version>3.2.8</maven-gpg.version>
<gson.cache.folder>${main.basedir}/modules/Fading Suns Revised Edition/json</gson.cache.folder>
</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>
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
<mavenExecutorId>forked-path</mavenExecutorId>
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
<checkModificationExcludes>
<checkModificationExclude>pom.xml</checkModificationExclude>
</checkModificationExcludes>
<!-- This action is used by release:perform -->
<!-- During release:perform, enable the "release" profile -->
<releaseProfiles>release</releaseProfiles>
<!-- <arguments>-Dmaven.test.skipTests=true -Dmaven.test.skip=true</arguments> -->
<!-- This goal is used by release:perform -->
<goals>deploy</goals>
</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>
</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-gpg-plugin</artifactId>
<version>${maven-gpg.version}</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</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>${main.basedir}/.checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<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>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</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</url>
</repository>
<snapshotRepository>
<id>github</id>
<url>https://maven.pkg.github.com/softwaremagico/ThinkMachine</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>prod-repository</id>
<activation>
<property>
<name>!deploySnapshot</name>
</property>
</activation>
<properties>
</properties>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>
</project>