Plugin should handle XML-Properties
-----------------------------------

                 Key: MOJO-1583
                 URL: http://jira.codehaus.org/browse/MOJO-1583
             Project: Mojo
          Issue Type: New Feature
          Components: properties
         Environment: properties-maven-plugin:1.0-alpha-2
            Reporter: Marco Stettler


Please add something like

{{
                        if(file.getName().endsWith("xml")){
                            projectProperties.loadFromXML( stream );
                        }else {
                            projectProperties.load( stream );
                        }
}}

for XML-Properties handling.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to