You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@metron.apache.org by Kevin Waterson <ke...@gmail.com> on 2016/08/25 10:11:25 UTC

Install error

From the docs at
https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/quick-dev-platform
I have done the following..

mkdir incubator-metron
cd incubator-metron

mvn clean package -DskipTests
Warning: JAVA_HOME environment variable is not set.
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.090 s
[INFO] Finished at: 2016-08-25T20:05:24+10:00
[INFO] Final Memory: 14M/481M
[INFO]
------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is
no POM in this directory (/home/kevin/incubator-metron). Please verify you
invoked Maven from the correct directory. -> [Help 1]


What is missing here?

Thanks
Kevin

Re: Install error

Posted by Kevin Waterson <ke...@gmail.com>.
my bad, incorrectly named directory :(

Kev

On Thu, Aug 25, 2016 at 8:44 PM, Zeolla@GMail.com <ze...@gmail.com> wrote:

> Did you clone the metron repo into the incubator-metron folder or did you
> just make an empty directory with mkdir?  If the latter, run "git clone
> https://github.com/apache/incubator-metron" first, then follow the
> instructions in the readme.
>
> On Thu, Aug 25, 2016, 06:11 Kevin Waterson <ke...@gmail.com>
> wrote:
>
>> From the docs at https://github.com/apache/incubator-metron/tree/master/
>> metron-deployment/vagrant/quick-dev-platform I have done the following..
>>
>> mkdir incubator-metron
>> cd incubator-metron
>>
>> mvn clean package -DskipTests
>> Warning: JAVA_HOME environment variable is not set.
>> [INFO] Scanning for projects...
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] BUILD FAILURE
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Total time: 0.090 s
>> [INFO] Finished at: 2016-08-25T20:05:24+10:00
>> [INFO] Final Memory: 14M/481M
>> [INFO] ------------------------------------------------------------
>> ------------
>> [ERROR] The goal you specified requires a project to execute but there is
>> no POM in this directory (/home/kevin/incubator-metron). Please verify
>> you invoked Maven from the correct directory. -> [Help 1]
>>
>>
>> What is missing here?
>>
>> Thanks
>> Kevin
>>
> --
>
> Jon
>



-- 
-- 
"Democracy is two wolves and a lamb voting on what to have for lunch.
Liberty is a well-armed lamb contesting the vote."

Re: Install error

Posted by "Zeolla@GMail.com" <ze...@gmail.com>.
Did you clone the metron repo into the incubator-metron folder or did you
just make an empty directory with mkdir?  If the latter, run "git clone
https://github.com/apache/incubator-metron" first, then follow the
instructions in the readme.

On Thu, Aug 25, 2016, 06:11 Kevin Waterson <ke...@gmail.com> wrote:

> From the docs at
> https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/quick-dev-platform
> I have done the following..
>
> mkdir incubator-metron
> cd incubator-metron
>
> mvn clean package -DskipTests
> Warning: JAVA_HOME environment variable is not set.
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 0.090 s
> [INFO] Finished at: 2016-08-25T20:05:24+10:00
> [INFO] Final Memory: 14M/481M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] The goal you specified requires a project to execute but there is
> no POM in this directory (/home/kevin/incubator-metron). Please verify you
> invoked Maven from the correct directory. -> [Help 1]
>
>
> What is missing here?
>
> Thanks
> Kevin
>
-- 

Jon