Hi,

When preparing the Maven Plugin tools staging sites, I was unable to
deploy them because my station username is not the same than on
Apache. The pb comes from the following definition:

    <pluginManagement>
        <plugin>
          <artifactId>maven-site-plugin</artifactId>
          <version>2.0-beta-6</version>
          <configuration>
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins-tools/${artifactId}-${version}</stagingSiteURL>
          </configuration>
        </plugin>

I modified the stagingSiteURL to scp://[EMAIL PROTECTED]/ and
I was able to deploy.

So, is there a better way to do this?

Cheers,

Vincent

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

Reply via email to