Skip to content

Commit 4cb2fdc

Browse files
committed
Handle other demos like demo project
1 parent baca58c commit 4cb2fdc

2 files changed

Lines changed: 12 additions & 64 deletions

File tree

  • spring-data-eclipse-store-benchmark
  • spring-data-eclipse-store-jpa

spring-data-eclipse-store-benchmark/pom.xml

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>com.xdev-software</groupId>
5+
<parent>
6+
<groupId>software.xdev</groupId>
7+
<artifactId>spring-data-eclipse-store-root</artifactId>
8+
<version>1.0.8-SNAPSHOT</version>
9+
</parent>
10+
611
<artifactId>spring-data-eclipse-store-benchmark</artifactId>
712
<version>1.0.8-SNAPSHOT</version>
813
<packaging>jar</packaging>
@@ -83,35 +88,4 @@
8388
</plugin>
8489
</plugins>
8590
</build>
86-
<profiles>
87-
<profile>
88-
<id>checkstyle</id>
89-
<build>
90-
<plugins>
91-
<plugin>
92-
<groupId>org.apache.maven.plugins</groupId>
93-
<artifactId>maven-checkstyle-plugin</artifactId>
94-
<version>3.4.0</version>
95-
<dependencies>
96-
<dependency>
97-
<groupId>com.puppycrawl.tools</groupId>
98-
<artifactId>checkstyle</artifactId>
99-
<version>10.17.0</version>
100-
</dependency>
101-
</dependencies>
102-
<configuration>
103-
<configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
104-
</configuration>
105-
<executions>
106-
<execution>
107-
<goals>
108-
<goal>check</goal>
109-
</goals>
110-
</execution>
111-
</executions>
112-
</plugin>
113-
</plugins>
114-
</build>
115-
</profile>
116-
</profiles>
11791
</project>

spring-data-eclipse-store-jpa/pom.xml

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>software.xdev</groupId>
7+
<parent>
8+
<groupId>software.xdev</groupId>
9+
<artifactId>spring-data-eclipse-store-root</artifactId>
10+
<version>1.0.8-SNAPSHOT</version>
11+
</parent>
12+
813
<artifactId>spring-data-eclipse-store-jpa</artifactId>
914
<version>1.0.8-SNAPSHOT</version>
1015
<packaging>jar</packaging>
@@ -110,35 +115,4 @@
110115
</plugin>
111116
</plugins>
112117
</build>
113-
<profiles>
114-
<profile>
115-
<id>checkstyle</id>
116-
<build>
117-
<plugins>
118-
<plugin>
119-
<groupId>org.apache.maven.plugins</groupId>
120-
<artifactId>maven-checkstyle-plugin</artifactId>
121-
<version>3.4.0</version>
122-
<dependencies>
123-
<dependency>
124-
<groupId>com.puppycrawl.tools</groupId>
125-
<artifactId>checkstyle</artifactId>
126-
<version>10.17.0</version>
127-
</dependency>
128-
</dependencies>
129-
<configuration>
130-
<configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
131-
</configuration>
132-
<executions>
133-
<execution>
134-
<goals>
135-
<goal>check</goal>
136-
</goals>
137-
</execution>
138-
</executions>
139-
</plugin>
140-
</plugins>
141-
</build>
142-
</profile>
143-
</profiles>
144118
</project>

0 commit comments

Comments
 (0)