You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by le...@apache.org on 2017/04/24 15:52:38 UTC

incubator-metron git commit: METRON-868 Fix documentation on building RPMs (justinleet) closes apache/incubator-metron#538

Repository: incubator-metron
Updated Branches:
  refs/heads/master 8fe52c9a1 -> bec84db77


METRON-868 Fix documentation on building RPMs (justinleet) closes apache/incubator-metron#538


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/bec84db7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/bec84db7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/bec84db7

Branch: refs/heads/master
Commit: bec84db776a08b55594bf2ac78613d58b0a65b90
Parents: 8fe52c9
Author: justinleet <ju...@gmail.com>
Authored: Mon Apr 24 11:51:15 2017 -0400
Committer: leet <le...@apache.org>
Committed: Mon Apr 24 11:51:15 2017 -0400

----------------------------------------------------------------------
 metron-deployment/README.md | 12 ++++++++++++
 metron-deployment/pom.xml   | 14 --------------
 2 files changed, 12 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/bec84db7/metron-deployment/README.md
----------------------------------------------------------------------
diff --git a/metron-deployment/README.md b/metron-deployment/README.md
index 6f1653b..4d285f4 100644
--- a/metron-deployment/README.md
+++ b/metron-deployment/README.md
@@ -119,6 +119,18 @@ Components in the RPMs:
 - Docker.  The image detailed in: `metron-deployment/packaging/docker/rpm-docker/README.md` will automatically be built (or rebuilt if necessary).
 - Artifacts for metron-platform have been produced.  E.g. `mvn clean package -DskipTests` in `metron-platform`
 
+The artifacts are required because there is a dependency on modules not expressed via Maven (we grab the resulting assemblies, but don't need the jars).  These are
+- metron-common
+- metron-data-management
+- metron-elasticsearch
+- metron-enrichment
+- metron-indexing
+- metron-parsers
+- metron-pcap-backend
+- metron-solr
+- metron-profiler
+- metron-config
+
 ### Building RPMs
 From `metron-deployment` run
 ```

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/bec84db7/metron-deployment/pom.xml
----------------------------------------------------------------------
diff --git a/metron-deployment/pom.xml b/metron-deployment/pom.xml
index 86194a1..fa7e1f9 100644
--- a/metron-deployment/pom.xml
+++ b/metron-deployment/pom.xml
@@ -46,18 +46,4 @@
             </modules>
         </profile>
     </profiles>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.metron</groupId>
-            <artifactId>metron-platform</artifactId>
-            <version>${project.parent.version}</version>
-            <type>pom</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.metron</groupId>
-            <artifactId>metron-analytics</artifactId>
-            <version>${project.parent.version}</version>
-            <type>pom</type>
-        </dependency>
-    </dependencies>
 </project>