Skip to content

Commit ef2e2da

Browse files
committed
[pinpoint-apm#10757] Add pinpoint-plugins-test-module to agent-module
1 parent bb90c63 commit ef2e2da

File tree

168 files changed

+66
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+66
-12
lines changed

‎agent-module/plugins-it/pom.xml‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929

3030
<packaging>pom</packaging>
3131
<modules>
32-
<module>plugins-it-utils</module>
33-
<module>plugins-it-utils-jdbc</module>
34-
3532
<module>activemq-it</module>
3633
<module>cassandra-it</module>
3734
<module>clickhouse-jdbc-it</module>
@@ -83,8 +80,8 @@
8380
<properties>
8481
<spring.version>${spring5.version}</spring.version>
8582

86-
<!-- <maven.install.skip>true</maven.install.skip>-->
87-
<!-- <maven.deploy.skip>true</maven.deploy.skip>-->
83+
<maven.install.skip>true</maven.install.skip>
84+
<maven.deploy.skip>true</maven.deploy.skip>
8885
</properties>
8986

9087
<dependencyManagement>
@@ -160,7 +157,7 @@
160157
<groupId>org.apache.maven.plugins</groupId>
161158
<artifactId>maven-jar-plugin</artifactId>
162159
<configuration>
163-
<!-- <skipIfEmpty>true</skipIfEmpty>-->
160+
<skipIfEmpty>true</skipIfEmpty>
164161
</configuration>
165162
</plugin>
166163
</plugins>

‎agent-module/plugins-it/plugins-it-utils-jdbc/pom.xml‎ renamed to ‎agent-module/plugins-test-module/plugins-it-utils-jdbc/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>com.navercorp.pinpoint</groupId>
23-
<artifactId>pinpoint-plugins-it</artifactId>
23+
<artifactId>pinpoint-plugins-test-module</artifactId>
2424
<version>3.0.0-SNAPSHOT</version>
2525
</parent>
2626

0 commit comments

Comments
 (0)