put this in your ~/.m2/settings.xml

    <profile>
      <id>dennisl-staging</id>
      <pluginRepositories>
        <pluginRepository>
          <id>Remote resources plugin staging repository</id>
          
<url>http://people.apache.org/~dennisl/staging-repository-site-plugin</url>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>


and run maven site -Pdennisl-staging

it works for me

-D

BTW, +1 from me

On Nov 26, 2007 5:51 PM, William Ferguson <[EMAIL PROTECTED]> wrote:
> Hmm .. very frustrated now ..
>
> I removed the mirror and still see it attempting to download the POM
> from central (which it obviously can't).
> It then downloads the plugin from the staging repository.
> But then never looks for the POM in the staging repository and hence
> fails with:
>
>
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Internal error in the plugin manager executing goal
> 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site': Unable to
> find the mojo 'org.apac
> he.maven.plugins:maven-site-plugin:2.0-beta-6:site' in the plugin
> 'org.apache.maven.plugins:maven-site-plugin'
> org/apache/maven/doxia/module/xhtml/decoration/render/RenderingContext
> [INFO]
> ------------------------------------------------------------------------
>
>
> Dennis, can you execute 'mvn site' on a project for for 2.0-beta-6 after
> removing the site plugin folder from your local repository?
> If so, how are you pointing to the staging repository?
>
> William
>
>
> > -----Original Message-----
> > From: Dennis Lundberg [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, 27 November 2007 7:59 AM
> > To: Maven Developers List
> > Subject: [***POSSIBLE SPAM***] - Re: [VOTE] Release
> > maven-site-plugin 2.0-beta-6 - Sender is forged (SPF Fail)
> >
> > I'm not familiar with using a proxy and/or a mirror, but you
> > also need org.apache.maven.doxia:doxia-1.0-alpha-10 and
> > org.apache.maven.doxia:doxia-sitetools-1.0-alpha-10. Those
> > are dependencies of the site-plugin.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to