jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Continuum
  • CONTINUUM-437

Maven 2 parent project with <modules/> cannot be build if parent is on same level as modules

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.0.1
  • Component/s: None
  • Labels:
    None
  • Complexity:
    Intermediate

Description

I'm testing with multiproject like this:

root
+ project
+ moduleA
+ moduleB

each one has a pom.xml defined. The pom of the project has a <modules/> section as follows:

<modules>
<module>../moduleA</module>
<module>../moduleB</module>
</modules>

When I try to add the pom of "project", continuum fails with an error:

Could not download file:/C:/DOCUME~1/WIM/LOCALS~1/Temp/summit-4/../moduleA/pom.xml: C:\DOCUME~1\WIM\LOCALS~1\Temp\summit-4\..\moduleA\pom.xml (The system cannot find the path specified)

Issue Links

relates to

Task - A task that needs to be done. CONTINUUM-541 Problems running multi-module build with maven2

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Emmanuel Venisse added a comment - 10/Nov/05 11:01 AM

You can't use the upload feature for multiproject, I added a note in Add Project page

I fixed continuum for support multiproject with your directories tree, so you'll can use module with ../ in module name in next version, only if you have the correct directory structure on site you access with protocol

Show
Emmanuel Venisse added a comment - 10/Nov/05 11:01 AM You can't use the upload feature for multiproject, I added a note in Add Project page I fixed continuum for support multiproject with your directories tree, so you'll can use module with ../ in module name in next version, only if you have the correct directory structure on site you access with protocol

People

  • Assignee:
    Emmanuel Venisse
    Reporter:
    Wim Deblauwe
Vote (0)
Watch (1)

Dates

  • Created:
    10/Nov/05 7:37 AM
    Updated:
    10/Sep/06 5:07 PM
    Resolved:
    10/Nov/05 11:01 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.