How to manage artifactory / maven artifact using different profiles
问题 i have some problems understanding how to manage different "jar" files generated using different profiles. An example. I have a project : my.project:sample:1.0 And we use two profiles: Using Profile1 is compiling using java 7 and with dependency other:project:1.0 Using Profile2 is compiling using java 6 and with dependency different:project:3.0 Using command line in local environment is easy to manage, but I don't know how to store and manage it on artifactory. We have two different projects