<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Software Development Videos and Tutorials &#187; maven</title>
	<atom:link href="http://www.java-tv.com/tag/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java Software Development Videos and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Maven Tutorial 01 &#8211; Introduction and Setting up</title>
		<link>http://www.java-tv.com/2012/01/19/maven-tutorial-01-introduction-and-setting-up/</link>
		<comments>http://www.java-tv.com/2012/01/19/maven-tutorial-01-introduction-and-setting-up/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 19:36:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2136</guid>
		<description><![CDATA[Maven is an open source build tool traditionally used in Java and Java EE projects to compile source files, execute unit tests and assemble distribution artifacts. The first part of this tutorial explains how to download and install Maven in our development environment. The second part provides a first view at pom.xml configuration file and show how to compile a project. 
 
 
Video Producer: http://javabrains.koushik.org
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/19/maven-tutorial-01-introduction-and-setting-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Builds with Maven 3.0</title>
		<link>http://www.java-tv.com/2011/01/11/better-builds-with-maven-3-0/</link>
		<comments>http://www.java-tv.com/2011/01/11/better-builds-with-maven-3-0/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 11:16:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1740</guid>
		<description><![CDATA[Maven 3.0 has undergone major refactorings, and correspondingly, a battery of backwards compatibility tests to ensure a smooth transition from Maven 2.0. These refactorings prepare Maven for the next several years of development, including the separation of the POM file language from from the POM in-memory processor, which is already leading to Groovy, Ruby and YAML based POM file parsers. Explore what&#8217;s new on the cutting edge release of Maven, version 3.0. We&#8217;ll explore the performance improvements, features that make debugging Maven issues easier, and changes to POMs that may ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/01/11/better-builds-with-maven-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MuleSoft TCat/Tomcat Maven Archetypes</title>
		<link>http://www.java-tv.com/2010/10/27/mulesoft-tcattomcat-maven-archetypes/</link>
		<comments>http://www.java-tv.com/2010/10/27/mulesoft-tcattomcat-maven-archetypes/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 14:02:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1672</guid>
		<description><![CDATA[This video shows the collaboration to build an updated set of archetypes for the two most common web application archetypes offered (but outdated) at Maven Central. These are the JSP and Wicket web application archetypes. The source code for these is hosted at GitHub for the community to further fork and improve.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/10/27/mulesoft-tcattomcat-maven-archetypes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Industrial Strength Groovy</title>
		<link>http://www.java-tv.com/2010/05/25/industrial-strength-groovy/</link>
		<comments>http://www.java-tv.com/2010/05/25/industrial-strength-groovy/#comments</comments>
		<pubDate>Tue, 25 May 2010 12:32:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[cobertura]]></category>
		<category><![CDATA[codenarc]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[easyb]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1520</guid>
		<description><![CDATA[Paul King presents some of the tools helping one programming in Groovy: Cobertura &#8211; code coverage, CodeNarc &#8211; code style, EasyB &#8211; acceptance tests, GroovyDoc – documentation, GroovyMock/Spock &#8211; mocking and testing, Hudson &#8211; CI builds, Maven/Ant/Gant/Gradle &#8211; build files, OSGi – bundles, and Spring/Guice &#8211; dependency injection. 
http://www.infoq.com/presentations/Industrial-Strength-Groovy
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/05/25/industrial-strength-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn how to Use Selenium with Maven/Ant to Automate Testing of Web Apps</title>
		<link>http://www.java-tv.com/2010/03/24/learn-how-to-use-selenium-with-mavenant-to-automate-testing-of-web-apps/</link>
		<comments>http://www.java-tv.com/2010/03/24/learn-how-to-use-selenium-with-mavenant-to-automate-testing-of-web-apps/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 13:47:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[cargo]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1475</guid>
		<description><![CDATA[San Francisco Java User Group presents Chris Bedford who talks about:
- How to write functional tests with Selenium (including explaining its IDE, architecture, RC, and alternatives like Canoo WebTest)
- How to set up Selenium testing for web apps in continuous integration using Maven, Ant, Cargo, etc.
- How to use Hudson for build server 
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/03/24/learn-how-to-use-selenium-with-mavenant-to-automate-testing-of-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven 3 Reloaded</title>
		<link>http://www.java-tv.com/2010/03/10/maven-3-reloaded/</link>
		<comments>http://www.java-tv.com/2010/03/10/maven-3-reloaded/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:04:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1457</guid>
		<description><![CDATA[The Maven team has gone to the ends of the earth to ensure backward compatibility, improve usability, increase performance, allow safe embedding, and pave the way for implement many highly demanded features. This talk will briefly cover the process and tooling changes that have occurred in the Maven project in order to accomplish what we have done with Maven 3.0, as well as discuss the architectural and feature changes. Some of the process changes include setting up a multi-platform Hudson grid, building out a framework of over 440 integration tests, ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/03/10/maven-3-reloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jason van Zyl on the Future of Maven: Maven 3</title>
		<link>http://www.java-tv.com/2009/12/28/jason-van-zyl-on-the-future-of-maven-maven-3/</link>
		<comments>http://www.java-tv.com/2009/12/28/jason-van-zyl-on-the-future-of-maven-maven-3/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 12:41:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1327</guid>
		<description><![CDATA[Jason recently talked about Maven 3 at the Maven Meetup on March 19, 2009. Here is his entire presentation. In it, Jason discusses plans for Maven 3: support for incremental builds, changes to Plexus, better multi-language support, a queryable lifecycle, changes to the Plugin API, extensible reporting, a refactored plugin manager, project builder, and a new subsystem for interacting with repositories. You’ll hear Jason discuss plans to make Maven 3 more pluggable and to prepare for a Maven that can integrate with various repository formats. Jason also talks about changing ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/12/28/jason-van-zyl-on-the-future-of-maven-maven-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaWUG BOF 49 Maven 3.0, M2Eclipse, Nexus And Tycho: &#8220;All The Tools of Your Life&#8221;</title>
		<link>http://www.java-tv.com/2009/11/09/javawug-bof-49-maven-3-0-m2eclipse-nexus-and-tycho-all-the-tools-of-your-life/</link>
		<comments>http://www.java-tv.com/2009/11/09/javawug-bof-49-maven-3-0-m2eclipse-nexus-and-tycho-all-the-tools-of-your-life/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 12:54:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[tycho]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1260</guid>
		<description><![CDATA[Jason van Zyl talks about Maven 3.x, Nexus, Tycho and how this all ties together to create an end-to-end OSGi development system. 
 
JavaWUG page for the event
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/11/09/javawug-bof-49-maven-3-0-m2eclipse-nexus-and-tycho-all-the-tools-of-your-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Naked Objects 4.0 Maven Archetype</title>
		<link>http://www.java-tv.com/2009/09/14/using-the-naked-objects-4-0-maven-archetype/</link>
		<comments>http://www.java-tv.com/2009/09/14/using-the-naked-objects-4-0-maven-archetype/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:54:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[naked objects]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1166</guid>
		<description><![CDATA[This screencast shows how to get started using the Maven archetype that comes with  Naked Objects 4.0.
http://danhaywood.com/2009/08/29/using-the-naked-objects-4-0-maven-archetype/
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/09/14/using-the-naked-objects-4-0-maven-archetype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Serious About Build Automation: Using Maven in the Real World</title>
		<link>http://www.java-tv.com/2009/07/29/getting-serious-about-build-automation-using-maven-in-the-real-world/</link>
		<comments>http://www.java-tv.com/2009/07/29/getting-serious-about-build-automation-using-maven-in-the-real-world/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 17:09:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1063</guid>
		<description><![CDATA[Maven 2 is becoming increasingly popular in larger organizations looking to standardize and industrialize their build processes as well as in smaller shops simply trying to get more out of their builds. This session, for developers wanting to learn about Maven and Maven users wanting to get more out of their build tool, covers the main features and benefits of Maven and then looks at some of the more advanced uses of Maven in the real world, including complex transitive dependency management, dependency conflicts, multimodule projects, and integration with other ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/07/29/getting-serious-about-build-automation-using-maven-in-the-real-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>London Java Community: Maven</title>
		<link>http://www.java-tv.com/2009/02/23/london-java-community-maven/</link>
		<comments>http://www.java-tv.com/2009/02/23/london-java-community-maven/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 11:41:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=788</guid>
		<description><![CDATA[Martijn Verburg and Michael McCarthy  guide the users through a whistle stop tour of Maven. Martijn describes Maven as  a Java project management (life cycle) tool rather than as a simple build tool.  It has a simple XML configuration model known as the Project Object Model to  describe the dependencies and external modules a project utilises. Maven is  explained to be capable of automatically organising these for the user, and  drives forward the idea of compiling before testing, testing before packaging,  and packaging ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/02/23/london-java-community-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jason Van Zyl talks about Maven</title>
		<link>http://www.java-tv.com/2008/11/07/jason-van-zyl-talks-about-maven/</link>
		<comments>http://www.java-tv.com/2008/11/07/jason-van-zyl-talks-about-maven/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 12:29:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=559</guid>
		<description><![CDATA[This video features Jason Van Zyl, the chief architect and co-founder of  Mergere.com, who talks about Apache Maven 2.0. The presentation took placed on  Wednesday 20th September 2006. The venue was a Sun Microsystem&#8217;s London Bridge  office, the Customer Briefing Centre. Apache Maven 2.0 is a build tool similar  to Apache Ant but fundamentally is declarative rather than imperivative  instructed. Maven manages also project dependencies, because it incorporates at  the first instance, an understanding of your projects infrastructure. Maven has  a development infrastructure ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/07/jason-van-zyl-talks-about-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 919/1072 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:00:51 -->
