You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Richard Yee <ry...@cruzio.com> on 2007/03/31 15:16:16 UTC

Trinidad Build Problem - The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found

Hi,
I'd first like to say that I'm just getting started with maven and svn 
so please be nice if I'm doing something stupid. I have Googled for this 
problem too but didn't find any results.

I used svn to download the trunk and then ran 'mvn clean install'

The build fails with the message: The plugin 
'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid 
version could be found

Does anyone know what I'm doing wrong here?

Thanks,

Richard


Richard:~/sandbox/trinidad/trunk/trinidad richard$ mvn clean install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache Incubator Trinidad Podling
[INFO]   Apache Trinidad Build
[INFO]   Apache Trinidad API
[INFO]   Apache Trinidad Impl
[INFO]   Apache Trinidad Demo
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache Incubator Trinidad Podling
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking 
for updates from apache.stage
[INFO] [clean:clean]
[INFO] Deleting directory 
/Users/richard/sandbox/trinidad/trunk/trinidad/target
[INFO] Deleting directory 
/Users/richard/sandbox/trinidad/trunk/trinidad/target/classes
[INFO] Deleting directory 
/Users/richard/sandbox/trinidad/trunk/trinidad/target/test-classes
[INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for 
updates from apache.stage
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not 
exist 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: Sat Mar 31 08:09:47 PDT 2007
[INFO] Final Memory: 3M/5M
[INFO] 
------------------------------------------------------------------------

Re: Trinidad Build Problem - The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found

Posted by Laurie Harper <la...@holoweb.net>.
You need to do a 'mvn install' from the 'plugins' directory to  
install the plugins the main bulld uses:

.../trunk $ cd plugins; mvn clean install; cd ../trinidad; mvn clean  
install

L.

On 31-Mar-07, at 11:16 AM, Richard Yee wrote:

> Hi,
> I'd first like to say that I'm just getting started with maven and  
> svn so please be nice if I'm doing something stupid. I have Googled  
> for this problem too but didn't find any results.
>
> I used svn to download the trunk and then ran 'mvn clean install'
>
> The build fails with the message: The plugin  
> 'org.apache.maven.plugins:maven-site-plugin' does not exist or no  
> valid version could be found
>
> Does anyone know what I'm doing wrong here?
>
> Thanks,
>
> Richard
>
>
> Richard:~/sandbox/trinidad/trunk/trinidad richard$ mvn clean install
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   Apache Incubator Trinidad Podling
> [INFO]   Apache Trinidad Build
> [INFO]   Apache Trinidad API
> [INFO]   Apache Trinidad Impl
> [INFO]   Apache Trinidad Demo
> [INFO]  
> ---------------------------------------------------------------------- 
> ------
> [INFO] Building Apache Incubator Trinidad Podling
> [INFO]    task-segment: [clean, install]
> [INFO]  
> ---------------------------------------------------------------------- 
> ------
> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin:  
> checking for updates from apache.stage
> [INFO] [clean:clean]
> [INFO] Deleting directory /Users/richard/sandbox/trinidad/trunk/ 
> trinidad/target
> [INFO] Deleting directory /Users/richard/sandbox/trinidad/trunk/ 
> trinidad/target/classes
> [INFO] Deleting directory /Users/richard/sandbox/trinidad/trunk/ 
> trinidad/target/test-classes
> [INFO] artifact org.apache.maven.plugins:maven-site-plugin:  
> checking for updates from apache.stage
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [ERROR] BUILD ERROR
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does  
> not exist 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: Sat Mar 31 08:09:47 PDT 2007
> [INFO] Final Memory: 3M/5M
> [INFO]  
> ---------------------------------------------------------------------- 
> --

--
Laurie Harper
Open Source advocate, Java geek: http://www.holoweb.net/laurie
Founder, Zotech Software: http://www.zotechsoftware.com/