Hello, Not sure if my question makes sense or not. In maven2, is there a way to import (or upload) a profile from a file rather than define all of them in the single pom file? I mean, I have several profiles that can be activated dependent on properties. Rather than define all of them in the single pom, I'd like to create a profile file for each of them and import it in pom. Is it doable?
does maven2 have "import" term? Thanks Yan
