<?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: How to add external jar files to Maven project POM</title>
	<atom:link href="http://www.zparacha.com/include-externaljar-file-in-maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zparacha.com/include-externaljar-file-in-maven/</link>
	<description>Effective programming and blogging tips by Zaheer Paracha</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:00:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tejas</title>
		<link>http://www.zparacha.com/include-externaljar-file-in-maven/comment-page-1/#comment-1802</link>
		<dc:creator>Tejas</dc:creator>
		<pubDate>Wed, 30 Nov 2011 07:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=116#comment-1802</guid>
		<description>Hey buddies, 

Maven is quite powerful if you have a lots of libraries.
It;s not only about the library, but the other powerful features to customize the build process to a great extent.

In case when this error comes &quot;Failed to resolve artifact.&quot; Please see that you may have to add a repository in your pom.xml; or as an option, manually install the jar files into the local maven repository as per the article. 

Or you can still be with managing libraries, the old school way, add library and manage them in a directory lol ! Actually, if you are doing a small project like assignment or something, maven is not suitable for the environment.</description>
		<content:encoded><![CDATA[<p>Hey buddies, </p>
<p>Maven is quite powerful if you have a lots of libraries.<br />
It;s not only about the library, but the other powerful features to customize the build process to a great extent.</p>
<p>In case when this error comes &#8220;Failed to resolve artifact.&#8221; Please see that you may have to add a repository in your pom.xml; or as an option, manually install the jar files into the local maven repository as per the article. </p>
<p>Or you can still be with managing libraries, the old school way, add library and manage them in a directory lol ! Actually, if you are doing a small project like assignment or something, maven is not suitable for the environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marjan</title>
		<link>http://www.zparacha.com/include-externaljar-file-in-maven/comment-page-1/#comment-1640</link>
		<dc:creator>Marjan</dc:creator>
		<pubDate>Fri, 12 Aug 2011 08:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=116#comment-1640</guid>
		<description>Maven is useful when you are setting up project and it stops right there

For two days I am trying to convince maven to automate project deployment so I could simply run excutable jar. I cannot, because it cannot find external JARs because they are not there.

I hate using external tools that use external tools that use external tools that use external tools to build one simple f...ing project with maven.</description>
		<content:encoded><![CDATA[<p>Maven is useful when you are setting up project and it stops right there</p>
<p>For two days I am trying to convince maven to automate project deployment so I could simply run excutable jar. I cannot, because it cannot find external JARs because they are not there.</p>
<p>I hate using external tools that use external tools that use external tools that use external tools to build one simple f&#8230;ing project with maven.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhi</title>
		<link>http://www.zparacha.com/include-externaljar-file-in-maven/comment-page-1/#comment-1280</link>
		<dc:creator>Radhi</dc:creator>
		<pubDate>Thu, 03 Feb 2011 20:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=116#comment-1280</guid>
		<description>I have one problem,

I have followed the steps as above
But when I am trying to install maven ..the below error came 
Downloading: http://maven.springframework.org/milestone/com/cisco/social/socialsignonframework/1.0/socialsignonframework-1.0.jar
[INFO] Unable to find resource &#039;com.cisco.social:socialsignonframework:jar:1.0&#039; in repository org.springframework.maven.milestone (http://maven.springframework.org/milestone)
Downloading: http://mrepo.happyfern.com/maven2-snapshot//com/cisco/social/socialsignonframework/1.0/socialsignonframework-1.0.jar
[INFO] Unable to find resource &#039;com.cisco.social:socialsignonframework:jar:1.0&#039; in repository mrepo-happyfern-snapshot (http://mrepo.happyfern.com/maven2-snapshot/)
Downloading: http://repo1.maven.org/maven2/com/cisco/social/socialsignonframework/1.0/socialsignonframework-1.0.jar
[INFO] Unable to find resource &#039;com.cisco.social:socialsignonframework:jar:1.0&#039; in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:

Since my custom jar file is not available in maven repository Its giving error
Any help is appreciated</description>
		<content:encoded><![CDATA[<p>I have one problem,</p>
<p>I have followed the steps as above<br />
But when I am trying to install maven ..the below error came<br />
Downloading: <a href="http://maven.springframework.org/milestone/com/cisco/social/socialsignonframework/1.0/socialsignonframework-1.0.jar" rel="nofollow">http://maven.springframework.org/milestone/com/cisco/social/socialsignonframework/1.0/socialsignonframework-1.0.jar</a><br />
[INFO] Unable to find resource &#8216;com.cisco.social:socialsignonframework:jar:1.0&#8242; in repository org.springframework.maven.milestone (<a href="http://maven.springframework.org/milestone" rel="nofollow">http://maven.springframework.org/milestone</a>)<br />
Downloading: <a href="http://mrepo.happyfern.com/maven2-snapshot//com/cisco/social/socialsignonframework/1.0/socialsignonframework-1.0.jar" rel="nofollow">http://mrepo.happyfern.com/maven2-snapshot//com/cisco/social/socialsignonframework/1.0/socialsignonframework-1.0.jar</a><br />
[INFO] Unable to find resource &#8216;com.cisco.social:socialsignonframework:jar:1.0&#8242; in repository mrepo-happyfern-snapshot (<a href="http://mrepo.happyfern.com/maven2-snapshot/" rel="nofollow">http://mrepo.happyfern.com/maven2-snapshot/</a>)<br />
Downloading: <a href="http://repo1.maven.org/maven2/com/cisco/social/socialsignonframework/1.0/socialsignonframework-1.0.jar" rel="nofollow">http://repo1.maven.org/maven2/com/cisco/social/socialsignonframework/1.0/socialsignonframework-1.0.jar</a><br />
[INFO] Unable to find resource &#8216;com.cisco.social:socialsignonframework:jar:1.0&#8242; in repository central (<a href="http://repo1.maven.org/maven2" rel="nofollow">http://repo1.maven.org/maven2</a>)<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ERROR] BUILD ERROR<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Failed to resolve artifact.</p>
<p>Missing:</p>
<p>Since my custom jar file is not available in maven repository Its giving error<br />
Any help is appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eloise Carey</title>
		<link>http://www.zparacha.com/include-externaljar-file-in-maven/comment-page-1/#comment-284</link>
		<dc:creator>Eloise Carey</dc:creator>
		<pubDate>Thu, 13 Nov 2008 00:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=116#comment-284</guid>
		<description>taddwmejezzs7jsk</description>
		<content:encoded><![CDATA[<p>taddwmejezzs7jsk</p>
]]></content:encoded>
	</item>
</channel>
</rss>

