I'm looking for a good way to surface external properties to Maven.  For the
sake of brevity, these properties aren't in profiles.xml format but are in a
proprietary format.  I was thinking I could create Profile instances as I
see fit and populate them such that the properties are available at runtime. 
I've been poking around in the source and notice that a natural place to do
this is in a ProfileManager implementation, but MavenCli manually creates an
instance of DefaultProfileManager in its main(String[], ClassWorld) method.

Is there a better place or way to accomplish this type of thing?  If not, is
there a way to change the implementation class of ProfileManager so I can
add some custom property gathering logic?
-- 
View this message in context: 
http://www.nabble.com/source-arbitrary-external-profile-data--tp18221089p18221089.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to