On 8/21/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > > > Hi Eric and others :-) > > I have some remarks considering YAML. > > - IMHO YAML editor support is less than XML support.
Rest assured, it is not your humble opinion, it is indeed a fact that YAML support is less than XML support! :) Of course, YAML doesn't _need_ editor support, which is exactly the point. Give me terse syntax over tooling any day of the week! - How does YAML work with the maven release plugin? AFAIK the release > plugin modifies the pom file. When using YAML it modifies the > intermediate pom.xml file, not the pom.yml file. It doesn't work with the release plugin (I don't feel too bad about it, though, since the release plugin itself barely works vis-a-vis POM manipulation). Maven POM reading is currently built on a specific Doxia implementation, so is the release plugin. Until the core is refactored to a more flexible API, that seems to remain the case. There is no unified POM modifier in Maven as it stands - I wrote one, but it seems to be in limbo now. But that's an interesting proposal, however, and there is no reason that there can't be a YAML-based release. Regards, > > Minto 'misl' van der Sluis > > -----Oorspronkelijk bericht----- > Van: John Casey [mailto:[EMAIL PROTECTED] > Verzonden: dinsdag 21 augustus 2007 3:21 > Aan: Maven Users List > Onderwerp: Re: (Simple) POM in YAML > > Hey Eric, > > Looks interesting, but it does make my eyes hurt just a little to read. > :) > > -john > > > On Aug 20, 2007, at 2:52 PM, Eric Redmond wrote: > > > Write a POM in 1/3 the lines with YAML. Not suggested for beginners > > - this > > is just a fun experiment. > > > > http://blog.propellors.net/2007/08/maven-less-ugly.html > > > > I wouldn't normally condone replacing your pom.xml with pom.yml files > > - but it's a simple way to get moving fast - which I always condone by > > > any means necessary. > > > > -- > > Eric Redmond > > http://blog.propellors.net > > --- > John Casey > Committer and PMC Member, Apache Maven > mail: jdcasey at commonjava dot org > blog: http://www.ejlife.net/blogs/john > > > > > DISCLAIMER > De informatie in deze e-mail is vertrouwelijk en uitsluitend bestemd voor > de geadresseerde. Indien u niet de geadresseerde bent, wordt u er hierbij op > gewezen, dat u geen recht heeft kennis te nemen van de rest van deze e-mail, > deze te gebruiken, te kopieren of te verstrekken aan andere personen dan de > geadresseerde. Indien u deze e-mail abusievelijk hebt ontvangen, brengt u > dan alstublieft de afzender op de hoogte, waarbij u bij deze gevraagd wordt > het originele bericht te vernietigen. Politie Amsterdam-Amstelland is niet > verantwoordelijk voor de inhoud van deze e-mail en wijst iedere > aansprakelijkheid af voor en/of in verband met alle gevolgen en/of schade > van een onjuiste of onvolledige verzending ervan. Tenzij uitdrukkelijk het > tegendeel blijkt, kunnen aan dit bericht geen rechten worden ontleend. Het > gebruik van Internet e-mail brengt zekere risicos met zich. Daarom wordt > iedere aansprakelijkheid voor het gebruik van dit medium door de Politie > Amsterdam-Amstelland van de hand gewezen. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Eric Redmond http://blog.propellors.net
