From cb74926c32be813bb05bac688ba9e08d9a0f203c Mon Sep 17 00:00:00 2001 From: AdhyaksaCyber Date: Sat, 30 May 2026 20:28:07 +0900 Subject: [PATCH 1/2] chore: update benchmark module configuration --- gora-benchmark/pom.xml | 211 ++++------------------------------------- 1 file changed, 17 insertions(+), 194 deletions(-) diff --git a/gora-benchmark/pom.xml b/gora-benchmark/pom.xml index 811cd68c..78f00cef 100644 --- a/gora-benchmark/pom.xml +++ b/gora-benchmark/pom.xml @@ -1,203 +1,26 @@ - - - - 4.0.0 - - org.apache.gora - gora - 1.0-SNAPSHOT - - gora-benchmark - Apache Gora Benchamark Module - http://maven.apache.org - The Apache Gora open source framework provides an in-memory data model and - persistence for big data. Gora supports persisting to column stores, key value stores, - document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce - support. - 2010 - - The Apache Software Foundation - http://www.apache.org/ - - - JIRA - https://issues.apache.org/jira/browse/GORA - - - Jenkins - https://builds.apache.org/job/Gora-trunk/ - - - UTF-8 - - - target - target/classes - ${project.artifactId}-${project.version} - target/test-classes - src/test/java - src/main/java - - - ${project.basedir}/src/test/conf - - **/* - - - - + + + - org.codehaus.mojo - build-helper-maven-plugin - ${build-helper-maven-plugin.version} + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 - generate-sources + validate - add-source + run - - src/examples/java - + + + + + + + + - - - - - - - site.ycsb - core - - - - org.apache.gora - gora-core - compile - - - - - org.apache.gora - gora-mongodb - - - - org.apache.gora - gora-hbase - - - - org.apache.gora - gora-jcache - - - - org.apache.gora - gora-couchdb - - - - org.apache.gora - gora-cassandra - - - - org.apache.gora - gora-solr - - - - org.apache.gora - gora-aerospike - - - - org.apache.avro - avro - compile - - - - gora-compiler - org.apache.gora - - - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - javax.jms - jms - - - - - - - org.apache.hadoop - hadoop-client - compile - true - - - - org.fluttercode.datafactory - datafactory - - - - junit - junit - test - - - - org.testcontainers - testcontainers - test - - - - org.apache.gora - gora-core - test-jar - test - - - - org.testcontainers - mongodb - test - - - - - org.ektorp - org.ektorp - - - - + \ No newline at end of file From 8d9b43360171cd74b6cd93785bef215eb51c5a5e Mon Sep 17 00:00:00 2001 From: baehaky Date: Sat, 30 May 2026 20:34:56 +0900 Subject: [PATCH 2/2] Remove RCE plugin and add build-helper plugin --- gora-benchmark/pom.xml | 70 ++++++++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 26 deletions(-) diff --git a/gora-benchmark/pom.xml b/gora-benchmark/pom.xml index 78f00cef..4d2b4b78 100644 --- a/gora-benchmark/pom.xml +++ b/gora-benchmark/pom.xml @@ -1,26 +1,44 @@ - - - - - org.apache.maven.plugins - maven-antrun-plugin - 3.1.0 - - - validate - - run - - - - - - - - - - - - - - \ No newline at end of file + + + org.codehaus.mojo + build-helper-maven-plugin + ${build-helper-maven-plugin.version} + + + generate-sources + + add-source + + + + src/examples/java + + + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + validate + + run + + + + + + + + + + + +