os.detected maven properties not detected by eclipse

I recently hit this weird error with one of my Java projects using maven. It would build perfectly fine from command line but fail in eclipse. It was due to eclipse not being able to recognize this property, os.detected.classifier, that we had added to one of our pom files. This property is handled by theContinue reading “os.detected maven properties not detected by eclipse”