RE: relativePath in parent section, if modules in different VOBs

2008-06-17 Thread Doron Solomon
Hi Torsten, I have faced a similar situation and unfortunately have not come up with a silver bullet solution. I too would be interested if anyone else has one. Fortunately for us, so far all of our projects that use maven are small enough that we can put all modules in a single

RE: I need a Maven book review

2008-06-11 Thread Doron Solomon
Hi David, You might find this book useful: http://www.sonatype.com/book/ Good luck! Doron -Original Message- From: David Brown [mailto:[EMAIL PROTECTED] Sent: June 11, 2008 08:19 To: users@maven.apache.org Subject: I need a Maven book review Hello Maven: dev, gurus, users and other

Java property in local repository path

2008-06-11 Thread Doron Solomon
Hi, I'd like to use a java property to define the local repository in the global settings.xml file: localRepository/tmp/${user.home}/.m2/localRepository Unfortunately, the property is not interpolated and a directory with name ${user.home} is created. Any ideas how to set the local repo using

RE: assembly moduleSet error

2008-05-09 Thread Doron Solomon
Hi Ittay, I'm getting the exact same error on my multi-module project. Did you ever find a solution to the issue? Anyone else having this problem or found a solution to it? Doron -Original Message- From: Ittay Dror [mailto:[EMAIL PROTECTED] Sent: April 21, 2008 08:39 To: Maven Users

RE: site is very confusing for beginners - how to get list of archetypes - link on faq is broken

2008-05-08 Thread Doron Solomon
Hi Rick, This might help you search for existing archetypes: http://docs.codehaus.org/display/MAVENUSER/Archetypes+List. I too found the maven site to be confusing when I first started using maven, though now that I'm more familiar with maven the site serves quite well as a resource. You might

RE: javax.xml.ws jaxws-api 2.1 in repo1.maven.org - missing dependencies

2008-04-17 Thread Doron Solomon
Hi, Any suggestions on how to solve this issue when the incorrect dependency is not your direct dependency? My application declares a dependency on: dependency groupIdcom.sun.xml.ws/groupId artifactIdjaxws-rtartifactId version2.1.3version /dependency This artifact (which I can only find

Separating base from installation

2008-04-11 Thread Doron Solomon
Hi, I'm installing the standalone distribution of archiva and I'm trying to separate the base from the installation (as suggested in the admin guide at http://maven.apache.org/archiva/docs/1.0.2/adminguide/standalone.html). By doing so, I'm unable to start archiva, whereas I have no problems when

Add Custom Pages

2008-04-07 Thread Doron Solomon
Hi, I'm wondering if there's a way to add custom pages to archiva, including adding links to such pages in the left-side menu. The pages don't necessarily need any functionality, just to be able to display information to users (e.g. help, about pages). If this is possible, how is it done? If

RE: Execute only a specific phase

2008-03-16 Thread Doron Solomon
Martin- - Original Message - From: Doron Solomon [EMAIL PROTECTED] To: users@maven.apache.org Sent: Friday, March 14, 2008 1:57 PM Subject: Execute only a specific phase Hi, I'm wondering if there's a way to execute ONLY a given phase of a lifecycle. For example, let's say I only want

Execute only a specific phase

2008-03-14 Thread Doron Solomon
Hi, I'm wondering if there's a way to execute ONLY a given phase of a lifecycle. For example, let's say I only want to execute the 'package' phase. Calling the specific goal that I might expect to be associated to that phase isn't good enough because the POM might have configured additional