Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No "gov.nasa.jpl.imce.oml.parent" artifact published. #293

Closed
NicolasRouquette opened this issue Jul 9, 2018 · 0 comments
Closed

No "gov.nasa.jpl.imce.oml.parent" artifact published. #293

NicolasRouquette opened this issue Jul 9, 2018 · 0 comments

Comments

@NicolasRouquette
Copy link
Member

For changing versions using the Tycho versions plugin, it was necessary to edit the POM files such that every POM module P2 that is part of a parent POM P1 refers to P1 as its parent.
This results in a tree of POM modules & parent relationships.

However, as published, the root module refers to an unpublished parent module:

<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>gov.nasa.jpl.imce.oml</groupId>
	<artifactId>gov.nasa.jpl.imce.oml.root</artifactId>
	<version>0.9.6-SNAPSHOT</version>
	<packaging>pom</packaging>
	<parent>
		<groupId>gov.nasa.jpl.imce.oml</groupId>
		<artifactId>gov.nasa.jpl.imce.oml.parent</artifactId>
		<version>0.9.6-SNAPSHOT</version>
		<relativePath>./releng/gov.nasa.jpl.imce.oml.parent</relativePath>
	</parent>
	<modules>
		<module>plugins</module>
		<module>features</module>
		<module>tests</module>
		<module>releng</module>
	</modules>
</project>

This is because gov.nasa.jpl.imce.oml.parent is not directly or indirectly included as a module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant