We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea7d57 commit a910892Copy full SHA for a910892
dependencies/pom.xml
@@ -121,6 +121,22 @@
121
</dependencies>
122
123
<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>
140
<profile>
141
<id>java8-incompatible-reference-check</id>
142
<build>
0 commit comments