From continuum-users-return-3010-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Tue Nov 21 09:30:19 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 76502 invoked from network); 21 Nov 2006 09:30:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 09:30:19 -0000 Received: (qmail 8124 invoked by uid 500); 21 Nov 2006 09:30:27 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 8101 invoked by uid 500); 21 Nov 2006 09:30:27 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 8089 invoked by uid 99); 21 Nov 2006 09:30:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 01:30:27 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [202.238.89.128] (HELO bioscene.co.jp) (202.238.89.128) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 21 Nov 2006 01:30:14 -0800 Received: (qmail 17206 invoked from network); 21 Nov 2006 09:28:16 -0000 Received: from unknown (HELO eth0.sonoda) (192.168.2.5) by bioscene.co.jp with SMTP; 21 Nov 2006 09:28:16 -0000 Subject: Use of non-standard directory structure From: David Leangen To: continuum-users@maven.apache.org Content-Type: text/plain Date: Tue, 21 Nov 2006 18:27:55 +0900 Message-Id: <1164101275.15709.21.camel@sonoda.bioscene.co.jp> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 (2.6.0-1) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello! It appears that we're using a non-standard directory structure. Due to our hierarchy of projects, we wanted to use short names for our directories, but longer names for the project names. So, our project names do not necessarily have the same value as the directory in which it sits. Because of this, Continuum can't find the source from svn, and I get an error like this: Provider message: The svn command failed. Command output: ------------------------------------------------------------------------------- svn: URL 'https://company.com/com/company/group/group-module' doesn't exist ------------------------------------------------------------------------------- When the URL should be: https://company.com/com/company/group/module Is my only option to change my directory names? Or can I set the values in my POMs or something? Thank you!