Skip to content

melting-pot: what to do about multi-module builds? #40

@hinerm

Description

@hinerm

When we create the mega-melt pom.xml we create a multi-module build where each dependency is a module.

If any of those dependencies are themselves modules of a multi-module build, where their aggregator is also their parent pom (i.e. https://github.com/axtimwalde/mpicbg), the now-orphaned modules appear to be unable to find their parents.

A heavy-handed suggestion: all child modules should include scijava repository blocks:

	<repositories>
		<repository>
			<id>scijava.public</id>
			<url>https://maven.scijava.org/content/groups/public</url>
		</repository>
	</repositories>

This way, the children will always know how to find their parents.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions