File tree 4 files changed +4
-31
lines changed
4 files changed +4
-31
lines changed Original file line number Diff line number Diff line change 168
168
</plugin >
169
169
</plugins >
170
170
</build >
171
- <profiles >
172
- <profile >
173
- <id >java8</id >
174
- <activation >
175
- <jdk >1.8</jdk >
176
- </activation >
177
- <properties >
178
- <argLine >-Xmx${heapSize} -Xms${heapSize} -Dstorage.diskCache.bufferSize=4096
179
- </argLine >
180
- </properties >
181
- </profile >
182
- <profile >
183
- <id >java11</id >
184
- <activation >
185
- <jdk >[11,)</jdk >
186
- </activation >
187
- <properties >
188
- <argLine >-Xmx${heapSize} -Xms${heapSize} -Dstorage.diskCache.bufferSize=4096
189
- --add-opens jdk.unsupported/sun.misc=ALL-UNNAMED --add-opens java.base/sun.security.x509=ALL-UNNAMED
190
- </argLine >
191
-
192
- </properties >
193
- </profile >
194
-
195
- <profile >
196
- <id >qa</id >
171
+ <profiles >
172
+ <profile >
173
+ <id >qa</id >
197
174
198
175
<build >
199
176
<plugins >
216
193
<imageTag >${project.version} </imageTag >
217
194
</imageTags >
218
195
<dockerDirectory >${project.basedir} /docker</dockerDirectory >
219
- <!-- copy the service's jar file from target into the root directory of the image -->
196
+ <!-- copy the service's jar file from target into the root directory of the image -->
220
197
<resources >
221
198
<resource >
222
199
<targetPath >/</targetPath >
Original file line number Diff line number Diff line change 6
6
<version >4.0.0-SNAPSHOT</version >
7
7
<relativePath >../</relativePath >
8
8
</parent >
9
- <groupId >com.orientechnologies</groupId >
10
9
<artifactId >orientdb-gremlin</artifactId >
11
10
12
11
<name >Apache TinkerPop :: OrientDB Gremlin</name >
151
150
<plugin >
152
151
<groupId >org.apache.maven.plugins</groupId >
153
152
<artifactId >maven-failsafe-plugin</artifactId >
154
- <version >3.5.2</version >
155
153
<configuration >
156
154
<forkedProcessTimeoutInSeconds >0</forkedProcessTimeoutInSeconds >
157
155
<redirectTestOutputToFile >true</redirectTestOutputToFile >
Original file line number Diff line number Diff line change 18
18
</parent >
19
19
<name >OrientDB Gremlin</name >
20
20
<artifactId >orientdb-gremlin-parent</artifactId >
21
- <version >4.0.0-SNAPSHOT</version >
22
21
<packaging >pom</packaging >
23
22
24
23
<modules >
Original file line number Diff line number Diff line change 8
8
<version >4.0.0-SNAPSHOT</version >
9
9
<relativePath >../</relativePath >
10
10
</parent >
11
- <groupId >com.orientechnologies</groupId >
12
11
<name >OrientDB Gremlin Server Plugin</name >
13
12
<artifactId >orientdb-gremlin-server</artifactId >
14
13
You can’t perform that action at this time.
0 commit comments