Skip to content

Commit 547e5b7

Browse files
committed
Adding IntelliJ profile to gRPC plugin pom
1 parent 3bb2043 commit 547e5b7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apm-agent-plugins/apm-grpc/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@
3939
</build>
4040

4141
<profiles>
42+
<profile>
43+
<id>IntelliJ</id>
44+
<activation>
45+
<activeByDefault>true</activeByDefault>
46+
</activation>
47+
<modules>
48+
<module>apm-grpc-plugin</module>
49+
<module>apm-grpc-test-1.6.1</module>
50+
<!-- other intermediate gRPC versions that have been tested : 1.7.1, 1,9.1, 1.13.2, 1.22.0, 1.23.0, 1.27.1 -->
51+
<module>apm-grpc-test-latest</module>
52+
</modules>
53+
</profile>
4254
<profile>
4355
<id>default</id>
4456
<activation>

0 commit comments

Comments
 (0)