For an artifact in Nexus, I want to find out the classpath, i.e. against which version of which artifact the artifact was built. Of course, parsing the pom gives some hints, but as we have parent POMs, dependency management etc., this is a difficult task.
I guess that Maven does not store this information in the jars or side artifacts automatically (at least I cannot find such a thing, a hint would be very welcome), but is there an easy way to adjust the build process so that Maven puts this information into the Nexus repository?