spot-instrumentation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.spot-next</groupId> <artifactId>spot-instrumentation</artifactId> <version>1.0.21-BETA-20190513</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-instrumentation</artifactId> <version>1.0.21-BETA-20190513</version> <name>io.spot-next:spot-instrumentation</name> <description>The spOt microservice framework.</description> <url>https://mojo2012.github.io/spot-framework/spot-instrumentation/</url> <inceptionYear>2016</inceptionYear> <organization> <name>spOt</name> <url>https://spot-next.io</url> </organization> <licenses> <license> <name>GNU Lesser General Public License (LGPL), Version 3.0</name> <url>http://www.gnu.org/licenses/lgpl-3.0.html</url> </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> <contributor> <name>Benjamin Nussbaum</name> </contributor> </contributors> <scm> <connection>scm:git:https://github.com/mojo2012/spot-framework.git/spot-instrumentation</connection> <developerConnection>scm:git:https://github.com/mojo2012/spot-framework.git/spot-instrumentation</developerConnection> <url>https://github.com/spot-next/spot-framework/tree/master/spot-instrumentation</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/spot-next/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> <java.version>11</java.version> <maven.compiler.source>11</maven.compiler.source> <spring.version>5.1.2.RELEASE</spring.version> <nexus.snapshot.host>http://nexus.spot-next.io/repository/spot-snapshot/</nexus.snapshot.host> <spring.boot.version>2.1.0.RELEASE</spring.boot.version> <gpg.passphrase>${env.GPG_PWD}</gpg.passphrase> <junit.jupiter.version>5.3.1</junit.jupiter.version> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <gpg.keyname>${env.GPG_KEY}</gpg.keyname> <revision>1.0.21-BETA-20190513</revision> <version.maven-jdk-tools-wrapper>0.1</version.maven-jdk-tools-wrapper> <maven.compiler.target>11</maven.compiler.target> <nexus.release.host>http://nexus.spot-next.io/repository/spot-release/</nexus.release.host> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <log4j.version>2.11.1</log4j.version> <junit.version>4.12</junit.version> <aspectj.version>1.9.2</aspectj.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.11.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>3.1.8</version> <scope>provided</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.8.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.1.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>5.1.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-instrument</artifactId> <version>5.1.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.olivergondza</groupId> <artifactId>maven-jdk-tools-wrapper</artifactId> <version>0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> <version>5.1.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>3.1.8</version> <scope>provided</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> <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M2</version> <configuration> <rules> <dependencyConvergence /> </rules> </configuration> </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/core-next/spot-instrumentation/src/gen/java</source> </sources> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.1.0</version> <configuration> <nonFilteredFileExtensions> <nonFilteredFileExtension>jks</nonFilteredFileExtension> </nonFilteredFileExtensions> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <configuration> <useIncrementalCompilation>true</useIncrementalCompilation> <release>11</release> <compilerArgs> <arg>-XDcompilePolicy=simple -Xplugin:ErrorProne</arg> </compilerArgs> <annotationProcessorPaths> <path> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_core</artifactId> <version>2.3.2</version> </path> </annotationProcessorPaths> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> <version>1.11</version> <executions> <execution> <phase>none</phase> </execution> </executions> <dependencies> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjtools</artifactId> <version>1.9.2</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.9.2</version> </dependency> </dependencies> <configuration> <aspectLibraries> <aspectLibrary> <groupId>org.springframework</groupId> <artifactId>spring-aspects</artifactId> </aspectLibrary> </aspectLibraries> <argumentFileName>../ajc-arguments.log</argumentFileName> <showWeaveInfo>true</showWeaveInfo> <complianceLevel>11</complianceLevel> <source>11</source> <target>11</target> <Xlint>ignore</Xlint> <XnoInline>true</XnoInline> <complianceLevel>11</complianceLevel> <encoding>UTF-8</encoding> <verbose>false</verbose> <forceAjcCompile>false</forceAjcCompile> <preserveAllLocals>true</preserveAllLocals> <proceedOnError>false</proceedOnError> </configuration> </plugin> <plugin> <groupId>io.spot-next</groupId> <artifactId>spot-maven-plugin</artifactId> <version>1.0.21-BETA-20190513</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> <configuration> <skip>true</skip> </configuration> </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.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.3</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.1.0.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>11</java.source> <java.target>11</java.target> </additionalProperties> </configuration> </execution> </executions> <configuration> <arguments> <argument>--spring.main.allow-bean-definition-overriding=true</argument> </arguments> <jvmArguments>--add-opens java.base/java.lang=ALL-UNNAMED</jvmArguments> </configuration> </plugin> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>3.1.8</version> <executions> <execution> <id>analyze-deploy</id> <phase>deploy</phase> <goals> <goal>check</goal> </goals> </execution> </executions> <configuration> <effort>more</effort> <jvmArgs>--add-opens java.base/java.lang=ALL-UNNAMED --illegal-access=deny</jvmArgs> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.2</version> <executions> <execution> <id>prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> </executions> </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> <configuration> <argLine>--add-opens java.base/java.lang=ALL-UNNAMED --illegal-access=deny</argLine> </configuration> </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> <argLine>--add-opens java.base/java.lang=ALL-UNNAMED --illegal-access=deny</argLine> </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/core-next/spot-instrumentation/.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> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> <executions> <execution> <id>default-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> <autoDropAfterRelease>true</autoDropAfterRelease> <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure> <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> <stagingProfileId>5f2e64bdcef503</stagingProfileId> <stagingDescription>spOt staging repo</stagingDescription> <sslInsecure>true</sslInsecure> <sslAllowAll>true</sslAllowAll> </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> <execute> <runOnIncremental>false</runOnIncremental> <runOnConfiguration>true</runOnConfiguration> </execute> </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> <ignore /> </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> <ignore /> </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> <pluginExecution> <pluginExecutionFilter> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <versionRange>[2.0.0,)</versionRange> <goals> <goal>revision</goal> <goal>validateRevision</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>false</runOnIncremental> <runOnConfiguration>true</runOnConfiguration> </execute> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> </plugin> </plugins> </build> <reporting> <outputDirectory>/home/travis/build/spot-next/core-next/spot-instrumentation/target/site</outputDirectory> <plugins> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> </plugin> <plugin> <artifactId>maven-jxr-plugin</artifactId> <version>3.0.0</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.0.0</version> <configuration> <configLocation>config/sun_checks.xml</configLocation> </configuration> </plugin> </plugins> </reporting> </project>