<?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: Apache Maven: Creating a Basic Web Application (Screencast)</title>
	<atom:link href="http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/feed/" rel="self" type="application/rss+xml" />
	<link>http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/</link>
	<description>Javid Jamae's thoughts on Java, software, and other random things</description>
	<pubDate>Thu, 29 Jul 2010 12:57:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dietrich</title>
		<link>http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/comment-page-1/#comment-322</link>
		<dc:creator>Dietrich</dc:creator>
		<pubDate>Fri, 02 Oct 2009 04:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=377#comment-322</guid>
		<description>Or use the mvn -U option when running the plugin.</description>
		<content:encoded><![CDATA[<p>Or use the mvn -U option when running the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamae Javid</title>
		<link>http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/comment-page-1/#comment-317</link>
		<dc:creator>Jamae Javid</dc:creator>
		<pubDate>Tue, 19 May 2009 22:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=377#comment-317</guid>
		<description>Hmm, that seems like the wrong version of the archetype plugin. I don't know how that happened. I have 2.0-alpha-4, while you have 1.0-alpha-7. Look and see what you have under the following directory:

~\.m2\repository\org\apache\maven\archetype\archetype-common\

Try wiping out that directory and see what happens. If not, try wiping out your entire local repository and let it download everything from scratch.

If that doesn't work, you should probably post the the Apache forums (or on JavaRanch). I'll still look at it, but its a better place to get support since there will be more eyes on it, and someone may have encountered this before.</description>
		<content:encoded><![CDATA[<p>Hmm, that seems like the wrong version of the archetype plugin. I don&#8217;t know how that happened. I have 2.0-alpha-4, while you have 1.0-alpha-7. Look and see what you have under the following directory:</p>
<p>~\.m2\repository\org\apache\maven\archetype\archetype-common\</p>
<p>Try wiping out that directory and see what happens. If not, try wiping out your entire local repository and let it download everything from scratch.</p>
<p>If that doesn&#8217;t work, you should probably post the the Apache forums (or on JavaRanch). I&#8217;ll still look at it, but its a better place to get support since there will be more eyes on it, and someone may have encountered this before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Hinojosa</title>
		<link>http://javidjamae.com/2009/05/19/maven-creating-a-basic-web-application-screencast/comment-page-1/#comment-316</link>
		<dc:creator>Dan Hinojosa</dc:creator>
		<pubDate>Tue, 19 May 2009 20:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://javidjamae.com/?p=377#comment-316</guid>
		<description>I never really used maven seriously. But I tried it and came with the following issues:

&lt;code&gt;
danno@danno-laptop:~$ mvn -version
Apache Maven 2.1.0 (r755702; 2009-03-18 13:10:27-0600)
Java version: 1.6.0_11
Java home: /home/danno/java/jdk1.6.0_11/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.28-11-generic" arch: "i386" Family: "unix"

danno@danno-laptop:~$ mvn archetype:generate
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: &#60; 1 second
[INFO] Finished at: Tue May 19 14:32:20 MDT 2009
[INFO] Final Memory: 2M/40M
[INFO] ------------------------------------------------------------------------
danno@danno-laptop:~$ mvn -e archetype:generate
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1802)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:446)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:176)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: &#60; 1 second
[INFO] Finished at: Tue May 19 14:32:31 MDT 2009
[INFO] Final Memory: 2M/40M
[INFO] ------------------------------------------------------------------------
danno@danno-laptop:~$ 
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I never really used maven seriously. But I tried it and came with the following issues:</p>
<p><code><br />
danno@danno-laptop:~$ mvn -version<br />
Apache Maven 2.1.0 (r755702; 2009-03-18 13:10:27-0600)<br />
Java version: 1.6.0_11<br />
Java home: /home/danno/java/jdk1.6.0_11/jre<br />
Default locale: en_US, platform encoding: UTF-8<br />
OS name: "linux" version: "2.6.28-11-generic" arch: "i386" Family: "unix"</p>
<p>danno@danno-laptop:~$ mvn archetype:generate<br />
[INFO] Scanning for projects&#8230;<br />
[INFO] Searching repository for plugin with prefix: &#8216;archetype&#8217;.<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 FAILURE<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] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7<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] For more information, run Maven with the -e switch<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] Total time: &lt; 1 second<br />
[INFO] Finished at: Tue May 19 14:32:20 MDT 2009<br />
[INFO] Final Memory: 2M/40M<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 />
danno@danno-laptop:~$ mvn -e archetype:generate<br />
+ Error stacktraces are turned on.<br />
[INFO] Scanning for projects&#8230;<br />
[INFO] Searching repository for plugin with prefix: &#8216;archetype&#8217;.<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 FAILURE<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] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7<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] Trace<br />
org.apache.maven.BuildFailureException: Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7<br />
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1802)<br />
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:446)<br />
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:176)<br />
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)<br />
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)<br />
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)<br />
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)<br />
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)<br />
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)<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] Total time: &lt; 1 second<br />
[INFO] Finished at: Tue May 19 14:32:31 MDT 2009<br />
[INFO] Final Memory: 2M/40M<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 />
danno@danno-laptop:~$<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
