agent-bootstrap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.bithon.agent</groupId>
<artifactId>agent-bootstrap</artifactId>
<version>1.1.0-RELEASE</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>
<parent>
<groupId>org.bithon.agent</groupId>
<artifactId>agent</artifactId>
<version>1.1.0-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>agent-bootstrap</artifactId>
<dependencies>
<dependency>
<groupId>org.bithon.shaded</groupId>
<artifactId>shaded-bytebuddy</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<!-- <scm><!– buildnumber插件需要先设置为空 –>-->
<!-- <connection>scm:git:ssh://</connection>-->
<!-- <developerConnection>scm:git:ssh://</developerConnection>-->
<!-- <url>http://</url>-->
<!-- </scm>-->
<build>
<finalName>${project.artifactId}</finalName>
<sourceDirectory>src/main/java</sourceDirectory>
<!-- 打包版本号 -->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.codehaus.mojo</groupId>-->
<!-- <artifactId>buildnumber-maven-plugin</artifactId>-->
<!-- <version>1.4</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>bn1</id>-->
<!-- <goals>-->
<!-- <!– 创建${buildNumber} –>-->
<!-- <goal>create</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- <execution>-->
<!-- <id>bn2</id>-->
<!-- <goals>-->
<!-- <!– 创建时间戳${buildtimestamp} –>-->
<!-- <goal>create-timestamp</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <!– 指定时间戳变量名 –>-->
<!-- <timestampPropertyName>buildtimestamp</timestampPropertyName>-->
<!-- <!– 指定日期格式 –>-->
<!-- <timestampFormat>yyyy-MM-dd HH:mm:ss</timestampFormat>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<!-- <plugin>-->
<!-- <groupId>org.codehaus.mojo</groupId>-->
<!-- <artifactId>templating-maven-plugin</artifactId>-->
<!-- <version>1.0.0</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>filtering-java-templates</id>-->
<!-- <goals>-->
<!-- <goal>filter-sources</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<!-- </plugins>-->
</build>
</project>