Skip to content

Commit 5a5c773

Browse files
authored
Format with Google Code Format (#18)
Enforce Google Code Format
1 parent 31d96bf commit 5a5c773

File tree

3 files changed

+381
-354
lines changed

3 files changed

+381
-354
lines changed

apis/data-service/pom.xml

Lines changed: 69 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,77 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
34

4-
<parent>
5-
<artifactId>xflights-parent</artifactId>
6-
<groupId>sap.capire</groupId>
7-
<version>${revision}</version>
8-
<relativePath>../../</relativePath>
9-
</parent>
5+
<parent>
6+
<groupId>sap.capire</groupId>
7+
<artifactId>xflights-parent</artifactId>
8+
<version>${revision}</version>
9+
<relativePath>../../</relativePath>
10+
</parent>
1011

11-
<artifactId>xflights-data</artifactId>
12-
<packaging>jar</packaging>
13-
<name>xflights-data</name>
12+
<artifactId>xflights-data</artifactId>
13+
<packaging>jar</packaging>
14+
<name>xflights-data</name>
1415

15-
<distributionManagement>
16-
<repository>
17-
<id>github</id>
18-
<name>GitHub Packages</name>
19-
<url>https://maven.pkg.github.com/capire/xflights-java</url>
20-
</repository>
21-
</distributionManagement>
16+
<distributionManagement>
17+
<repository>
18+
<id>github</id>
19+
<name>GitHub Packages</name>
20+
<url>https://maven.pkg.github.com/capire/xflights-java</url>
21+
</repository>
22+
</distributionManagement>
2223

23-
<dependencies>
24-
<dependency>
25-
<groupId>com.sap.cds</groupId>
26-
<artifactId>cds-feature-remote-hcql</artifactId>
27-
</dependency>
28-
</dependencies>
24+
<dependencies>
25+
<dependency>
26+
<groupId>com.sap.cds</groupId>
27+
<artifactId>cds-feature-remote-hcql</artifactId>
28+
</dependency>
29+
</dependencies>
2930

30-
<build>
31-
<plugins>
32-
<plugin>
33-
<groupId>org.codehaus.mojo</groupId>
34-
<artifactId>flatten-maven-plugin</artifactId>
35-
<version>1.7.3</version>
36-
<configuration>
37-
<flattenMode>oss</flattenMode>
38-
</configuration>
39-
</plugin>
40-
<plugin>
41-
<groupId>com.sap.cds</groupId>
42-
<artifactId>cds-maven-plugin</artifactId>
43-
<executions>
44-
<execution>
45-
<id>cds.install-node</id>
46-
<goals>
47-
<goal>install-node</goal>
48-
</goals>
49-
</execution>
31+
<build>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.codehaus.mojo</groupId>
35+
<artifactId>flatten-maven-plugin</artifactId>
36+
<version>1.7.3</version>
37+
<configuration>
38+
<flattenMode>oss</flattenMode>
39+
</configuration>
40+
</plugin>
41+
<plugin>
42+
<groupId>com.sap.cds</groupId>
43+
<artifactId>cds-maven-plugin</artifactId>
44+
<executions>
45+
<execution>
46+
<id>cds.install-node</id>
47+
<goals>
48+
<goal>install-node</goal>
49+
</goals>
50+
</execution>
5051

51-
<execution>
52-
<id>cds.npm-ci</id>
53-
<goals>
54-
<goal>npm</goal>
55-
</goals>
56-
<configuration>
57-
<arguments>ci</arguments>
58-
</configuration>
59-
</execution>
52+
<execution>
53+
<id>cds.npm-ci</id>
54+
<goals>
55+
<goal>npm</goal>
56+
</goals>
57+
<configuration>
58+
<arguments>ci</arguments>
59+
</configuration>
60+
</execution>
6061

61-
<execution>
62-
<id>cds.export</id>
63-
<goals>
64-
<goal>cds</goal>
65-
</goals>
66-
<configuration>
67-
<commands>
68-
<command>export srv/data-service.cds -4 mvn -a cdl -2 ./apis/data-service/src/main/resources/cds/capire/xflights-data</command>
69-
</commands>
70-
</configuration>
71-
</execution>
72-
</executions>
73-
</plugin>
74-
</plugins>
75-
</build>
62+
<execution>
63+
<id>cds.export</id>
64+
<goals>
65+
<goal>cds</goal>
66+
</goals>
67+
<configuration>
68+
<commands>
69+
<command>export srv/data-service.cds -4 mvn -a cdl -2 ./apis/data-service/src/main/resources/cds/capire/xflights-data</command>
70+
</commands>
71+
</configuration>
72+
</execution>
73+
</executions>
74+
</plugin>
75+
</plugins>
76+
</build>
7677
</project>

0 commit comments

Comments
 (0)