|
View:
New views
18 Messages
—
Rating Filter:
Alert me
|
|
|
[Vote] properties-maven-plugin releaseHello,
I'm getting quite a number of emails from people who want this plugin released. It's been out for a while now and has been pretty stable. I think it's time for it to be released and would like to have a vote on it. Here's the JIRA: http://jira.codehaus.org/browse/MOJO-535 The blog where you'll find some documentation (there's also docs if you do mvn site) http://arsenalist.com/2007/02/07/maven-properties-plugin-download/ It's currently in the Sandbox: http://snapshots.repository.codehaus.org/org/codehaus/mojo/properties-maven-plugin/ Thank you, Zarar Siddiqi |
|
|
Re: [Vote] properties-maven-plugin releaseRaphaël 2007/7/17, Zarar Siddiqi <zarars@...>: Hello, |
|
|
Re: [Vote] properties-maven-plugin release+0 not using it either...
On Tue, 2007-07-17 at 00:42 -0400, Zarar Siddiqi wrote: > Hello, > > I'm getting quite a number of emails from people who want this plugin > released. It's been out for a while now and has been pretty stable. I > think it's time for it to be released and would like to have a vote on > it. > > Here's the JIRA: > http://jira.codehaus.org/browse/MOJO-535 > > The blog where you'll find some documentation (there's also docs if > you do mvn site) > http://arsenalist.com/2007/02/07/maven-properties-plugin-download/ > > It's currently in the Sandbox: > http://snapshots.repository.codehaus.org/org/codehaus/mojo/properties-maven-plugin/ > > Thank you, > Zarar Siddiqi --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: [Vote] properties-maven-plugin release+0 not using it nor looked at what it does (or its source)... But seems useful so no objections to a release :-)
--jason -----Original Message----- From: Kris Bravo <kris.bravo@...> Date: Tue, 17 Jul 2007 07:46:32 To:dev@... Subject: Re: [mojo-dev] [Vote] properties-maven-plugin release +0 not using it either... On Tue, 2007-07-17 at 00:42 -0400, Zarar Siddiqi wrote: > Hello, > > I'm getting quite a number of emails from people who want this plugin > released. It's been out for a while now and has been pretty stable. I > think it's time for it to be released and would like to have a vote on > it. > > Here's the JIRA: > http://jira.codehaus.org/browse/MOJO-535 > > The blog where you'll find some documentation (there's also docs if > you do mvn site) > http://arsenalist.com/2007/02/07/maven-properties-plugin-download/ > > It's currently in the Sandbox: > http://snapshots.repository.codehaus.org/org/codehaus/mojo/properties-maven-plugin/ > > Thank you, > Zarar Siddiqi --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: [Vote] properties-maven-plugin releaseHello,
I'm not too sure how to interpret these +0's. This plugin has 16 votes in the JIRA and is being used by the community. The download stats and feedback received on the blog tell me that. Is it possible for a release to happen this week? Sorry but I'm not sure how the release process here works. Thanks, Zarar
|
|
|
Re: [Vote] properties-maven-plugin release+1 if the site complies with http://mojo.codehaus.org/development/guidelines.html
-D
On 7/17/07, Zarar Siddiqi <zarars@...> wrote:
|
|
|
Re: [Vote] properties-maven-plugin releaseHi Zarar,
I think the accurate way to interpret all the +0 when nobody voted +1 nor -1 is to assume lazy concensus. I often vote +0 as i don't use the plugin, sometimes it is because i don't had the time to test it. And also we let go a plugin by voting +1 without review :-( Regards, Raphaël 2007/7/18, Zarar Siddiqi <zarars@...>:
|
|
|
Re: [Vote] properties-maven-plugin releaseThanks for the clarification. I've made a commit so that the site complies with the link pointed out by dan tran. It's ready to go.
Thanks, Zarar
|
|
|
Re: [Vote] properties-maven-plugin releaseabout deploy your updated site?
On 7/18/07, Zarar Siddiqi <zarars@...> wrote:
|
|
|
Re: [Vote] properties-maven-plugin release-1 (or rather -0.5) on the plugin concept in general.
It makes maven project embedding in IDE more complicated and unpredictable, possibly requiring to run a maven build to get the correct effective pom. Milos On 7/17/07, Kris Bravo <kris.bravo@...> wrote: > +0 not using it either... > > On Tue, 2007-07-17 at 00:42 -0400, Zarar Siddiqi wrote: > > Hello, > > > > I'm getting quite a number of emails from people who want this plugin > > released. It's been out for a while now and has been pretty stable. I > > think it's time for it to be released and would like to have a vote on > > it. > > > > Here's the JIRA: > > http://jira.codehaus.org/browse/MOJO-535 > > > > The blog where you'll find some documentation (there's also docs if > > you do mvn site) > > http://arsenalist.com/2007/02/07/maven-properties-plugin-download/ > > > > It's currently in the Sandbox: > > http://snapshots.repository.codehaus.org/org/codehaus/mojo/properties-maven-plugin/ > > > > Thank you, > > Zarar Siddiqi > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: [Vote] properties-maven-plugin releaseRight, and using an IDE with Maven projects is a breeze right now? Look, I see your point but there are countless other plugins that have the exact same issue that you're pointing out as a negative. And as for this case, doing a mvn process-resources before doing a build usually suffices for an IDE since all we can be doing here is filtering files based on properties for different environments - something that is very helpful.
Thanks, Zarar
|
|
|
Re: [Vote] properties-maven-plugin releaseDo we have a requirement that all plugins must be embedded IDE friendly?
-D
On 7/18/07, Milos Kleint <mkleint@...> wrote:
-1 (or rather -0.5) on the plugin concept in general. |
|
|
Re: [Vote] properties-maven-plugin releaseI've taken a look at the code.
if I understood the plugin correctly, it modifies the effective pom on the fly during the build. as far as I understand it, it doesn't cover all cases (like plugin configuration that uses a property value, or does it?) and it's not capable of tiggering property based plugin activation. In that sense it's less evil than I thought initially. I don't fully understand the usecases but obviously it's useful to someone. That shall not stop me to raise my concerns though. On 7/18/07, Dan Tran <dantran@...> wrote: > Do we have a requirement that all plugins must be embedded IDE friendly? AFAIK not, however once such use gets spread, you will get bug reports. I'm generally more concerned about stuff ( read: maven core components) that prevents reading a correct effective pom in embedded environment than plugins. Milos > > -D > > > > On 7/18/07, Milos Kleint <mkleint@...> wrote: > > -1 (or rather -0.5) on the plugin concept in general. > > It makes maven project embedding in IDE more complicated and > > unpredictable, possibly requiring to run a maven build to get the > > correct effective pom. > > > > Milos > > > > On 7/17/07, Kris Bravo <kris.bravo@... > wrote: > > > +0 not using it either... > > > > > > On Tue, 2007-07-17 at 00:42 -0400, Zarar Siddiqi wrote: > > > > Hello, > > > > > > > > I'm getting quite a number of emails from people who want this plugin > > > > released. It's been out for a while now and has been pretty stable. I > > > > think it's time for it to be released and would like to have a vote on > > > > it. > > > > > > > > Here's the JIRA: > > > > http://jira.codehaus.org/browse/MOJO-535 > > > > > > > > The blog where you'll find some documentation (there's also docs if > > > > you do mvn site) > > > > > http://arsenalist.com/2007/02/07/maven-properties-plugin-download/ > > > > > > > > It's currently in the Sandbox: > > > > > http://snapshots.repository.codehaus.org/org/codehaus/mojo/properties-maven-plugin/ > > > > > > > > Thank you, > > > > Zarar Siddiqi > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe from this list please visit: > > > > > > http://xircles.codehaus.org/manage_email > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: [Vote] properties-maven-plugin releaseI did a make-over on the site yesterday to make it more DOCCK compliant
and to follow the Mojo guidelines. It could do with more information on how it actually works. I read the documentation and I'm still not sure I get it. Perhaps an example could clear things up a bit: "If you have a properties file called foo.properties with this content: ... and use this configuration, then when the phase bar is run, *this* will happen to *that* file". License headers probably needs to be inserted in all files as well. At least the Checkstyle report complains about that for the java files. Dan Tran wrote: > +1 if the site complies with > http://mojo.codehaus.org/development/guidelines.html > > -D > > > On 7/17/07, *Zarar Siddiqi* <zarars@... <mailto:zarars@...>> > wrote: > > > Hello, > > I'm not too sure how to interpret these +0's. This plugin has 16 > votes in > the JIRA and is being used by the community. The download stats and > feedback received on the blog tell me that. > > Is it possible for a release to happen this week? Sorry but I'm not > sure how > the release process here works. > > Thanks, > Zarar > > > > jason.dillon wrote: > > > > +0 not using it nor looked at what it does (or its source)... But > seems > > useful so no objections to a release :-) > > > > --jason > > > > > > -----Original Message----- > > From: Kris Bravo <kris.bravo@... > <mailto:kris.bravo@...>> > > > > Date: Tue, 17 Jul 2007 07:46:32 > > To:dev@... <mailto:To:dev@...> > > Subject: Re: [mojo-dev] [Vote] properties-maven-plugin release > > > > +0 not using it either... > > > > On Tue, 2007-07-17 at 00:42 -0400, Zarar Siddiqi wrote: > >> Hello, > >> > >> I'm getting quite a number of emails from people who want this > plugin > >> released. It's been out for a while now and has been pretty > stable. I > >> think it's time for it to be released and would like to have a > vote on > >> it. > >> > >> Here's the JIRA: > >> http://jira.codehaus.org/browse/MOJO-535 > >> > >> The blog where you'll find some documentation (there's also docs if > >> you do mvn site) > >> http://arsenalist.com/2007/02/07/maven-properties-plugin-download/ > >> > >> It's currently in the Sandbox: > >> > http://snapshots.repository.codehaus.org/org/codehaus/mojo/properties-maven-plugin/ > >> > >> Thank you, > >> Zarar Siddiqi > > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > > > -- > View this message in context: > http://www.nabble.com/-Vote--properties-maven-plugin-release-tf4094624.html#a11660419 > <http://www.nabble.com/-Vote--properties-maven-plugin-release-tf4094624.html#a11660419> > Sent from the mojo - dev mailing list archive at Nabble.com > <http://Nabble.com>. > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: [Vote] properties-maven-plugin releaseSince there are doubts and rejection(s) regarding its technical aspect, perform we can release it as a 'alpha' to get
more feed back. I think there is a urgent need to release it per user request.
Thoughts?
-D
On 7/18/07, Dennis Lundberg <dennisl@...> wrote:
I did a make-over on the site yesterday to make it more DOCCK compliant |
|
|
Re: [Vote] properties-maven-plugin releaseDan Tran wrote:
> Since there are doubts and rejection(s) regarding its technical aspect, > perform we can release it as a 'alpha' to get > more feed back. I think there is a urgent need to release it per user > request. > > Thoughts? As long as Denis' comments are related to the code, releasing an alpha won't help to improve the things Dennis commented on. It sounds to me that the issues where pretty small and thus should be fixed before a release. I'm -1 for now. -- Trygve --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: [Vote] properties-maven-plugin releaseThanks for the input. I've improved the documentation and put a good example on the main page of the site. The License headers have also been fixed.
Thanks, Zarar
|
|
|
Re: [Vote] properties-maven-plugin release+1 from me, I would still (given all the prior comments) like to see this plugin released.
FWIW, Daniel. |
| Free embeddable forum powered by Nabble | Forum Help |