-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
6.0.0
-
None
Description of problem:
When you create a new project in Business Central, the pom.xml of that project contains invalid URL to the BC Maven repo. The url is "<url>/maven2/</url>" and should be something like "<url>http://localhost:8080/business-central/maven2/</url>".
Version-Release number of selected component (if applicable):
6.0.1-CR1
Steps to Reproduce:
1. Create new project.
2. Go to Authoring -> Administration and open the pom.xml file of that project.
Actual results:
The URL to the BC Maven repo is invalid: "/maven2/".
Expected results:
The url should be absolute. Something like"<url>http://localhost:8080/business-central/maven2/</url>".
Additional info:
This seems to be a regression, the URL was correct in previous releases. However I am not sure in which version it got broken.