<?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: Started new offline Grails Plugin Repository</title>
	<atom:link href="http://blog.jetztgrad.net/2009/09/started-new-offline-grails-plugin-repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jetztgrad.net/2009/09/started-new-offline-grails-plugin-repository/</link>
	<description>Programming was my first love, and it will be my last.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Started new offline Grails Plugin Repository - Grails Repository</title>
		<link>http://blog.jetztgrad.net/2009/09/started-new-offline-grails-plugin-repository/comment-page-1/#comment-357</link>
		<dc:creator>Started new offline Grails Plugin Repository - Grails Repository</dc:creator>
		<pubDate>Sun, 26 Sep 2010 10:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=13#comment-357</guid>
		<description>[...] Check out the original for detail [...]</description>
		<content:encoded><![CDATA[<p>[...] Check out the original for detail [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetztgradnet</title>
		<link>http://blog.jetztgrad.net/2009/09/started-new-offline-grails-plugin-repository/comment-page-1/#comment-344</link>
		<dc:creator>jetztgradnet</dc:creator>
		<pubDate>Wed, 08 Sep 2010 15:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=13#comment-344</guid>
		<description>Hi Mike,

at the time, an offline repository for Grails plugins seemed a nice idea. But in Grails 1.2 (or was it 1.3?), Grails gained plugin dependency resolution for plugins via Maven/Ivy repositories, which is even better. There are at least two really good repository managers for Maven repos (&lt;a href=&quot;http://www.jfrog.org/products.php&quot; rel=&quot;nofollow&quot;&gt;Artifactory&lt;/a&gt; and &lt;a href=&quot;http://nexus.sonatype.org/&quot; rel=&quot;nofollow&quot;&gt;Nexus&lt;/a&gt;), which provide everything for hosting a repository. 

To conclude, I don&#039;t plan to continue development of plugrepo, sorry. If you are still on Grails 1.1, I can only encourage you to upgrade or otherwise create a SVN repository as described here: http://juddsolutions.blogspot.com/2009/07/grails-read-only-plugin-repository.html. You might also be interessed in this thread on the Grails mailing list: http://grails.1312388.n4.nabble.com/custom-plugin-repository-without-Maven-or-SVN-td2228566.html

If you want to create something based on plugrepo, be my guest. It is far from finished. So far, only manual upload of plugin zips works. You can look at (and fork) the code at &lt;a href=&quot;http://github.com/jetztgradnet/plugrepo/&quot; rel=&quot;nofollow&quot;&gt;GitHub&lt;/a&gt;. 

HTH,

Wolfgang</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>at the time, an offline repository for Grails plugins seemed a nice idea. But in Grails 1.2 (or was it 1.3?), Grails gained plugin dependency resolution for plugins via Maven/Ivy repositories, which is even better. There are at least two really good repository managers for Maven repos (<a href="http://www.jfrog.org/products.php" rel="nofollow">Artifactory</a> and <a href="http://nexus.sonatype.org/" rel="nofollow">Nexus</a>), which provide everything for hosting a repository. </p>
<p>To conclude, I don&#8217;t plan to continue development of plugrepo, sorry. If you are still on Grails 1.1, I can only encourage you to upgrade or otherwise create a SVN repository as described here: <a href="http://juddsolutions.blogspot.com/2009/07/grails-read-only-plugin-repository.html" rel="nofollow">http://juddsolutions.blogspot.com/2009/07/grails-read-only-plugin-repository.html</a>. You might also be interessed in this thread on the Grails mailing list: <a href="http://grails.1312388.n4.nabble.com/custom-plugin-repository-without-Maven-or-SVN-td2228566.html" rel="nofollow">http://grails.1312388.n4.nabble.com/custom-plugin-repository-without-Maven-or-SVN-td2228566.html</a></p>
<p>If you want to create something based on plugrepo, be my guest. It is far from finished. So far, only manual upload of plugin zips works. You can look at (and fork) the code at <a href="http://github.com/jetztgradnet/plugrepo/" rel="nofollow">GitHub</a>. </p>
<p>HTH,</p>
<p>Wolfgang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.jetztgrad.net/2009/09/started-new-offline-grails-plugin-repository/comment-page-1/#comment-343</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 08 Sep 2010 12:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=13#comment-343</guid>
		<description>Hello,
  First thank you for all the contributions to the grails community! I was wondering if you have done any additional work on plugrepo, or plan to? Having a way to host an offline grails repository would be very useful to me, and plugrepo looks like it could be a great solution.
Unfortunately, I have hit a few speedbumps so far:
  1) Trying to use the project with the latest version of grails (currently 1.3.4) doesn&#039;t work. Not a big deal, but GORM is not happy...and I&#039;m not sure why :-/
  2) When using grails 1.1.2 ( I haven&#039;t tried 1.1.1 yet ), I don&#039;t think plugins are actually downloaded properly. Although I&#039;m not sure where they are being stored by default, is this configurable ? 

Thanks in advance,
Mike</description>
		<content:encoded><![CDATA[<p>Hello,<br />
  First thank you for all the contributions to the grails community! I was wondering if you have done any additional work on plugrepo, or plan to? Having a way to host an offline grails repository would be very useful to me, and plugrepo looks like it could be a great solution.<br />
Unfortunately, I have hit a few speedbumps so far:<br />
  1) Trying to use the project with the latest version of grails (currently 1.3.4) doesn&#8217;t work. Not a big deal, but GORM is not happy&#8230;and I&#8217;m not sure why :-/<br />
  2) When using grails 1.1.2 ( I haven&#8217;t tried 1.1.1 yet ), I don&#8217;t think plugins are actually downloaded properly. Although I&#8217;m not sure where they are being stored by default, is this configurable ? </p>
<p>Thanks in advance,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetztgradnet</title>
		<link>http://blog.jetztgrad.net/2009/09/started-new-offline-grails-plugin-repository/comment-page-1/#comment-287</link>
		<dc:creator>jetztgradnet</dc:creator>
		<pubDate>Wed, 31 Mar 2010 09:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=13#comment-287</guid>
		<description>Hi Santhanam,

Plugrepo is not yet finished. It downloaded only meta data, not the actual plugin zips. As Grails 1.3 allows installing plugins from Maven repos, I haven&#039;t decided yet, whether to continue development of Plugrepo.

For another approach see http://juddsolutions.blogspot.com/2009/07/grails-read-only-plugin-repository.html</description>
		<content:encoded><![CDATA[<p>Hi Santhanam,</p>
<p>Plugrepo is not yet finished. It downloaded only meta data, not the actual plugin zips. As Grails 1.3 allows installing plugins from Maven repos, I haven&#8217;t decided yet, whether to continue development of Plugrepo.</p>
<p>For another approach see <a href="http://juddsolutions.blogspot.com/2009/07/grails-read-only-plugin-repository.html" rel="nofollow">http://juddsolutions.blogspot.com/2009/07/grails-read-only-plugin-repository.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santhanam</title>
		<link>http://blog.jetztgrad.net/2009/09/started-new-offline-grails-plugin-repository/comment-page-1/#comment-286</link>
		<dc:creator>Santhanam</dc:creator>
		<pubDate>Tue, 30 Mar 2010 13:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=13#comment-286</guid>
		<description>Hi Jetztgradnet,
     I am able to build &amp; deploy Plugrepo in Tomcat. 

    All plugins are seems to be downloaded, when i looked in the browser (plugin list). But found that in plugrepo\WEB-INF\data\plugrepo directory, no plugins are downloaded. 

    My aim is to download all the grails plugins and set up a local repository, so that computers without internet access can download the repositories. 

    Any clues ?

Thanks In Advance

With Regards
Santhanam</description>
		<content:encoded><![CDATA[<p>Hi Jetztgradnet,<br />
     I am able to build &amp; deploy Plugrepo in Tomcat. </p>
<p>    All plugins are seems to be downloaded, when i looked in the browser (plugin list). But found that in plugrepo\WEB-INF\data\plugrepo directory, no plugins are downloaded. </p>
<p>    My aim is to download all the grails plugins and set up a local repository, so that computers without internet access can download the repositories. </p>
<p>    Any clues ?</p>
<p>Thanks In Advance</p>
<p>With Regards<br />
Santhanam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetztgradnet</title>
		<link>http://blog.jetztgrad.net/2009/09/started-new-offline-grails-plugin-repository/comment-page-1/#comment-44</link>
		<dc:creator>jetztgradnet</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=13#comment-44</guid>
		<description>Hi Polprav,

yes, that&#039;s ok.</description>
		<content:encoded><![CDATA[<p>Hi Polprav,</p>
<p>yes, that&#8217;s ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polprav</title>
		<link>http://blog.jetztgrad.net/2009/09/started-new-offline-grails-plugin-repository/comment-page-1/#comment-43</link>
		<dc:creator>Polprav</dc:creator>
		<pubDate>Thu, 22 Oct 2009 09:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jetztgrad.net/?p=13#comment-43</guid>
		<description>Hello from Russia!
Can I quote a post in your blog with the link to you?</description>
		<content:encoded><![CDATA[<p>Hello from Russia!<br />
Can I quote a post in your blog with the link to you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

