Skip to content
Snippets Groups Projects
Commit f08fc81d authored by Goik Martin's avatar Goik Martin
Browse files

Maven slides

parent e0bb23da
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,18 @@
Beginner's Tutorial (5th Edition)</link></title>
</biblioentry>
<biblioentry xml:id="bib_MavenRef2010">
<abbrev>Maven2010</abbrev>
<date>Jan. 2010</date>
<publisher>
<publishername>Sonatype Inc.</publishername>
</publisher>
<title>Maven: The Complete Reference</title>
</biblioentry>
<biblioentry xml:id="bib_Patel96">
<abbrev>Patel1996</abbrev>
......
<?xml version="1.0" encoding="UTF-8"?>
<chapter annotations="slide" version="5.1" xml:id="sd1_chap_maven"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xila="http://www.w3.org/2001/XInclude/local-attributes"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:trans="http://docbook.org/ns/transclusion"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<title>Apache Maven</title>
<figure xml:id="sd1_fig_whatIsMaven">
<title>What is Maven anyway?</title>
<itemizedlist>
<listitem>
<para>Build tool</para>
</listitem>
<listitem>
<para>Project management tool</para>
<itemizedlist>
<listitem>
<para>Create reports</para>
</listitem>
<listitem>
<para>Continuous integration support</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</figure>
<figure xml:id="sd1_fig_factsAndBenefits">
<title>Maven: Facts and benefits</title>
<itemizedlist>
<listitem>
<para>Build tool</para>
</listitem>
<listitem>
<para>Dependency management</para>
</listitem>
<listitem>
<para>Repository system</para>
</listitem>
<listitem>
<para>Plugin framework</para>
</listitem>
</itemizedlist>
</figure>
</chapter>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment