You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by ey...@apache.org on 2019/03/31 22:35:18 UTC

[chukwa] branch master updated: CHUKWA-824. Fixed maven project setup. Contributed by Eric Yang

This is an automated email from the ASF dual-hosted git repository.

eyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/chukwa.git


The following commit(s) were added to refs/heads/master by this push:
     new 38742d2  CHUKWA-824.  Fixed maven project setup.  Contributed by Eric Yang
38742d2 is described below

commit 38742d250275529d07c1ff4f912a29b73a5985fb
Author: Eric Yang <ey...@localhost.localdomain>
AuthorDate: Sun Mar 31 15:34:41 2019 -0700

    CHUKWA-824.  Fixed maven project setup.  Contributed by Eric Yang
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 6c27025..225f99c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -72,7 +72,7 @@
 
     <groupId>org.apache.chukwa</groupId>
     <artifactId>chukwa-core</artifactId>
-    <packaging>pom</packaging>
+    <packaging>jar</packaging>
 
     <issueManagement>
         <system>Chukwa JIRA</system>