Build Failure: referencemetadata module

I’m trying to build referencemetadata-2.3.1 module and get the following error in the build log: http://pastebin.com/FLscT7WX

I was able to build the module earlier without any issues and now it has stopped building all of a sudden even without making a single change in code.

Looks like maven can’t find the maven-openmrs-plugin, make sure you have org.openmrs.maven.plugins pluginGroup in your maven settings.xml file.

It actually seems like maven is unable to resolve the version for the maven-openmrs-plugin

Adding the version for plugin in pom solved the issue :grinning:

1 Like