I have a maven project with module and parent proyect. If you launch a test module with command mvn test this work, but you add a variable inside module that reference to parent proyect. ${project.version} and now launch mvn test, this fail. You must install project parent in your local repository to launch module.
No comments:
Post a Comment