Description of problem: A null pointer exception is produced when the user uploads a .jar file without pom.xml as maven dependency. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: The expected result is that the system shows three fields in order to let the user put manually the GAV for the given file. Additional info:
The problem was fixed in the following commits. Now the user can upload a .jar file without the pom.xml to the maven local repository. push master URL: http://github.com/droolsjbpm/guvnor/commit/fa5f64273 push 6.0.x URL: http://github.com/droolsjbpm/guvnor/commit/9a202143d
The commit is not reachable from ER4 tag in guvnor repository (sync.2013.10.09).
Verified in BPMS 6.0.0.ER7 Business central asks for package, artifact identifier, and version during the upload when pom.xml is missing.