<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.ciscolinux.co.uk/index.php?action=history&amp;feed=atom&amp;title=Maven</id>
	<title>Maven - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ciscolinux.co.uk/index.php?action=history&amp;feed=atom&amp;title=Maven"/>
	<link rel="alternate" type="text/html" href="http://wiki.ciscolinux.co.uk/index.php?title=Maven&amp;action=history"/>
	<updated>2026-04-05T14:16:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>http://wiki.ciscolinux.co.uk/index.php?title=Maven&amp;diff=2486&amp;oldid=prev</id>
		<title>Pio2pio: Created page with &quot;Build JAR files using maven tool  Install mvn tool  sudo apt-get install maven  Clone repository (Java code) and navigate to directory containing pom.xml project file  git clo...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ciscolinux.co.uk/index.php?title=Maven&amp;diff=2486&amp;oldid=prev"/>
		<updated>2017-09-16T16:02:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Build JAR files using maven tool  Install mvn tool  sudo apt-get install maven  Clone repository (Java code) and navigate to directory containing pom.xml project file  git clo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Build JAR files using maven tool&lt;br /&gt;
&lt;br /&gt;
Install mvn tool&lt;br /&gt;
 sudo apt-get install maven&lt;br /&gt;
&lt;br /&gt;
Clone repository (Java code) and navigate to directory containing pom.xml project file&lt;br /&gt;
 git clone https://github.com/jenkinsci/swarm-plugin&lt;br /&gt;
 cd swarm-plugin/client/&lt;br /&gt;
&lt;br /&gt;
Build a package&lt;br /&gt;
 mvn package   # use -e or -X for debugging mode&lt;br /&gt;
&lt;br /&gt;
Navigate to target directory to find the jar binary.&lt;/div&gt;</summary>
		<author><name>Pio2pio</name></author>
	</entry>
</feed>