<?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: pomegranate draft</title>
	<atom:link href="http://blog.caucho.com/2009/08/05/pomegranate-draft/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.caucho.com/2009/08/05/pomegranate-draft/</link>
	<description>Inside info, thoughts, and opinions from Caucho engineers</description>
	<pubDate>Tue, 21 May 2013 13:55:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: horacyoliwka</title>
		<link>http://blog.caucho.com/2009/08/05/pomegranate-draft/comment-page-1/#comment-462</link>
		<dc:creator>horacyoliwka</dc:creator>
		<pubDate>Mon, 02 Nov 2009 19:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=225#comment-462</guid>
		<description>This is all very neat, but I have one question left:

I have a working maven project, with all dependencies resolved. I create a web-app jar without the dependency jars, and a set of jar's for this project. all by maven. 
I want to deploy it on a server with resin 4.0.1
I've put the set of dependency jars to resin's project-jars/ directory.
Then I copy the WAR to resin's depoly directory, resin spots it and its WEB-INF/pom.xml and tries to resolve dependencies; unfortunately it cannot find any artifacts in its
repository.

I suppose this is because all the jars I have put there do not have
META-INF/maven...pom.xml files packed in them. They are just normal jars
like those downloaded by maven.
What should I do?
Should I somehow generate jars with pom.xml files inside? Or should I
manually copy the foo-bar-1.0.pom files from the repository on my devel
machine to the resin's project-jars directory?


Thank You for a response,

Horacy</description>
		<content:encoded><![CDATA[<p>This is all very neat, but I have one question left:</p>
<p>I have a working maven project, with all dependencies resolved. I create a web-app jar without the dependency jars, and a set of jar&#8217;s for this project. all by maven.<br />
I want to deploy it on a server with resin 4.0.1<br />
I&#8217;ve put the set of dependency jars to resin&#8217;s project-jars/ directory.<br />
Then I copy the WAR to resin&#8217;s depoly directory, resin spots it and its WEB-INF/pom.xml and tries to resolve dependencies; unfortunately it cannot find any artifacts in its<br />
repository.</p>
<p>I suppose this is because all the jars I have put there do not have<br />
META-INF/maven&#8230;pom.xml files packed in them. They are just normal jars<br />
like those downloaded by maven.<br />
What should I do?<br />
Should I somehow generate jars with pom.xml files inside? Or should I<br />
manually copy the foo-bar-1.0.pom files from the repository on my devel<br />
machine to the resin&#8217;s project-jars directory?</p>
<p>Thank You for a response,</p>
<p>Horacy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ferg</title>
		<link>http://blog.caucho.com/2009/08/05/pomegranate-draft/comment-page-1/#comment-335</link>
		<dc:creator>ferg</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=225#comment-335</guid>
		<description>The webapp might have extra dependencies beyond the jars in WEB-INF/lib.  (The WEB-INF/pom.xml is optional, by the way.)

Consider the extreme case where WEB-INF/lib and WEB-INF/classes are empty, and all jars are loaded as pomegranate modules.</description>
		<content:encoded><![CDATA[<p>The webapp might have extra dependencies beyond the jars in WEB-INF/lib.  (The WEB-INF/pom.xml is optional, by the way.)</p>
<p>Consider the extreme case where WEB-INF/lib and WEB-INF/classes are empty, and all jars are loaded as pomegranate modules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lehphyro</title>
		<link>http://blog.caucho.com/2009/08/05/pomegranate-draft/comment-page-1/#comment-334</link>
		<dc:creator>lehphyro</dc:creator>
		<pubDate>Thu, 06 Aug 2009 13:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=225#comment-334</guid>
		<description>The webapp jars already have pom.xml file inside them, why do you need a WEB-INF/pom.xml?</description>
		<content:encoded><![CDATA[<p>The webapp jars already have pom.xml file inside them, why do you need a WEB-INF/pom.xml?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
