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

Validation fails for reusable recipes #54

Open
vincent-zurczak opened this issue Sep 11, 2017 · 1 comment
Open

Validation fails for reusable recipes #54

vincent-zurczak opened this issue Sep 11, 2017 · 1 comment
Milestone

Comments

@vincent-zurczak
Copy link
Member

It says root components must have the target installer.
Which is right. But reusable recipes are incomplete applications.

@vincent-zurczak
Copy link
Member Author

The problem is that the plug-ins cannot detect whether the project is a reusable recipe or not. The most precise option would be to check the POM. But not all Roboconf projects need to be Maven projects. Only reusable recipes have to. 🤒

And reading the POM would make us depend on m2e. 😒
An acceptable solution would be to verify the existence of a descriptor and instances. If none of them exist, we can assume it is a reusable recipe.

@vincent-zurczak vincent-zurczak added this to the 0.10 milestone Oct 13, 2017
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