Skip to content

Commit

Permalink
[#noissue] Cleanup testweb
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed May 8, 2023
1 parent c9779f1 commit f9a586c
Show file tree
Hide file tree
Showing 25 changed files with 265 additions and 70 deletions.
8 changes: 8 additions & 0 deletions agent-testweb/agent-proxy-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/agentsdk-async-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/cassandra3-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/cassandra4-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/dubbo-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/elasticsearch-8-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/elasticsearch-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/httpclient4-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/httpclient5-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/jdk-http-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/kafka-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
9 changes: 9 additions & 0 deletions agent-testweb/mongodb-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,13 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/mongodb-reactive-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,12 @@

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/paho-mqtt-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
36 changes: 19 additions & 17 deletions agent-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,24 +99,26 @@
</dependencyManagement>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>${spring-boot-build-skip}</skip>
<executable>true</executable>
<attach>${spring-boot-maven-plugin.attatch}</attach>
<classifier>exec</classifier>
<jvmArguments>${pinpoint.agent.jvmargument}</jvmArguments>
<agents>${maven.multiModuleProjectDirectory}/agent/target/pinpoint-agent-${project.version}/pinpoint-bootstrap.jar</agents>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>${spring-boot-build-skip}</skip>
<executable>true</executable>
<attach>${spring-boot-maven-plugin.attatch}</attach>
<classifier>exec</classifier>
<jvmArguments>${pinpoint.agent.jvmargument}</jvmArguments>
<agents>${maven.multiModuleProjectDirectory}/agent/target/pinpoint-agent-${project.version}/pinpoint-bootstrap.jar</agents>

<commandlineArguments>
</commandlineArguments>
<commandlineArguments>
</commandlineArguments>

<fork>true</fork>
</configuration>
</plugin>
</plugins>
<fork>true</fork>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/postgresql-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/reactor-netty-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/reactor-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions agent-testweb/redis-lettuce-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,12 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Loading

0 comments on commit f9a586c

Please sign in to comment.