Re: Setting site distribution URL in parent POM for entire company

2011-08-19 Thread Thorsten Heit
Hi Lóránt, However, requiring each project to do this is rather error prone, so I'd like to define a pattern in the company parent POM, and have all projects automatically derive their location from there. This doesn't work. If I set a location in our top-level POM to, say,

Re: Setting site distribution URL in parent POM for entire company

2011-08-19 Thread Lóránt Pintér
Hey, Thanks for the example. This is quite similar to what I'm trying to do. But if I do it like this, Maven will deploy my site under: scp://.../${parent.groupId}/${parent.artifactId}/${parent.version}/../../../${project.groupId}/${project.artifactId}/${project.version}/${project.artifactId}/

Re: Re: Setting site distribution URL in parent POM for entire company

2011-08-19 Thread Thorsten Heit
Hi, Thanks for the example. This is quite similar to what I'm trying to do. But if I do it like this, Maven will deploy my site under: scp://.../${parent.groupId}/${parent.artifactId}/$ {parent.version}/../../../${project.groupId}/${project.artifactId}/$

Setting site distribution URL in parent POM for entire company

2011-08-18 Thread Lóránt Pintér
Hi, I would like to let my co-workers publish Maven sites easily. For this I'd like to define some kind of convention for site locations. I would like this to work out-of-the-box, so if I create a new Maven project that uses the company POM, its site would be deployed to the right location

Re: Site Distribution URL

2007-06-04 Thread Andrew Williams
Remove the ${project.artifactId} from your url configuration. This is automatically appended when the site is being deployed. The hierarchy is also maintained, so you cannot get artifactId conflicts. Andy On 31 May 2007, at 18:09, Ben Tatham wrote: I am having difficulty understanding how

Site Distribution URL

2007-05-31 Thread Ben Tatham
I am having difficulty understanding how the site-deploy decides what url to use for the site deployment... I have my parent pom of all my projects set up like this: site idpenguin/id nameNanometrics Software Website/name url

Re: Site distribution url examples?

2006-12-20 Thread meberts
for authentification and no message appears. M -- View this message in context: http://www.nabble.com/Site-distribution-url-examples--tf1901554.html#a7987836 Sent from the Continuum - Users mailing list archive at Nabble.com.

RE: Site distribution url examples?

2006-07-07 Thread Srinivas Pavani
that scp can be performed from the build process. -- View this message in context: http://www.nabble.com/Site-distribution-url-examples--tf1901554.html#a5218512 Sent from the Continuum - Users forum at Nabble.com.

Re: Site distribution url examples?

2006-07-07 Thread Emmanuel Venisse
Srinivas Pavani a écrit : Just wanted to follow up on the thread. I decided to use the 'file' protocol instead of scp as I am copying files on the local machine. When looking at the source code for the maven-deploy-plugin, I found that the plugin looks in the .ssh directory for keys. As I

Site distribution url examples?

2006-07-06 Thread Srinivas Pavani
://www.nabble.com/Site-distribution-url-examples--tf1901554.html#a5202517 Sent from the Continuum - Users forum at Nabble.com.

RE: Site distribution url examples?

2006-07-06 Thread Baron.Reznik
this message in context: http://www.nabble.com/Site-distribution-url-examples--tf1901554.html#a5202517 Sent from the Continuum - Users forum at Nabble.com.

RE: Site distribution url examples?

2006-07-06 Thread Srinivas Pavani
password. Enter the password details in settings.xml for root. Is this correct or is there any other way to do this? Baron - the ssh key was accepted using localhost as well as the LAN ip address. -- View this message in context: http://www.nabble.com/Site-distribution-url-examples--tf1901554.html

Re: Site distribution url examples?

2006-07-06 Thread Emmanuel Venisse
Srinivas Pavani a écrit : Here is my scenario: I am using Ubuntu 6.06 LTS server. Since the root access is always using sudo command and the root user password has not been set explicitly, I am prompted for root's password when I execute the following command manually: sudo scp

RE: Site distribution url examples?

2006-07-06 Thread Baron.Reznik
@maven.apache.org Subject: Re: Site distribution url examples? Srinivas Pavani a écrit : Here is my scenario: I am using Ubuntu 6.06 LTS server. Since the root access is always using sudo command and the root user password has not been set explicitly, I am prompted for root's password when I execute