spot-core-model-infrastructure
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.spot-next</groupId> <artifactId>spot-core-model-infrastructure</artifactId> <version>1.0.9-BETA-20180913</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>io.spot-next</groupId> <artifactId>spot-core-model-infrastructure</artifactId> <version>1.0.9-BETA-20180913</version> <name>io.spot-next:spot-core-model-infrastructure</name> <description>The spOt microservice framework.</description> <url>https://mojo2012.github.io/spot-framework/spot-core-model-infrastructure/</url> <inceptionYear>2016</inceptionYear> <organization> <name>spOt</name> <url>https://spot-next.io</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>mojo2012</id> <url>http://github.com/mojo2012/</url> <organization>spOt</organization> <organizationUrl>https://spot-next.io</organizationUrl> <roles> <role>Developer</role> </roles> <timezone>1</timezone> </developer> </developers> <contributors> <contributor> <name>Thomas Rotter</name> </contributor> </contributors> <scm> <connection>scm:git:https://github.com/mojo2012/spot-framework.git/spot-core-model-infrastructure</connection> <developerConnection>scm:git:https://github.com/mojo2012/spot-framework.git/spot-core-model-infrastructure</developerConnection> <url>https://github.com/mojo2012/spot-framework/tree/master/spot-core-model-infrastructure</url> </scm> <issueManagement> <system>github</system> <url>https://github.com/mojo2012/spot-framework/issues</url> </issueManagement> <ciManagement> <system>travis-ci</system> <url>https://travis-ci.org/mojo2012/spot-framework/</url> </ciManagement> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <properties> <nexus.release.host>http://nexus.spot-next.io/repository/spot-release/</nexus.release.host> <junit.version>4.12</junit.version> <java.version>1.8</java.version> <nexus.snapshot.host>http://nexus.spot-next.io/repository/spot-snapshot/</nexus.snapshot.host> <aspectj.version>1.9.1</aspectj.version> <maven.compiler.target>1.8</maven.compiler.target> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <log4j.version>2.11.1</log4j.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <revision>1.0.9-BETA-20180913</revision> <spring.boot.version>2.0.4.RELEASE</spring.boot.version> <gpg.keyname>${env.GPG_KEY}</gpg.keyname> <gpg.passphrase>${env.GPG_PWD}</gpg.passphrase> <maven.compiler.source>1.8</maven.compiler.source> <spring.version>5.0.8.RELEASE</spring.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.11.1</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.spot-next</groupId> <artifactId>spot-core-support</artifactId> <version>1.0.9-BETA-20180913</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.spot-next</groupId> <artifactId>spot-instrumentation</artifactId> <version>1.0.9-BETA-20180913</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.23.1-GA</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> <version>5.0.8.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.9.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <version>3.0.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jsr305</artifactId> <groupId>com.google.code.findbugs</groupId> </exclusion> <exclusion> <artifactId>jcip-annotations</artifactId> <groupId>net.jcip</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.1</version> <scope>compile</scope> </dependency> </dependencies> <repositories> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>mvnrepository</id> <name>mvnrepository</name> <url>http://www.mvnrepository.com</url> </repository> </repositories> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.3</version> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-5</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>2.8</version> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.3.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <version>1.0.0</version> <executions> <execution> <id>flatten</id> <phase>process-resources</phase> <goals> <goal>flatten</goal> </goals> </execution> <execution> <id>flatten.clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> </execution> </executions> <configuration> <updatePomFile>true</updatePomFile> <pomElements> <profiles /> <pluginManagement /> <properties /> <dependencyManagement /> <reporting /> <modules /> </pomElements> <flattenMode>oss</flattenMode> </configuration> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.1.0</version> <configuration> <filesets> <fileset> <directory>data/store</directory> <includes> <include>**/*.*</include> </includes> <excludes> <exclude>**/.empty</exclude> </excludes> <followSymlinks>false</followSymlinks> </fileset> <fileset> <directory>src/gen/</directory> <includes> <include>**/*.*</include> </includes> <excludes> <exclude>**/.empty</exclude> </excludes> <followSymlinks>false</followSymlinks> </fileset> </filesets> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.0.0</version> <executions> <execution> <id>add-source</id> <phase>generate-sources</phase> <goals> <goal>add-source</goal> </goals> <configuration> <sources> <source>/home/travis/build/spot-next/spot-framework/spot-core-model-infrastructure/src/gen/java</source> </sources> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.1.0</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <executions> <execution> <id>default-compile</id> <phase>none</phase> <goals> <goal>compile</goal> </goals> </execution> <execution> <id>default-test-compile</id> <phase>none</phase> <goals> <goal>test-compile</goal> </goals> </execution> </executions> <configuration> <source>1.8</source> <target>1.8</target> <useIncrementalCompilation>true</useIncrementalCompilation> <skip>true</skip> <skipMain>true</skipMain> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> <version>1.11</version> <executions> <execution> <goals> <goal>compile</goal> <goal>test-compile</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjtools</artifactId> <version>1.9.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.9.1</version> <scope>compile</scope> </dependency> </dependencies> <configuration> <complianceLevel>1.8</complianceLevel> <source>1.8</source> <target>1.8</target> <aspectLibraries> <aspectLibrary> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> </aspectLibrary> </aspectLibraries> <showWeaveInfo>false</showWeaveInfo> <source>1.8</source> <target>1.8</target> <Xlint>ignore</Xlint> <XnoInline>false</XnoInline> <complianceLevel>1.8</complianceLevel> <encoding>UTF-8</encoding> <verbose>false</verbose> <forceAjcCompile>false</forceAjcCompile> <preserveAllLocals>true</preserveAllLocals> <proceedOnError>true</proceedOnError> </configuration> </plugin> <plugin> <groupId>io.spot-next</groupId> <artifactId>spot-maven-plugin</artifactId> <version>1.0.9-BETA-20180913</version> <executions> <execution> <id>Item type generation</id> <phase>generate-sources</phase> <goals> <goal>generate-types</goal> </goals> </execution> <execution> <id>Item type post-processing</id> <phase>compile</phase> <goals> <goal>transform-types</goal> </goals> </execution> <execution> <id>Item type post-processing (test)</id> <phase>test-compile</phase> <goals> <goal>transform-types</goal> </goals> </execution> </executions> <configuration> <classFileTransformers> <classFileTransformer>io.spotnext.core.infrastructure.instrumentation.JpaEntityClassTransformer</classFileTransformer> </classFileTransformers> <includeJars>false</includeJars> <debug>true</debug> </configuration> </plugin> <plugin> <groupId>org.bsc.maven</groupId> <artifactId>maven-processor-plugin</artifactId> <version>3.3.2</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.1.0</version> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>2.0.4.RELEASE</version> <executions> <execution> <id>repackage</id> <goals> <goal>repackage</goal> </goals> <configuration> <classifier>jar-with-dependencies</classifier> </configuration> </execution> <execution> <id>build-info</id> <goals> <goal>build-info</goal> </goals> <configuration> <additionalProperties> <encoding.source>UTF-8</encoding.source> <encoding.reporting>UTF-8</encoding.reporting> <java.source>1.8</java.source> <java.target>1.8</java.target> </additionalProperties> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.5</version> <executions> <execution> <id>analyze-deploy</id> <phase>deploy</phase> <goals> <goal>check</goal> </goals> </execution> </executions> <configuration> <effort>Max</effort> <effort>medium</effort> <threshold>Low</threshold> <xmlOutput>true</xmlOutput> <findbugsXmlOutputDirectory>/home/travis/build/spot-next/spot-framework/spot-core-model-infrastructure/target/findbugs</findbugsXmlOutputDirectory> </configuration> </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> <version>3.8</version> <executions> <execution> <phase>deploy</phase> <goals> <goal>check</goal> </goals> </execution> </executions> <configuration> <skip>true</skip> <rulesets> <ruleset>spot-framework/pmd-ruleset.xml</ruleset> </rulesets> <printFailingErrors>true</printFailingErrors> <verbose>true</verbose> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.18.1</version> </plugin> <plugin> <artifactId>maven-failsafe-plugin</artifactId> <version>2.18.1</version> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> <configuration> <includes> <include>**/*IT.java</include> </includes> </configuration> </plugin> <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <version>2.2.4</version> <executions> <execution> <id>get-the-git-infos</id> <goals> <goal>revision</goal> </goals> </execution> <execution> <id>validate-the-git-infos</id> <goals> <goal>validateRevision</goal> </goals> </execution> </executions> <configuration> <dotGitDirectory>/home/travis/build/spot-next/spot-framework/spot-core-model-infrastructure/.git</dotGitDirectory> <dateFormat>yyyyMMdd-HHmmss</dateFormat> <injectAllReactorProjects>false</injectAllReactorProjects> <failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo> <failOnNoGitDirectory>false</failOnNoGitDirectory> <generateGitPropertiesFile>true</generateGitPropertiesFile> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <failOnError>false</failOnError> <additionalparam>-Xdoclint:none</additionalparam> <excludePackageNames>io.spotnext.core.infrastructure.maven.xml:*itemtype*:*Mojo*</excludePackageNames> <excludes>**/gen/*</excludes> <quiet>true</quiet> <ignoreClirr>true</ignoreClirr> <version>false</version> <nosince>true</nosince> <author>false</author> <defaultAuthor>mojo2012</defaultAuthor> <defaultVersion>1.0</defaultVersion> <level>public</level> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> <configuration> <gpgArguments> <arg>--pinentry-mode</arg> <arg>loopback</arg> </gpgArguments> </configuration> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> <executions> <execution> <id>sonatype deploy</id> <phase>deploy</phase> <goals> <goal>deploy</goal> </goals> </execution> </executions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> <stagingProfileId>5f2e64bdcef503</stagingProfileId> <stagingDescription>spOt stating repo</stagingDescription> </configuration> </plugin> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>io.spot-next</groupId> <artifactId>spot-maven-plugin</artifactId> <versionRange>[0.0,)</versionRange> <goals> <goal>generate-types</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> <versionRange>[1.8,)</versionRange> <goals> <goal>compile</goal> <goal>test-compile</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>true</runOnIncremental> <runOnConfiguration>true</runOnConfiguration> </execute> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>io.spot-next</groupId> <artifactId>spot-maven-plugin</artifactId> <versionRange>[0.0,)</versionRange> <goals> <goal>transform-types</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>true</runOnIncremental> <runOnConfiguration>true</runOnConfiguration> </execute> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <versionRange>[1.0.0,)</versionRange> <goals> <goal>flatten</goal> <goal>clean</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>false</runOnIncremental> <runOnConfiguration>false</runOnConfiguration> </execute> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> </plugins> </pluginManagement> </build> <reporting> <outputDirectory>/home/travis/build/spot-next/spot-framework/spot-core-model-infrastructure/target/site</outputDirectory> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.5</version> <configuration> <skip>true</skip> <effort>Max</effort> <threshold>Low</threshold> <failOnError>true</failOnError> <xmlOutput>true</xmlOutput> <findbugsXmlOutputDirectory>/home/travis/build/spot-next/spot-framework/spot-core-model-infrastructure/target/findbugs</findbugsXmlOutputDirectory> </configuration> </plugin> <plugin> <artifactId>maven-jxr-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> <version>3.8</version> <configuration> <skip>true</skip> <rulesets> <ruleset>spot-framework/pmd-ruleset.xml</ruleset> </rulesets> <printFailingErrors>true</printFailingErrors> <verbose>true</verbose> </configuration> </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.8</version> <configuration> <configLocation>config/sun_checks.xml</configLocation> </configuration> </plugin> </plugins> </reporting> </project>