<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://united-coders.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>united-coders.com - archetypes</title>
 <link>http://united-coders.com/taxonomy/term/43/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Maven 2 (Part 1): Setting up a simple Apache Maven 2 project</title>
 <link>http://united-coders.com/phillip-steffensen/maven-2-part-1-setting-up-a-simple-apache-maven-2-project</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Java software development is often associated with repetitive tasks like building project&#039;s java classes, generating documentation and reporting. Doing this repetitive tasks manually costs a lot of time and tend to be error-prone. In addition to that it is extremely boring to do the same tasks again and again. These tasks should get automated, because they are often equal. To automate these tasks a build tool that could do this work is needed. Today, many java projects are using the &lt;a href=&quot;http://maven.apache.org&quot; title=&quot;Official Maven Website&quot;&gt;Maven&lt;/a&gt; as a build tool to manage these objectives. The &lt;a href=&quot;http://maven.apache.org&quot; title=&quot;Official Maven Website&quot;&gt;Maven project&lt;/a&gt; reached big popularity by making repetitive tasks automatable.&lt;/p&gt;
&lt;p&gt;Another advantage when using Maven is that all dependencies referenced by the project are resolved automatically. This is extremely helpful for bigger java projects that use a huge set of dependencies. To explain how to use Maven and to help you to get into it we start a new tutorial-series about Maven 2 at united-coders.com. The initial part of this tutorial describes how to set up a Maven 2 project structure. Further parts of this tutorial-series will describe the main functionality of Maven (e.g. plugins, archetypes, the dependency mechanism, profiles, repositories, scopes...) stepwise.&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/phillip-steffensen/maven-2-part-1-setting-up-a-simple-apache-maven-2-project&quot;&gt;&lt;strong&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://united-coders.com/phillip-steffensen/maven-2-part-1-setting-up-a-simple-apache-maven-2-project&quot; dc:identifier=&quot;http://united-coders.com/phillip-steffensen/maven-2-part-1-setting-up-a-simple-apache-maven-2-project&quot; dc:title=&quot;Maven 2 (Part 1): Setting up a simple Apache Maven 2 project&quot; trackback:ping=&quot;http://united-coders.com/trackback/19&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class=&#039;sexybookmarks-default-9489&#039;&gt;&lt;/div&gt;</description>
 <comments>http://united-coders.com/phillip-steffensen/maven-2-part-1-setting-up-a-simple-apache-maven-2-project#comments</comments>
 <category domain="http://united-coders.com/category/tags/apache">Apache</category>
 <category domain="http://united-coders.com/category/tags/archetypes">archetypes</category>
 <category domain="http://united-coders.com/category/tags/build-tools">build tools</category>
 <category domain="http://united-coders.com/category/tags/eclipse">eclipse</category>
 <category domain="http://united-coders.com/category/tags/generation">generation</category>
 <category domain="http://united-coders.com/category/tags/java">java</category>
 <category domain="http://united-coders.com/category/tags/maven-2">Maven 2</category>
 <category domain="http://united-coders.com/category/tags/pom">pom</category>
 <category domain="http://united-coders.com/category/tags/projects">projects</category>
 <category domain="http://united-coders.com/category/tags/tutorials">tutorials</category>
 <pubDate>Tue, 21 Apr 2009 06:27:45 +0000</pubDate>
 <dc:creator>Phillip Steffensen</dc:creator>
 <guid isPermaLink="false">19 at http://united-coders.com</guid>
</item>
</channel>
</rss>


