You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Ramesh Babu Pokala - TLS, Chennai" <PR...@hcl.in> on 2007/04/11 17:44:46 UTC

Please help me out

Hi All,

I installed Maven and trying to build Eclipse RCP Application.

The following error I am getting while trying to perform

 

(1)  C:\Documents and Settings\bpra\Desktop\maven-2.0.6\maven-2.0.6>mvn
install         from command line


[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
-
---
[INFO] Building Maven Default Project
[INFO]    task-segment: [install]
[INFO]
------------------------------------------------------------------------
-
---
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does
not exi
st or no valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Apr 11 21:10:48 IST 2007
[INFO] Final Memory: 1M/4M
[INFO]
------------------------------------------------------------------------


 

 

(2)  C:\Documents and Settings\bpra\Desktop\maven-2.0.6\maven-2.0.6>mvn
archetype:cre ate -DarchetypeGroupId=org.apache.maven.archetypes
-DgroupId=com.mycompany.app -DartifactId=my-app    

 

Error:

[INFO] Scanning for projects...

[INFO] Searching repository for plugin with prefix: 'archetype'.

[INFO]
------------------------------------------------------------------------

[ERROR] BUILD ERROR

[INFO]
------------------------------------------------------------------------

[INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does
not exi

st or no valid version could be found

[INFO]
------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch

[INFO]
------------------------------------------------------------------------

[INFO] Total time: < 1 second

[INFO] Finished at: Wed Apr 11 20:59:21 IST 2007

[INFO] Final Memory: 1M/4M

[INFO]
------------------------------------------------------------------------


 

Please help me out in running the maven tool to build RCP Application.

Thanks & Regards 

Ramesh Babu.P 

 

<ma...@hcl.in>  

 

 


DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have 
received this email in error please delete it and notify the sender immediately. Before opening any mail and 
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------

Re: Please help me out

Posted by Wayne Fay <wa...@gmail.com>.
Run again with -e, that is, mvn -e install. You will get more error
information (stack trace etc) that might help diagnose your problem.

Also, it sounds like you are probably behind a web proxy. This will
need to be configured in settings.xml so Maven can connect to the
Internet to download plugins etc as needed.

Wayne

On 4/11/07, Ramesh Babu Pokala - TLS, Chennai <PR...@hcl.in> wrote:
>
> Hi All,
>
> I installed Maven and trying to build Eclipse RCP Application.
>
> The following error I am getting while trying to perform
>
>
>
> (1)  C:\Documents and Settings\bpra\Desktop\maven-2.0.6\maven-2.0.6>mvn
> install         from command line
>
>
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> -
> ---
> [INFO] Building Maven Default Project
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> -
> ---
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does
> not exi
> st or no valid version could be found
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Wed Apr 11 21:10:48 IST 2007
> [INFO] Final Memory: 1M/4M
> [INFO]
> ------------------------------------------------------------------------
>
>
>
>
>
>
> (2)  C:\Documents and Settings\bpra\Desktop\maven-2.0.6\maven-2.0.6>mvn
> archetype:cre ate -DarchetypeGroupId=org.apache.maven.archetypes
> -DgroupId=com.mycompany.app -DartifactId=my-app
>
>
>
> Error:
>
> [INFO] Scanning for projects...
>
> [INFO] Searching repository for plugin with prefix: 'archetype'.
>
> [INFO]
> ------------------------------------------------------------------------
>
> [ERROR] BUILD ERROR
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does
> not exi
>
> st or no valid version could be found
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] For more information, run Maven with the -e switch
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Total time: < 1 second
>
> [INFO] Finished at: Wed Apr 11 20:59:21 IST 2007
>
> [INFO] Final Memory: 1M/4M
>
> [INFO]
> ------------------------------------------------------------------------
>
>
>
>
> Please help me out in running the maven tool to build RCP Application.
>
> Thanks & Regards
>
> Ramesh Babu.P
>
>
>
> <ma...@hcl.in>
>
>
>
>
>
>
> DISCLAIMER:
> -----------------------------------------------------------------------------------------------------------------------
>
> The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
> It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
> this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
> Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
> this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
> received this email in error please delete it and notify the sender immediately. Before opening any mail and
> attachments please check them for viruses and defect.
>
> -----------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org