aws-xray-agent-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sonatype.central.testing.amazon</groupId>
<artifactId>aws-xray-agent-plugin</artifactId>
<version>1.0.0-test</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>com.sonatype.central.testing.amazon</groupId>
<artifactId>aws-xray-agent-plugin</artifactId>
<version>1.0.0-test</version>
<name>AWS X-Ray Java Agent as a DiSCo Plugin</name>
<description>The AWS X-Ray Auto-Instrumentation Agent for Java is a Java agent that automatically instruments your code to use X-Ray tracing.</description>
<url>https://aws.amazon.com/documentation/xray/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://aws.amazon.com/apache2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>amazonwebservices</id>
<organization>Amazon Web Services</organization>
<organizationUrl>https://aws.amazon.com</organizationUrl>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<id>armiros</id>
<name>William Armiros</name>
<email>armiros@amazon.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/aws/aws-xray-java-agent.git</url>
</scm>
</project>