Skip to content

Commit aa07537

Browse files
committed
Based on apache#632 , make sure local deploy successfully.
1 parent e6bb08e commit aa07537

File tree

18 files changed

+18
-0
lines changed

18 files changed

+18
-0
lines changed

apm-application-toolkit/apm-toolkit-log4j-1.x/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<executions>
5050
<execution>
5151
<id>attach-sources</id>
52+
<phase>none</phase>
5253
<goals>
5354
<goal>jar</goal>
5455
</goals>

apm-application-toolkit/apm-toolkit-log4j-2.x/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<executions>
5050
<execution>
5151
<id>attach-sources</id>
52+
<phase>none</phase>
5253
<goals>
5354
<goal>jar</goal>
5455
</goals>

apm-application-toolkit/apm-toolkit-logback-1.x/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<executions>
5050
<execution>
5151
<id>attach-sources</id>
52+
<phase>none</phase>
5253
<goals>
5354
<goal>jar</goal>
5455
</goals>

apm-application-toolkit/apm-toolkit-trace/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<executions>
4242
<execution>
4343
<id>attach-sources</id>
44+
<phase>none</phase>
4445
<goals>
4546
<goal>jar</goal>
4647
</goals>

apm-sniffer/apm-sdk-plugin/dubbo-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
<executions>
149149
<execution>
150150
<id>attach-sources</id>
151+
<phase>none</phase>
151152
<goals>
152153
<goal>jar</goal>
153154
</goals>

apm-sniffer/apm-sdk-plugin/h2-1.x-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<executions>
6565
<execution>
6666
<id>attach-sources</id>
67+
<phase>none</phase>
6768
<goals>
6869
<goal>jar</goal>
6970
</goals>

apm-sniffer/apm-sdk-plugin/jdbc-commons/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<executions>
5959
<execution>
6060
<id>attach-sources</id>
61+
<phase>none</phase>
6162
<goals>
6263
<goal>jar</goal>
6364
</goals>

apm-sniffer/apm-sdk-plugin/mongodb-2.x-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<executions>
6161
<execution>
6262
<id>attach-sources</id>
63+
<phase>none</phase>
6364
<goals>
6465
<goal>jar</goal>
6566
</goals>

apm-sniffer/apm-sdk-plugin/mongodb-3.x-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<executions>
5555
<execution>
5656
<id>attach-sources</id>
57+
<phase>none</phase>
5758
<goals>
5859
<goal>jar</goal>
5960
</goals>

apm-sniffer/apm-sdk-plugin/mysql-5.x-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<executions>
7171
<execution>
7272
<id>attach-sources</id>
73+
<phase>none</phase>
7374
<goals>
7475
<goal>jar</goal>
7576
</goals>

0 commit comments

Comments
 (0)