We have a setup where each artifact implements one or many interfaces. The interfaces are not backward or forward compatible which means we have to serach for 'the best version of the artifact' which implements interface=XYZ.
Is there a recomend way of doing that? Is there any native support for such things in maven/ivy/gradle? The idea right now it to calulate a checksum of the interface and store is as an attribute. One obvius limitation is that one artifact can implement several interfacesand therefore seveal names on the 'interface' attribute. -- View this message in context: http://forums.jfrog.org/Find-artifacts-based-on-the-interface-it-implements-tp7580040.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
