Skip to content

Commit

Permalink
[build] update group id to site.ycsb (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
busbey authored Sep 19, 2019
1 parent cc165f2 commit fd29cda
Show file tree
Hide file tree
Showing 76 changed files with 191 additions and 191 deletions.
2 changes: 1 addition & 1 deletion accumulo1.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Git clone YCSB and compile:

git clone http://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl com.yahoo.ycsb:accumulo1.6-binding -am clean package
mvn -pl site.ycsb:accumulo1.6-binding -am clean package

### 3. Create the Accumulo table

Expand Down
4 changes: 2 additions & 2 deletions accumulo1.6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LICENSE file.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand Down Expand Up @@ -54,7 +54,7 @@ LICENSE file.
</exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion accumulo1.7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Git clone YCSB and compile:

git clone http://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl com.yahoo.ycsb:accumulo1.7-binding -am clean package
mvn -pl site.ycsb:accumulo1.7-binding -am clean package

### 3. Create the Accumulo table

Expand Down
4 changes: 2 additions & 2 deletions accumulo1.7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LICENSE file.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand Down Expand Up @@ -54,7 +54,7 @@ LICENSE file.
</exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion accumulo1.8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Git clone YCSB and compile:

git clone http://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl com.yahoo.ycsb:accumulo1.8-binding -am clean package
mvn -pl site.ycsb:accumulo1.8-binding -am clean package

### 3. Create the Accumulo table

Expand Down
4 changes: 2 additions & 2 deletions accumulo1.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LICENSE file.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand Down Expand Up @@ -54,7 +54,7 @@ LICENSE file.
</exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion aerospike/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Git clone YCSB and compile:

git clone http://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl com.yahoo.ycsb:aerospike-binding -am clean package
mvn -pl site.ycsb:aerospike-binding -am clean package

### 4. Provide Aerospike Connection Parameters

Expand Down
4 changes: 2 additions & 2 deletions aerospike/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LICENSE file.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand All @@ -36,7 +36,7 @@ LICENSE file.
<version>${aerospike.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions arangodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LICENSE file.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand All @@ -37,7 +37,7 @@ LICENSE file.
<version>${arangodb.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions asynchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LICENSE file.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent/</relativePath>
Expand All @@ -39,7 +39,7 @@ LICENSE file.
</dependency>

<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions azurecosmos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LICENSE file.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand Down Expand Up @@ -55,7 +55,7 @@ LICENSE file.
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion azuretablestorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Git clone YCSB and compile:

git clone http://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl com.yahoo.ycsb:azuretablestorage-binding -am clean package
mvn -pl site.ycsb:azuretablestorage-binding -am clean package

### 4. Provide Azure Storage parameters

Expand Down
4 changes: 2 additions & 2 deletions azuretablestorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LICENSE file.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand All @@ -32,7 +32,7 @@ LICENSE file.

<dependencies>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions bin/ycsb
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ def is_distribution():
# Given module is full module name eg. 'core' or 'couchbase-binding'
def get_classpath_from_maven(module):
try:
debug("Running 'mvn -pl com.yahoo.ycsb:" + module + " -am package -DskipTests "
debug("Running 'mvn -pl site.ycsb:" + module + " -am package -DskipTests "
"dependency:build-classpath -DincludeScope=compile -Dmdep.outputFilterFile=true'")
mvn_output = check_output(["mvn", "-pl", "com.yahoo.ycsb:" + module,
mvn_output = check_output(["mvn", "-pl", "site.ycsb:" + module,
"-am", "package", "-DskipTests",
"dependency:build-classpath",
"-DincludeScope=compile",
Expand Down
2 changes: 1 addition & 1 deletion bin/ycsb.bat
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ SET MVN_PROJECT=core
:gotMvnProject

ECHO [WARN] YCSB libraries not found. Attempting to build...
CALL mvn -Psource-run -pl com.yahoo.ycsb:%MVN_PROJECT% -am package -DskipTests
CALL mvn -Psource-run -pl site.ycsb:%MVN_PROJECT% -am package -DskipTests
IF %ERRORLEVEL% NEQ 0 (
ECHO [ERROR] Error trying to build project. Exiting.
GOTO exit
Expand Down
2 changes: 1 addition & 1 deletion bin/ycsb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ else
fi

echo "[WARN] YCSB libraries not found. Attempting to build..."
if mvn -Psource-run -pl com.yahoo.ycsb:"$MVN_PROJECT" -am package -DskipTests; then
if mvn -Psource-run -pl site.ycsb:"$MVN_PROJECT" -am package -DskipTests; then
echo "[ERROR] Error trying to build project. Exiting."
exit 1;
fi
Expand Down
4 changes: 2 additions & 2 deletions binding-parent/datastore-specific-descriptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LICENSE file.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>root</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
Expand All @@ -35,7 +35,7 @@ LICENSE file.
</description>
<dependencies>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ LICENSE file.
<dependencySet>
<outputDirectory>lib</outputDirectory>
<includes>
<include>com.yahoo.ycsb:core</include>
<include>site.ycsb:core</include>
</includes>
<scope>provided</scope>
<useTransitiveFiltering>true</useTransitiveFiltering>
Expand Down
4 changes: 2 additions & 2 deletions binding-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LICENSE file.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>root</artifactId>
<version>0.17.0-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -53,7 +53,7 @@ LICENSE file.
<version>${maven.assembly.version}</version>
<dependencies>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>datastore-specific-descriptor</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LICENSE file.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand All @@ -44,7 +44,7 @@ LICENSE file.
<version>${cassandra.cql.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions cloudspanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LICENSE file.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent/</relativePath>
Expand All @@ -43,7 +43,7 @@ LICENSE file.
</dependency>

<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LICENSE file.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>root</artifactId>
<version>0.17.0-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LICENSE file.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand All @@ -37,7 +37,7 @@ LICENSE file.
<version>${couchbase.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions couchbase2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LICENSE file.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand All @@ -38,7 +38,7 @@ LICENSE file.
<version>${couchbase2.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion crail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Git clone YCSB and compile:

git clone http://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl com.yahoo.ycsb:crail-binding -am clean package
mvn -pl site.ycsb:crail-binding -am clean package

### 4. Provide Crail Connection Parameters

Expand Down
4 changes: 2 additions & 2 deletions crail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LICENSE file.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>binding-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<relativePath>../binding-parent</relativePath>
Expand Down Expand Up @@ -56,7 +56,7 @@ LICENSE file.
<version>${crail.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<groupId>site.ycsb</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
Expand Down
Loading

0 comments on commit fd29cda

Please sign in to comment.