This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-8
lines changed
Expand file tree Collapse file tree 2 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 77 <packaging >pom</packaging >
88 <name >GAX (Google Api eXtensions) for Java (BOM)</name >
99 <description >Google Api eXtensions for Java (BOM)</description >
10- < url >https://github.com/googleapis/gax-java</ url >
11- <licenses >
12- <license >
13- < name >BSD</ name >
14- < url >https://github.com/googleapis/gax-java/blob/master/LICENSE</ url >
15- </ license >
16- </ licenses >
10+
11+ <parent >
12+ <groupId >com.google.cloud</ groupId >
13+ < artifactId >google-cloud-shared-config</ artifactId >
14+ < version >1.5.4</ version >
15+ </ parent >
16+
1717 <developers >
1818 <developer >
1919 <id >GoogleAPIs</id >
2424 <organizationUrl >https://www.google.com</organizationUrl >
2525 </developer >
2626 </developers >
27+
2728 <scm >
2829 <connection >scm:git:https://github.com/googleapis/gax-java.git</connection >
2930 <url >https://github.com/googleapis/gax-java</url >
3031 </scm >
32+
33+ <licenses >
34+ <license >
35+ <name >BSD</name >
36+ <url >https://github.com/googleapis/gax-java/blob/master/LICENSE</url >
37+ </license >
38+ </licenses >
39+
3140 <dependencyManagement >
3241 <dependencies >
3342 <dependency >
6574 </dependency >
6675 </dependencies >
6776 </dependencyManagement >
77+
78+ <build >
79+ <plugins >
80+ <plugin >
81+ <groupId >org.apache.maven.plugins</groupId >
82+ <artifactId >maven-checkstyle-plugin</artifactId >
83+ <configuration >
84+ <skip >true</skip >
85+ </configuration >
86+ </plugin >
87+ </plugins >
88+ </build >
6889</project >
Original file line number Diff line number Diff line change 55<module name =" Checker" >
66 <module name =" RegexpHeader" >
77 <property name =" fileExtensions" value =" java" />
8- <property name =" headerFile" value =" java .header" />
8+ <property name =" headerFile" value =" ${checkstyle .header.file} " />
99 </module >
1010</module >
You can’t perform that action at this time.
0 commit comments