Hello, i have a question using jbase, i am developing a project that uses jbase and i can probe the program with the (Run as -> Eclipse Application) selection, but i can not deploy with maven, so my question is how to add the dependencies to generate the workflow the pom from my project with jbase, and ¿should it be added in the pom from the parent or in the pom of the dsl?
Here are the pom from the parent and the pom from the dsl
When running the software, the following error appears:
Missing requirement: co.edu.icesi.eketal 1.0.0.qualifier requires 'bundle jbase 0.0.0' but it could not be found
Hello, i have a question using jbase, i am developing a project that uses jbase and i can probe the program with the (Run as -> Eclipse Application) selection, but i can not deploy with maven, so my question is how to add the dependencies to generate the workflow the pom from my project with jbase, and ¿should it be added in the pom from the parent or in the pom of the dsl? Here are the pom from the parent and the pom from the dsl When running the software, the following error appears:
Thanks for your help.