« Return to Thread: Any interest in a maven-properties-plugin?

Re: Any interest in a maven-properties-plugin?

by Zarar Siddiqi :: Rate this Message:

Reply to Author | View in Thread

I've created a JIRA for this:

http://jira.codehaus.org/browse/MOJO-535

Please vote if you feel this is helpful.



Wayne Fay wrote:
I think there is certainly some interest in this kind of plugin. In
particular, the write-project-properties functionality might be useful
to build up properties files used by Spring etc.

However, it should be named properties-maven-plugin, as it does not
originate from the Maven Dev team.

Wayne

On 10/16/06, Zarar Siddiqi <zarars@gmail.com> wrote:
>
> I've written a plugin that serves as a good utility in handling properties.
> Given the many questions on this mailing list about handling properties for
> different environments and I/O'ing them from files, I think this would help
> in alleviating this problem.
>
> It has three goals (for now):
>
> 1. read-project-properties: Given a set of property files in name=value
> format, it reads them and stores them as project properties.  This would be
> nice for those of us that store environment specific information in
> different property files.
>
> 2. write-project-properties: Writes project properties to a given file.
> Helpful when some properties need to be available at runtime (e.g.: Spring's
> PropertyPlaceholderConfigurer)
>
> 3. write-active-profile-properties:  Writes the properties of any active
> profiles to a file.
>
> The above three are the use cases that I've encountered.  I'm sure there are
> many more.
>
> If there is any interest in such a plugin, do respond to this and I will
> make a site for it and start the process of submitting a plugin to
> org.codehaus.mojo.
>
> Thank you.
>
> --
> View this message in context: http://www.nabble.com/Any-interest-in-a-maven-properties-plugin--tf2454363.html#a6840727
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org

 « Return to Thread: Any interest in a maven-properties-plugin?