Skip to content

Commit 1d0e728

Browse files
authored
ci: Add exec-linkage-checker maven profile to run linkage checker (#2398)
1 parent 3ea7d57 commit 1d0e728

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dependencies/pom.xml

+16
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,22 @@
121121
</dependencies>
122122

123123
<profiles>
124+
<profile>
125+
<id>exec-linkage-checker</id>
126+
<build>
127+
<plugins>
128+
<plugin>
129+
<groupId>org.codehaus.mojo</groupId>
130+
<artifactId>exec-maven-plugin</artifactId>
131+
<version>3.5.0</version>
132+
<configuration>
133+
<skip>false</skip>
134+
<mainClass>com.google.cloud.tools.opensource.classpath.LinkageCheckerMain</mainClass>
135+
</configuration>
136+
</plugin>
137+
</plugins>
138+
</build>
139+
</profile>
124140
<profile>
125141
<id>java8-incompatible-reference-check</id>
126142
<build>

0 commit comments

Comments
 (0)