You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by Cyxo Pykob <cy...@yahoo.com.INVALID> on 2018/02/07 21:26:52 UTC

Building Guacamole client

Hello Guacamole team,
I am trying to build Guacamole client using Eclipse IDE. I checked it out from Github: https://github.com/apache/guacamole-client
I got Version: Mars.1 Release (4.5.1), JDK 1.7 and 1.8

I checked out the project, but getting Maven errors:
1. Plugin execution not covered by lifecycle configuration: com.keithbranton.mojo:angular-maven-plugin:0.3.2:html2js (execution: default, phase: generate-resources)   2. Plugin execution not covered by lifecycle configuration: org.apache.rat:apache-rat-plugin:0.12:check (execution: validate, phase: validate)  

Is there any documentation how to resolve them?

Thanks,James



Re: Building Guacamole client

Posted by carl harris <ce...@gmail.com>.
As Mike pointed out, those errors are reported by the Eclipse maven tooling. In the POM editor there are some quick fix options you can use to convince Eclipse to ignore build plugins it doesn't understand.

If what you want to do in Eclipse is work on the Guacamole java code, you'll probably be able to work just fine by first running 'mvn package' outside of Eclipse to do the parts that aren't handled by the Eclipse build. 

carl



> On Feb 7, 2018, at 6:34 PM, Mike Jumper <mi...@guac-dev.org> wrote:
> 
>> On Wed, Feb 7, 2018 at 1:26 PM, Cyxo Pykob <cy...@yahoo.com.invalid> wrote:
>> 
>> Hello Guacamole team,
>> I am trying to build Guacamole client using Eclipse IDE. I checked it out
>> from Github: https://github.com/apache/guacamole-client
>> I got Version: Mars.1 Release (4.5.1), JDK 1.7 and 1.8
>> 
>> I checked out the project, but getting Maven errors:
>> 1. Plugin execution not covered by lifecycle configuration:
>> com.keithbranton.mojo:angular-maven-plugin:0.3.2:html2js (execution:
>> default, phase: generate-resources)
> 
> 2. Plugin execution not covered by lifecycle configuration:
>> org.apache.rat:apache-rat-plugin:0.12:check (execution: validate, phase:
>> validate)
>> 
> 
> These are not Maven errors, but errors from Eclipse due to the way it
> supports Maven. If you wish to use Eclipse, you'll need to consult their
> documentation for how to resolve these issues. A quick Google for the error
> message gives:
> 
> http://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html
> 
> - Mike

Re: Building Guacamole client

Posted by Mike Jumper <mi...@guac-dev.org>.
On Wed, Feb 7, 2018 at 1:26 PM, Cyxo Pykob <cy...@yahoo.com.invalid> wrote:

> Hello Guacamole team,
> I am trying to build Guacamole client using Eclipse IDE. I checked it out
> from Github: https://github.com/apache/guacamole-client
> I got Version: Mars.1 Release (4.5.1), JDK 1.7 and 1.8
>
> I checked out the project, but getting Maven errors:
> 1. Plugin execution not covered by lifecycle configuration:
> com.keithbranton.mojo:angular-maven-plugin:0.3.2:html2js (execution:
> default, phase: generate-resources)

2. Plugin execution not covered by lifecycle configuration:
> org.apache.rat:apache-rat-plugin:0.12:check (execution: validate, phase:
> validate)
>

These are not Maven errors, but errors from Eclipse due to the way it
supports Maven. If you wish to use Eclipse, you'll need to consult their
documentation for how to resolve these issues. A quick Google for the error
message gives:

http://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html

- Mike