<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Build Tool on ARI Systems</title>
    <link>https://aripd.com/tags/build-tool/</link>
    <description>Recent content in Build Tool on ARI Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>ARI Systems</copyright>
    <lastBuildDate>Sat, 16 May 2026 06:19:44 +0000</lastBuildDate>
    <atom:link href="https://aripd.com/tags/build-tool/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Maven</title>
      <link>https://aripd.com/blog/maven/</link>
      <pubDate>Tue, 01 Aug 2017 20:23:00 +0000</pubDate>
      <guid>https://aripd.com/blog/maven/</guid>
      <description>&lt;h2 id=&#34;references&#34;&gt;References &lt;a href=&#34;#references&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://geekofficedog.blogspot.com/2013/08/creating-maven-archetypes-tutorial.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Creating maven archetypes&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;maven-build-lifecycle&#34;&gt;Maven Build Lifecycle &lt;a href=&#34;#maven-build-lifecycle&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Validate: validate the project and its information&lt;/li&gt;&#xA;&lt;li&gt;Compile: compile the source code&lt;/li&gt;&#xA;&lt;li&gt;Test: compile test code and run tests&lt;/li&gt;&#xA;&lt;li&gt;Package: package the project into jar or war (or other compressed) files&lt;/li&gt;&#xA;&lt;li&gt;Verify: verify results of integration tests&lt;/li&gt;&#xA;&lt;li&gt;Install: install the files in ‘package’ stage to a local repository&lt;/li&gt;&#xA;&lt;li&gt;Deploy: deploy the packages to a remote repository for sharing with other developers&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;When you run a command such as &lt;code&gt;mvn [phase]&lt;/code&gt; , Maven will execute all phases from &lt;code&gt;validate&lt;/code&gt; to the specified &lt;code&gt;[phase]&lt;/code&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
