Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Try to release bookkeepr via mvn #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 14 additions & 15 deletions bookkeeper-benchmark/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='UTF-8'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
Expand All @@ -15,15 +15,14 @@
See the License for the specific language governing permissions and
limitations under the License.
-->

<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>bookkeeper</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<version>4.15.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper-benchmark</artifactId>
<name>Apache BookKeeper :: Benchmark</name>
<properties>
Expand All @@ -50,32 +49,32 @@
<scope>test</scope>
</dependency>
<dependency>
<!-- needed by ZooKeeper server -->
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<scope>test</scope>
<!-- needed by ZooKeeper server -->
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<!-- needed by ZooKeeper server -->
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<scope>test</scope>
<!-- needed by ZooKeeper server -->
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper-server</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper-common</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper-server</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
Expand Down
6 changes: 3 additions & 3 deletions bookkeeper-common-allocator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
Expand All @@ -18,14 +18,14 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>bookkeeper-common-allocator</artifactId>
<name>Apache BookKeeper :: Common :: Allocator</name>
<dependencies>
<dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</dependency>
Expand Down
15 changes: 9 additions & 6 deletions bookkeeper-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
Expand All @@ -18,7 +18,7 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper</artifactId>
<version>4.15.0-SNAPSHOT</version>
</parent>
Expand All @@ -31,7 +31,7 @@
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>cpu-affinity</artifactId>
<version>${project.parent.version}</version>
</dependency>
Expand Down Expand Up @@ -83,19 +83,22 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>${log4j.version}</version>
<scope>test</scope> <!-- There are tests that rely on this binding in their test logic -->
<scope>test</scope>
<!-- There are tests that rely on this binding in their test logic -->
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
<scope>test</scope> <!-- There are tests that rely on this binding in their test logic -->
<scope>test</scope>
<!-- There are tests that rely on this binding in their test logic -->
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
<scope>test</scope> <!-- There are tests that rely on this binding in their test logic -->
<scope>test</scope>
<!-- There are tests that rely on this binding in their test logic -->
</dependency>
</dependencies>
<build>
Expand Down
64 changes: 38 additions & 26 deletions bookkeeper-dist/all/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--

Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -22,29 +23,25 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>bookkeeper-dist</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<version>4.15.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<artifactId>bookkeeper-dist-all</artifactId>
<packaging>jar</packaging>
<name>Apache BookKeeper :: Dist (All)</name>

<dependencies>
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper-server</artifactId>
<version>${project.version}</version>
</dependency>

<!-- bookkeeper.stats -->
<dependency>
<groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>bookkeeper-stats-api</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>codahale-metrics-provider</artifactId>
Expand All @@ -55,7 +52,6 @@
<artifactId>prometheus-metrics-provider</artifactId>
<version>${project.version}</version>
</dependency>

<!-- bookkeeper.http -->
<dependency>
<groupId>org.apache.bookkeeper.http</groupId>
Expand All @@ -67,36 +63,30 @@
<artifactId>vertx-http-server</artifactId>
<version>${project.version}</version>
</dependency>

<!-- bookkeeper.tools (new CLI) -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper-tools</artifactId>
<version>${project.version}</version>
</dependency>

<!-- dlog -->
<dependency>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog-core</artifactId>
<version>${project.version}</version>
</dependency>


<!-- stream.storage -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-server</artifactId>
<version>${project.version}</version>
<groupId>io.streamnative</groupId>
<artifactId>stream-storage-server</artifactId>
<version>${project.version}</version>
</dependency>

<!-- bookkeeper benchmark -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper-benchmark</artifactId>
<version>${project.version}</version>
</dependency>

<!-- slf4j binding -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -110,19 +100,17 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>

<dependency>
<!-- needed by ZooKeeper server -->
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<!-- needed by ZooKeeper server -->
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</dependency>
<dependency>
<!-- needed by ZooKeeper server -->
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<!-- needed by ZooKeeper server -->
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -154,6 +142,30 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
33 changes: 27 additions & 6 deletions bookkeeper-dist/bkctl/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--

Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -22,19 +23,17 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>bookkeeper-dist</artifactId>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<version>4.15.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<artifactId>bkctl</artifactId>
<packaging>jar</packaging>
<name>Apache BookKeeper :: Dist (Bkctl)</name>

<dependencies>
<!-- bookkeeper.tools (new CLI) -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bookkeeper-tools</artifactId>
<version>${project.version}</version>
<exclusions>
Expand All @@ -44,7 +43,6 @@
</exclusion>
</exclusions>
</dependency>

<!-- slf4j binding -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -59,7 +57,6 @@
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -91,6 +88,30 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Loading