The following comment has been added to this issue:

     Author: Michael Mattox
    Created: Fri, 29 Oct 2004 4:29 AM
       Body:
I can't update the issue, so I will add it here.  This is for version 1.0.


---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSCM-33?page=comments#action_25884

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-33

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-33
    Summary: maven.scm.bootstrap.pom.dir is not used
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: Brett Porter
   Reporter: Michael Mattox

    Created: Fri, 29 Oct 2004 4:29 AM
    Updated: Fri, 29 Oct 2004 4:29 AM
Environment: JDK 1.4, Windows XP

Description:
I have a flat directory structure in CVS, with my maven files in a directory called 
"maven".  Like this:

module
  - project1/project.xml
  - project2/project.xml
  - ...
  - maven/project.xml (master project which all others inherit)

The checkout is fine but then it seems the maven scm:bootstrap-project goal can't find 
my maven/project.xml:

[EMAIL PROTECTED] tmp]$ maven -Dmaven.scm.method=cvs 
-Dmaven.scm.cvs.module=sources-malibu -Dmaven.scm.bootstrap.pom.dir=maven 
-Dmaven.scm.bootstrap.goals=multiproject:deploy,multiproject:site,site:deploy 
scm:bootstrap-project

    <snip>
    [cvs] U sources-malibu/maven/logo/cs_logo.jpg
    [cvs] U sources-malibu/maven/logo/logo_new_rvb.jpg

BUILD FAILED
File...... /export/home/cgey/maven/.maven/cache/maven-scm-plugin-1.4/plugin.jelly
Element... maven:maven
Line...... 158
Column.... 9
Error parsing project.xml 
'/export/home/cgey/maven/tmp/target/checkouts/sources-malibu/project.xml'
Total time: 24 minutes 52 seconds
Finished at: Thu Oct 28 16:22:36 CEST 2004

I've used -Dmaven.scm.bootstrap.pom.dir=maven so I think it should look in 
$module/maven which for me is sources-malibu/maven/project.xml but it doesn't find it. 
 

Brett confirmed that it looks like a bug and asked me to file it in JIRA.  I had the 
same problem about 4 months ago and finally gave up on it, so it looks to me like this 
has been broken for quite a while.

Thanks,
Michael



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to