Re: maven appends sub-project artifactId to urls - Please help - design suggestion

2008-02-25 Thread Jens Riboe
ould be changed according to my suggestion with a minor effort. Please, forgive me if my suggestion turns out to be major implementation headache. Best regards, /jens VUB Stefan Seidel skrev: Jens Riboe wrote: As I understand it; the current rule implements implicit URLs as ${parent.url}/${p

Re: maven appends sub-project artifactId to urls - Please help - design suggestion

2008-02-21 Thread Jens Riboe
As I understand it; the current rule implements implicit URLs as ${parent.url}/${project.artifactId} For example: ${parentPOM.scm.connection}/${project.artifactId} ... /scm> Where parentPOM is a made-up symbol denoting an upward search for the pom property that follows (scm.connection). So,

maven appends sub-project artifactId to urls - Please help

2008-02-21 Thread Jens Riboe
I have an organization POM, with common defs, including url templates for scm and distribution. Here are the relevant snippets, from the parent pom scm:svn:https://www.myhost.com/svn/pub/${project.name}/trunk scm:svn:https://www.myhost.com/svn/pub/${project.name}/trunk http://www.myhost.co

maven appends sub-project artifactId to urls

2008-02-19 Thread Jens Riboe
I have an organization POM, with common defs, including url templates for scm and distribution. Here are the relevant snippets, from the parent pom scm:svn:https://www.ribomation.com/svn/pub/${project.name}/trunk scm:svn:https://www.ribomation.com/svn/pub/${project.name}/trunk

problem with svn via https - pls help

2008-02-19 Thread Jens Riboe
I have problem with Continuum not not being able to checkout from svn via https, because of a SSL cert validation error. Provider message: The svn command failed. Command output: --- svn: PROPFIND request failed on '/s

Re: cannot deploy to [EMAIL PROTECTED]

2008-02-12 Thread Jens Riboe
his can be a tomcat related problem. I'm getting google hits on that error message, but nothing that really nails down the problem. any light on this problem is appreciated /jens Wendy Smoak skrev: On Feb 12, 2008 12:26 PM, Jens Riboe <[EMAIL PROTECTED]> wrote: I canno

cannot deploy to [EMAIL PROTECTED]

2008-02-12 Thread Jens Riboe
I cannot deploy to archiva running at tomcat. I'm getting this error 2008-feb-12 20:00:21 org.apache.commons.httpclient.HttpMethodBase processRedirectResponse INFO: Redirect requested but followRedirects is disabled Another person seems to have asked the same question, but without an answ

RE: [m2] Need help: How to managing the version number in a multi-module

2006-08-04 Thread Jens Riboe
>> However we are using the M2 Release plugin to handle your >> maintenance problem. AFAIK this plugin requires me to be online (access to SVN repo). In my case I'm mostly on the move working off-line. Regards, /Jens -Original Message- From: Jorgen Fastrup [mailto:[EMAIL PROTECT

[m2] Need help: How to managing the version number in a multi-module project

2006-08-04 Thread Jens Riboe
Background: I have a typical multi-module project, with a parent pom and a handful of child poms inheriting from the parent. The parent pom contains the version, which is inherited to the child poms, which affect all generated child artifacts. So far so good. Problem: However, the parent pom is r

[M2] Application version in multi-module project

2006-08-03 Thread Jens Riboe
Background: I have a typical multi-module project, with a parent pom and a handful of child poms inheriting from the parent. The parent pom contains the version, which is inherited to the child poms, which affect all generated child artifacts. So far so good. Problem: However, the parent pom is r

RE: [m2] buildnumber-plugin

2006-06-01 Thread Jens Riboe
>> org.codehaus.mojo:maven-buildnumber-plugin I couldn't find it at codehaus (http://mojo.codehaus.org/). Do you know where I can get more info about it? /Jens -Original Message- From: Christian Wiesing [mailto:[EMAIL PROTECTED] Sent: 01 June 2006 14:43 To: Maven Users List Subj

RE: [M2] documentaion bundled with binaries ?

2006-04-07 Thread Jens Riboe
>> if HTML documentation can be bundled along with M2 binaries I think this is a very good suggestion! At least have access to the docs ZIP in an easy way. (I don't think must users consider svn export/mvn site easy ;-) /Jens -Original Message- From: Sharma, Jaikumar [mailto:[E

How do I filter site.xml and APT docs?

2006-04-04 Thread Jens Riboe
I would like to put POM variables in the site docs, like site.xml and the APT files. How can I do that? I tried it, but it doesn't work out-of-the-box. Thanks in advance, /Jens - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Re: [M2] mvn site:deploy throws an exception

2006-03-30 Thread Jens Riboe
tiple select) over ftp took me +1 hour. Maybe it doesn't use true multiple file sending? Deploying my site automatically with ssh-deploy took less then 10 minutes. Jens Riboe wrote: > I'm trying to use FTP for site deployment, but get an exception. > Is FTP supported, for s

[M2] mvn site:deploy throws an exception

2006-03-29 Thread Jens Riboe
I'm trying to use FTP for site deployment, but get an exception. Is FTP supported, for site upload? C:\temp\nnn>mvn -e site:deploy + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'site'. [INFO] -

[M2] Is FTP maven2 site deploy supported?

2006-03-29 Thread Jens Riboe
utionManagement/site configured in my pom) Thanks in advance, /jens -Original Message----- From: Jens Riboe [mailto:[EMAIL PROTECTED] Sent: 29 March 2006 15:26 To: Maven Users List Cc: [EMAIL PROTECTED] Subject: RE: [M2] Is FTP maven2 repository supported? >> It is supported bu

RE: [M2] Is FTP maven2 repository supported?

2006-03-29 Thread Jens Riboe
can give you the complete listing in like two hours once I am at my job. On 3/29/06, Jens Riboe <[EMAIL PROTECTED]> wrote: > I have succeed with FTP upload (deploy), but was surprised to find out > that FTP download (repo/depends) failed. > > [WARNING] repo

[M2] Is FTP maven2 repository supported?

2006-03-29 Thread Jens Riboe
I have succeed with FTP upload (deploy), but was surprised to find out that FTP download (repo/depends) failed. [WARNING] repository metadata for: 'artifact org.apache.maven.wagon:wagon-ftp' could not be retrieved from repository: myFTPsite due to an error: Unsupported Protocol: 'ftp': Cannot find

RE: [M2] Stacktrace when downloading from repo - HELP

2006-03-13 Thread Jens Riboe
] Sent: 13 March 2006 12:55 To: Maven Users List Subject: Re: [M2] Stacktrace when downloading from repo - HELP There you go for using SCP : http://maven.apache.org/guides/mini/guide-deployment-security-settings.html As for https, I have no idea how to make it work. Sorry! [Jens Riboe]

[M2] Stacktrace when downloading from repo - HELP

2006-03-12 Thread Jens Riboe
Hi, I got the following stack trace when trying to download from an internal mvn2 repo. from the specified remote repositories: R (https://my.internal.host/mvn), central (http://repo1.maven.org/maven2) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(Defau ltArti

[M2] repo access via https and clientCert

2006-03-09 Thread Jens Riboe
How do I configure Maven to download dependencies from a repository only accessible via HTTPS with client certificates? Thanks in advance, /Jens - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[M2] Can mvn access a repo via https + client cert?

2006-03-02 Thread Jens Riboe
Hi, Is it possible for maven to download files from a maven repo that can only be accessed via HTTPS with client certificates? The privateKey tag in the settings file, seems to only refer to ssh related uploads. Thanks in advance, /Jens -

[M 2.0.2] Cannot run site:deploy using scpexe, However can run deploy:deploy using scpexe

2006-02-20 Thread Jens Riboe
Hi, I have problem running site:deploy using scpexe. It seems to me that it does not pick up the settings (~\.m2\settings.xml), where plink/pscp are defined. However, this seems to work without problems when I run deploy:deploy to the same host with the same settings as above (just another target

Cannot run site:deploy using scpexe, but can run deploy:deploy using scpexe

2006-02-20 Thread Jens Riboe
Hi, I have problem with site:deploy using scpexe. I'm running on WinXP with putty installed. scpexe://myHost/home/myUser/tools/MyTool - Session: Opened Executing command: ssh -i "C:\Documents and Settings\myUser\My Documents\My Certificates\myHost.priv.ppk" -o "BatchMode yes" [EMAIL PROTECTED] "m

Re: Copying dependencies

2004-05-06 Thread Jens Riboe
You can use this Ant task http://www.ribomation.com/riboutils/DependencyList/ Cheers /jens Jesper Linvald wrote: Hello all, I need to copy all dependencies specified in my pom to a special directory before deployment - I cant use the ear task since I need a custom directory layout. Is there

RE: Exectable RMI client and server jar

2004-04-12 Thread Jens Riboe
double-click or java -jar ... Kind regards, Jens Riboe -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Geoffrey Sent: Monday, April 12, 2004 5:59 PM To: [EMAIL PROTECTED] Subject: Exectable RMI client and server jar Hi all, To run my RMI server I currently have to