-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
7.5.0.GA
-
None
In Business Central, I am building a project in development mode. The eventual artifact will be 1.0.0-SNAPSHOT.
The Kie Server is configured to look for the maven repository in Central Repository (host:port/maven2). It has no access to the Central Repository's local m2. (file://user/.m2/repository)
When i deploy the project to the kie server, through the controller, i notice that it tries to find the snapshot in the http://host:port/maven2/com/myproject/1.0.0-SNAPSHOT which is correct. However the Guvnor repository cannot resolve the SNAPSHOT.
When i change the project to be version 1.0.0 (not development mode) everything works fine.