You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Siveton <vi...@gmail.com> on 2008/03/06 17:03:42 UTC

Stage documentation

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://vsiveton@people.apache.org/ and
I was able to deploy.

So, is there a better way to do this?

Cheers,

Vincent

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


Re: Stage documentation

Posted by Vincent Siveton <vi...@gmail.com>.
Hi Brian,

2008/3/6, Brian E. Fox <br...@reply.infinity.nu>:
> Shouldn't your server settings supersede the station name?

It seems not ;)
FYI I have servers conf for website and staging with my username.

Thanks,

Vincent

>
>
>  -----Original Message-----
>  From: Vincent Siveton [mailto:vincent.siveton@gmail.com]
>  Sent: Thursday, March 06, 2008 11:04 AM
>  To: Maven Developers List
>  Subject: Stage documentation
>
>  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-too
>  ls/${artifactId}-${version}</stagingSiteURL>
>           </configuration>
>         </plugin>
>
>  I modified the stagingSiteURL to scp://vsiveton@people.apache.org/ and
>  I was able to deploy.
>
>  So, is there a better way to do this?
>
>  Cheers,
>
>  Vincent
>
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>

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


RE: Stage documentation

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Shouldn't your server settings supersede the station name?

-----Original Message-----
From: Vincent Siveton [mailto:vincent.siveton@gmail.com] 
Sent: Thursday, March 06, 2008 11:04 AM
To: Maven Developers List
Subject: Stage documentation

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-too
ls/${artifactId}-${version}</stagingSiteURL>
          </configuration>
        </plugin>

I modified the stagingSiteURL to scp://vsiveton@people.apache.org/ and
I was able to deploy.

So, is there a better way to do this?

Cheers,

Vincent

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


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