<?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: Maven: Extension Points in your Build System</title>
	<atom:link href="http://almaer.com/blog/maven-extension-points-in-your-build-system/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/maven-extension-points-in-your-build-system</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: s</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-2#comment-19068</link>
		<dc:creator>s</dc:creator>
		<pubDate>Wed, 08 Mar 2006 01:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19068</guid>
		<description>Hi

Could someone please tell me how to deploy jsr 168 portlets on websphere using maven

thanks
</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Could someone please tell me how to deploy jsr 168 portlets on websphere using maven</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-2#comment-19067</link>
		<dc:creator>san</dc:creator>
		<pubDate>Tue, 07 Mar 2006 22:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19067</guid>
		<description>Hi all,
I am new to Maven.  I am trying to do build using maven in my RAD workspace. I have one lib project and 1 portlet project (jsr 168) . The lib project built the first time i ran maven buildAll and genereates a jar file. I deleted the jar file and tried to build the lib project again, but this time it says the following:

(PGMLib is my lib project)

Attempting to download PGMLib-2.0.jar.
WARNING: Failed to download PGMLib-2.0.jar.

Here is my Maven.xml:














${lib_projects}

&quot;${lib_projects}&quot;















${lib_projects}

In lib Projetcts




${portlet_projects}

In portlet Projetcts ${portlet_projects}







--&gt;







deploy







deploy






Deploying portlet ${pom.id}



Starting portlet app








Stop Server





Copy libraries



Start Server


















Copy documentation










The above sample I got it from Managing websphere applications and maven article. I modified the project names thats all.

the link to the artice taht has actual the maven.xml: http://www-128.ibm.com/developerworks/websphere/library/techarticles/0503_boog/0503_boog.html?ca=dnp-413#N1021F


I really appreciate any replies.

thanks

</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I am new to Maven.  I am trying to do build using maven in my RAD workspace. I have one lib project and 1 portlet project (jsr 168) . The lib project built the first time i ran maven buildAll and genereates a jar file. I deleted the jar file and tried to build the lib project again, but this time it says the following:</p>
<p>(PGMLib is my lib project)</p>
<p>Attempting to download PGMLib-2.0.jar.<br />
WARNING: Failed to download PGMLib-2.0.jar.</p>
<p>Here is my Maven.xml:</p>
<p>${lib_projects}</p>
<p>&#8220;${lib_projects}&#8221;</p>
<p>${lib_projects}</p>
<p>In lib Projetcts</p>
<p>${portlet_projects}</p>
<p>In portlet Projetcts ${portlet_projects}</p>
<p>&#8211;></p>
<p>deploy</p>
<p>deploy</p>
<p>Deploying portlet ${pom.id}</p>
<p>Starting portlet app</p>
<p>Stop Server</p>
<p>Copy libraries</p>
<p>Start Server</p>
<p>Copy documentation</p>
<p>The above sample I got it from Managing websphere applications and maven article. I modified the project names thats all.</p>
<p>the link to the artice taht has actual the maven.xml: <a href="http://www-128.ibm.com/developerworks/websphere/library/techarticles/0503_boog/0503_boog.html?ca=dnp-413#N1021F" rel="nofollow">http://www-128.ibm.com/developerworks/websphere/library/techarticles/0503_boog/0503_boog.html?ca=dnp-413#N1021F</a></p>
<p>I really appreciate any replies.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-2#comment-19065</link>
		<dc:creator>san</dc:creator>
		<pubDate>Tue, 07 Mar 2006 22:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19065</guid>
		<description>Hi all,
I am new to Maven.  I am trying to do build using maven in my RAD workspace. I have one lib project and 1 portlet project (jsr 168) . The lib project built the first time i ran maven buildAll and genereates a jar file. I deleted the jar file and tried to build the lib project again, but this time it says the following:

(PGMLib is my lib project)

Attempting to download PGMLib-2.0.jar.
WARNING: Failed to download PGMLib-2.0.jar.

Here is my Maven.xml:














${lib_projects}

&quot;${lib_projects}&quot;















${lib_projects}

In lib Projetcts




${portlet_projects}

In portlet Projetcts ${portlet_projects}







--&gt;







deploy







deploy






Deploying portlet ${pom.id}



Starting portlet app








Stop Server





Copy libraries



Start Server


















Copy documentation










The above sample I got it from Managing websphere applications and maven article. I modified the project names thats all.


I really appreciate any replies.

thanks

</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I am new to Maven.  I am trying to do build using maven in my RAD workspace. I have one lib project and 1 portlet project (jsr 168) . The lib project built the first time i ran maven buildAll and genereates a jar file. I deleted the jar file and tried to build the lib project again, but this time it says the following:</p>
<p>(PGMLib is my lib project)</p>
<p>Attempting to download PGMLib-2.0.jar.<br />
WARNING: Failed to download PGMLib-2.0.jar.</p>
<p>Here is my Maven.xml:</p>
<p>${lib_projects}</p>
<p>&#8220;${lib_projects}&#8221;</p>
<p>${lib_projects}</p>
<p>In lib Projetcts</p>
<p>${portlet_projects}</p>
<p>In portlet Projetcts ${portlet_projects}</p>
<p>&#8211;></p>
<p>deploy</p>
<p>deploy</p>
<p>Deploying portlet ${pom.id}</p>
<p>Starting portlet app</p>
<p>Stop Server</p>
<p>Copy libraries</p>
<p>Start Server</p>
<p>Copy documentation</p>
<p>The above sample I got it from Managing websphere applications and maven article. I modified the project names thats all.</p>
<p>I really appreciate any replies.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-2#comment-19066</link>
		<dc:creator>san</dc:creator>
		<pubDate>Tue, 07 Mar 2006 22:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19066</guid>
		<description>Hi all,
I am new to Maven.  I am trying to do build using maven in my RAD workspace. I have one lib project and 1 portlet project (jsr 168) . The lib project built the first time i ran maven buildAll and genereates a jar file. I deleted the jar file and tried to build the lib project again, but this time it says the following:

(PGMLib is my lib project)

Attempting to download PGMLib-2.0.jar.
WARNING: Failed to download PGMLib-2.0.jar.

Here is my Maven.xml:














${lib_projects}

&quot;${lib_projects}&quot;















${lib_projects}

In lib Projetcts




${portlet_projects}

In portlet Projetcts ${portlet_projects}







--&gt;







deploy







deploy






Deploying portlet ${pom.id}



Starting portlet app








Stop Server





Copy libraries



Start Server


















Copy documentation










The above sample I got it from Managing websphere applications and maven article. I modified the project names thats all.


I really appreciate any replies.

thanks

</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I am new to Maven.  I am trying to do build using maven in my RAD workspace. I have one lib project and 1 portlet project (jsr 168) . The lib project built the first time i ran maven buildAll and genereates a jar file. I deleted the jar file and tried to build the lib project again, but this time it says the following:</p>
<p>(PGMLib is my lib project)</p>
<p>Attempting to download PGMLib-2.0.jar.<br />
WARNING: Failed to download PGMLib-2.0.jar.</p>
<p>Here is my Maven.xml:</p>
<p>${lib_projects}</p>
<p>&#8220;${lib_projects}&#8221;</p>
<p>${lib_projects}</p>
<p>In lib Projetcts</p>
<p>${portlet_projects}</p>
<p>In portlet Projetcts ${portlet_projects}</p>
<p>&#8211;></p>
<p>deploy</p>
<p>deploy</p>
<p>Deploying portlet ${pom.id}</p>
<p>Starting portlet app</p>
<p>Stop Server</p>
<p>Copy libraries</p>
<p>Start Server</p>
<p>Copy documentation</p>
<p>The above sample I got it from Managing websphere applications and maven article. I modified the project names thats all.</p>
<p>I really appreciate any replies.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dude</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-1#comment-19064</link>
		<dc:creator>Dude</dc:creator>
		<pubDate>Tue, 19 Jul 2005 02:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19064</guid>
		<description>I think those that spend so much time on build systems are loosers.  A build system is something that you put in place once and shouldnt tinker around with.  Moth of these things like ant/maven are fluff for use instead of a shell script or a python or perl script.  Yes, may be they make things a bit easy, but falks, really look at what you need to do... compile some files, copy it to a distribtion directory, replace some text, etc... why this crap like maven and ant shit?  Just get on with what is more important, which is your product.
</description>
		<content:encoded><![CDATA[<p>I think those that spend so much time on build systems are loosers.  A build system is something that you put in place once and shouldnt tinker around with.  Moth of these things like ant/maven are fluff for use instead of a shell script or a python or perl script.  Yes, may be they make things a bit easy, but falks, really look at what you need to do&#8230; compile some files, copy it to a distribtion directory, replace some text, etc&#8230; why this crap like maven and ant shit?  Just get on with what is more important, which is your product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eu</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-1#comment-19062</link>
		<dc:creator>eu</dc:creator>
		<pubDate>Mon, 21 Feb 2005 18:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19062</guid>
		<description>Maven is all about designing project structure. I&#039;ve posted some comments at http://jroller.com/page/eu/20050221#one_maven_s_feature_that
</description>
		<content:encoded><![CDATA[<p>Maven is all about designing project structure. I&#8217;ve posted some comments at <a href="http://jroller.com/page/eu/20050221#one_maven_s_feature_that" rel="nofollow">http://jroller.com/page/eu/20050221#one_maven_s_feature_that</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eu</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-1#comment-19063</link>
		<dc:creator>eu</dc:creator>
		<pubDate>Mon, 21 Feb 2005 18:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19063</guid>
		<description>Maven is all about designing project structure. I&#039;ve posted some comments at http://jroller.com/page/eu/20050221#one_maven_s_feature_that
</description>
		<content:encoded><![CDATA[<p>Maven is all about designing project structure. I&#8217;ve posted some comments at <a href="http://jroller.com/page/eu/20050221#one_maven_s_feature_that" rel="nofollow">http://jroller.com/page/eu/20050221#one_maven_s_feature_that</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-1#comment-19061</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 19 Feb 2005 00:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19061</guid>
		<description>Mr Pirsch,

What amaze me, is that you say that it&#039;s a cool thing that a &#039;smart guy&#039; can write a maven plugin if you have a special need...well in case you did not realize...you can do it with Ant too !

I find amazing that many people actually need to write their own maven plugin, while they did not feel the need to write their own with Ant... is that a limitation ?

btw, if you do some serious job, don&#039;t rely on external repo. Use your own where you have sources, binaries and docs available for all your third party as well as your build tool, you probably wrote some maven plugin that no one will be able to build after v 1.0.4 ;)
</description>
		<content:encoded><![CDATA[<p>Mr Pirsch,</p>
<p>What amaze me, is that you say that it&#8217;s a cool thing that a &#8217;smart guy&#8217; can write a maven plugin if you have a special need&#8230;well in case you did not realize&#8230;you can do it with Ant too !</p>
<p>I find amazing that many people actually need to write their own maven plugin, while they did not feel the need to write their own with Ant&#8230; is that a limitation ?</p>
<p>btw, if you do some serious job, don&#8217;t rely on external repo. Use your own where you have sources, binaries and docs available for all your third party as well as your build tool, you probably wrote some maven plugin that no one will be able to build after v 1.0.4 ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel Pirsch</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-1#comment-19060</link>
		<dc:creator>Emmanuel Pirsch</dc:creator>
		<pubDate>Fri, 18 Feb 2005 20:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19060</guid>
		<description>Thank&#039;s Allan!

</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s Allan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://almaer.com/blog/maven-extension-points-in-your-build-system/comment-page-1#comment-19058</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Fri, 18 Feb 2005 19:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/maven-extension-points-in-your-build-system#comment-19058</guid>
		<description>By the way, Maven (or should I say jexl/jelly) treats hyphens in property names as an expression. See http://www.jroller.com/comments/ras_shadow/Weblog/maven_properties_and_anomalies_replace

Is this documented somewhere. I&#039;m going to start documenting all this as I keep working on Maven. Maybe even write some articles if time permits :)
</description>
		<content:encoded><![CDATA[<p>By the way, Maven (or should I say jexl/jelly) treats hyphens in property names as an expression. See <a href="http://www.jroller.com/comments/ras_shadow/Weblog/maven_properties_and_anomalies_replace" rel="nofollow">http://www.jroller.com/comments/ras_shadow/Weblog/maven_properties_and_anomalies_replace</a></p>
<p>Is this documented somewhere. I&#8217;m going to start documenting all this as I keep working on Maven. Maybe even write some articles if time permits :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
