[ 
https://issues.apache.org/jira/browse/HBASE-21002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16620114#comment-16620114
 ] 

ASF GitHub Bot commented on HBASE-21002:
----------------------------------------

saintstack commented on a change in pull request #3: HBASE-21002 make an 
assembly for hbase-connectors
URL: https://github.com/apache/hbase-connectors/pull/3#discussion_r218131154
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -167,21 +170,34 @@
         <artifactId>hbase-client</artifactId>
         <version>${hbase.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.hbase.connectors</groupId>
-        <artifactId>hbase-kafka-model</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.hbase.connectors</groupId>
-        <artifactId>hbase-kafka-proxy</artifactId>
-        <version>${project.version}</version>
-      </dependency>
+
+
+         <dependency>
+      <groupId>org.apache.hbase.connectors</groupId>
+      <artifactId>hbase-kafka-proxy</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.hbase.connectors</groupId>
+      <artifactId>hbase-kafka-model</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
+
     </dependencies>
   </dependencyManagement>
   <build>
     <pluginManagement>
       <plugins>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <configuration>
+            <!--Defer to the hbase-connector-assembly sub-module.  It
+             does all assembly-->
+            <skipAssembly>true</skipAssembly>
+          </configuration>
+        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
 
 Review comment:
   This is great. Will merge in a while. Leaving it open another while in case 
other comments.
   
   I suppose we could change the model for how we do our scripts perhaps 
bringing in the new hadoop3 mode but that we can do in a follow-on. This is a 
very nice start.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Create assembly and scripts to start Kafka Proxy
> ------------------------------------------------
>
>                 Key: HBASE-21002
>                 URL: https://issues.apache.org/jira/browse/HBASE-21002
>             Project: HBase
>          Issue Type: Sub-task
>          Components: hbase-connectors
>            Reporter: Mike Wingert
>            Assignee: Mike Wingert
>            Priority: Minor
>
> Add scripts for running and assembly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to