<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: The Maven Release Plugin Is Pretty Slick</title> <atom:link href="http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/feed/" rel="self" type="application/rss+xml" /><link>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/</link> <description></description> <lastBuildDate>Mon, 06 Feb 2012 08:22:23 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Alexandre</title><link>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/comment-page-1/#comment-8473</link> <dc:creator>Alexandre</dc:creator> <pubDate>Thu, 09 Apr 2009 22:55:09 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=374#comment-8473</guid> <description>I have a problem with maven release with mercurial.
It works well if your pom.xml is at the root of your repo but I did not succeed to work if there are modules and want release modules seperately.
The problem comes from (I think) the hg clone does not manage subdirectories (as you can do on cvs or svn).
Someone has a solution?</description> <content:encoded><![CDATA[<p>I have a problem with maven release with mercurial.<br
/> It works well if your pom.xml is at the root of your repo but I did not succeed to work if there are modules and want release modules seperately.<br
/> The problem comes from (I think) the hg clone does not manage subdirectories (as you can do on cvs or svn).<br
/> Someone has a solution?</p> ]]></content:encoded> </item> <item><title>By: Jason Lee</title><link>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/comment-page-1/#comment-8469</link> <dc:creator>Jason Lee</dc:creator> <pubDate>Fri, 03 Apr 2009 17:17:46 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=374#comment-8469</guid> <description>Brett and Olivier, Thanks for the tip.  Someone on twitter actually pointed me in the direction of 2.1.0&#039;s new feature minutes after I posted this. :)  I think I have everything set up correctly for that now, so I&#039;ll be able to test it when next I need to do a release, which should be soon.  The CLI option isn&#039;t real appealing as the password is then stored in my shell&#039;s history file. :P</description> <content:encoded><![CDATA[<p>Brett and Olivier, Thanks for the tip.  Someone on twitter actually pointed me in the direction of 2.1.0&#8242;s new feature minutes after I posted this. <img
src='http://blogs.steeplesoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I think I have everything set up correctly for that now, so I&#8217;ll be able to test it when next I need to do a release, which should be soon.  The CLI option isn&#8217;t real appealing as the password is then stored in my shell&#8217;s history file. <img
src='http://blogs.steeplesoft.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Olivier Lamy</title><link>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/comment-page-1/#comment-8468</link> <dc:creator>Olivier Lamy</dc:creator> <pubDate>Fri, 03 Apr 2009 07:19:32 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=374#comment-8468</guid> <description>Nice to see someone happy about maven stuff :-).
If you don&#039;t want to store scm username/password use the following parameters in your cli : -Dusername= -Dpassword=</description> <content:encoded><![CDATA[<p>Nice to see someone happy about maven stuff <img
src='http://blogs.steeplesoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .<br
/> If you don&#8217;t want to store scm username/password use the following parameters in your cli : -Dusername= -Dpassword=</p> ]]></content:encoded> </item> <item><title>By: Brett Porter</title><link>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/comment-page-1/#comment-8467</link> <dc:creator>Brett Porter</dc:creator> <pubDate>Fri, 03 Apr 2009 06:15:07 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=374#comment-8467</guid> <description>glad you like it!if you&#039;re concerned about cleartext passwords, Maven 2.1.0 allows you to encrypt them (though that won&#039;t help with the plugin that foolishly spits it out in the build process!)</description> <content:encoded><![CDATA[<p>glad you like it!</p><p>if you&#8217;re concerned about cleartext passwords, Maven 2.1.0 allows you to encrypt them (though that won&#8217;t help with the plugin that foolishly spits it out in the build process!)</p> ]]></content:encoded> </item> <item><title>By: Jason Lee</title><link>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/comment-page-1/#comment-8466</link> <dc:creator>Jason Lee</dc:creator> <pubDate>Fri, 03 Apr 2009 03:35:47 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=374#comment-8466</guid> <description>Hi, Bruce.  Thanks for the tips.  I have a LOT to learn still about Maven, but I&#039;m committed.  It&#039;s a great tool that gets better the more you learn it. :)</description> <content:encoded><![CDATA[<p>Hi, Bruce.  Thanks for the tips.  I have a LOT to learn still about Maven, but I&#8217;m committed.  It&#8217;s a great tool that gets better the more you learn it. <img
src='http://blogs.steeplesoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Bruce Snyder</title><link>http://blogs.steeplesoft.com/2009/04/the-maven-release-plugin-is-pretty-slick/comment-page-1/#comment-8465</link> <dc:creator>Bruce Snyder</dc:creator> <pubDate>Fri, 03 Apr 2009 03:32:04 +0000</pubDate> <guid
isPermaLink="false">http://blogs.steeplesoft.com/?p=374#comment-8465</guid> <description>A very cool feature of the release:prepare goal is that the release.properties file that is generated can be committed to SCM. This allows a given release to be completely and easily recreated at any time. Also, don&#039;t forget about the dryRun property that prevents checkin or tagging to allow for a practice run so that the project is left untouched.Also, with large projects, Maven&#039;s batch mode option (mvn -B) can be very useful so that Maven won&#039;t ask those questions for every module that is being deployed (think about deploying 20, 40 or more modules at once).</description> <content:encoded><![CDATA[<p>A very cool feature of the release:prepare goal is that the release.properties file that is generated can be committed to SCM. This allows a given release to be completely and easily recreated at any time. Also, don&#8217;t forget about the dryRun property that prevents checkin or tagging to allow for a practice run so that the project is left untouched.</p><p>Also, with large projects, Maven&#8217;s batch mode option (mvn -B) can be very useful so that Maven won&#8217;t ask those questions for every module that is being deployed (think about deploying 20, 40 or more modules at once).</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic

Served from: blogs.steeplesoft.com @ 2012-02-07 14:56:48 -->
