Skip to content

Commit d7a3209

Browse files
committed
chore: removed legacy and duplicate configurations in poms
1 parent ff2d510 commit d7a3209

File tree

4 files changed

+4
-31
lines changed

4 files changed

+4
-31
lines changed

distribution/pom.xml

+4-27
Original file line numberDiff line numberDiff line change
@@ -168,32 +168,9 @@
168168
</plugin>
169169
</plugins>
170170
</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>
197174

198175
<build>
199176
<plugins>
@@ -216,7 +193,7 @@
216193
<imageTag>${project.version}</imageTag>
217194
</imageTags>
218195
<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 -->
220197
<resources>
221198
<resource>
222199
<targetPath>/</targetPath>

gremlin/driver/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<version>4.0.0-SNAPSHOT</version>
77
<relativePath>../</relativePath>
88
</parent>
9-
<groupId>com.orientechnologies</groupId>
109
<artifactId>orientdb-gremlin</artifactId>
1110

1211
<name>Apache TinkerPop :: OrientDB Gremlin</name>
@@ -151,7 +150,6 @@
151150
<plugin>
152151
<groupId>org.apache.maven.plugins</groupId>
153152
<artifactId>maven-failsafe-plugin</artifactId>
154-
<version>3.5.2</version>
155153
<configuration>
156154
<forkedProcessTimeoutInSeconds>0</forkedProcessTimeoutInSeconds>
157155
<redirectTestOutputToFile>true</redirectTestOutputToFile>

gremlin/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</parent>
1919
<name>OrientDB Gremlin</name>
2020
<artifactId>orientdb-gremlin-parent</artifactId>
21-
<version>4.0.0-SNAPSHOT</version>
2221
<packaging>pom</packaging>
2322

2423
<modules>

gremlin/server/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<version>4.0.0-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
11-
<groupId>com.orientechnologies</groupId>
1211
<name>OrientDB Gremlin Server Plugin</name>
1312
<artifactId>orientdb-gremlin-server</artifactId>
1413

0 commit comments

Comments
 (0)