Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,106,520

Downloads of v 3.2.3:

3,446

Last Update:

20 Aug 2014

Package Maintainer(s):

Software Author(s):

  • The Apache Maven team

Tags:

maven java development

Maven

This is not the latest version of Maven available.

  • 1
  • 2
  • 3

3.2.3 | Updated: 20 Aug 2014

Downloads:

1,106,520

Downloads of v 3.2.3:

3,446

Software Author(s):

  • The Apache Maven team

Maven 3.2.3

This is not the latest version of Maven available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Unknown


Verification Testing Unknown


Scan Testing Exemption for this package version only:

Details
Package Approved

This package was approved as a trusted package on 06 May 2017.

WARNING

This package is unlisted and hidden from package listings.

Description

Apache Maven is a software project management and comprehension tool


Maven_logo.gif
 
tools\chocolateyInstall.ps1
#cmd> mvn -version

#create folder if not exists
function CreateFolder ([string]$Path) {
  New-Item -Path $Path -type directory -Force
}

$binRoot = join-path $env:systemdrive 'bin'

### Using an environment variable to define the bin root until we implement YAML configuration ###
if($env:chocolatey_bin_root -ne $null){
  $binRoot = join-path $env:systemdrive $env:chocolatey_bin_root
}

CreateFolder($binRoot)

$version = '3.2.3'
$name = "apache-maven-$version"
$m2_home = Join-Path $binRoot $name
$m2_bin = Join-Path $m2_home 'bin'
$m2_repo = Join-Path $env:USERPROFILE '.m2'

$url = "ftp://apache.mirrors.pair.com/maven/maven-3/3.2.3/binaries/$name-bin.zip"


[Environment]::SetEnvironmentVariable('M2_HOME', $m2_home, "User")
[Environment]::SetEnvironmentVariable('MAVEN_OPTS', '-Xms256m', "User")
[Environment]::SetEnvironmentVariable('M2', $m2_bin, "User")
[Environment]::SetEnvironmentVariable('M2_REPO', $m2_repo, "User")

Install-ChocolateyZipPackage 'Maven' $url $binRoot #download the maven .zip and unzip in $binRoot folder

CreateFolder($m2_repo)

Install-ChocolateyPath $m2_bin 'User' #add to path

tools\chocolateyUninstall.ps1
$binRoot = join-path $env:systemdrive 'bin'

### Using an environment variable to to define the bin root until we implement YAML configuration ###
if($env:chocolatey_bin_root -ne $null){
  $binRoot = join-path $env:systemdrive $env:chocolatey_bin_root
}

$version = '3.2.1'
$name = "apache-maven-$version"
$m2_home = Join-Path $binRoot $name
$m2_bin = Join-Path $m2_home 'bin'
$m2_repo = Join-Path $env:USERPROFILE '.m2'

[Environment]::SetEnvironmentVariable('M2_HOME', $null, "User")
[Environment]::SetEnvironmentVariable('MAVEN_OPTS', $null, "User")
[Environment]::SetEnvironmentVariable('M2', $null, "User")
[Environment]::SetEnvironmentVariable('M2_REPO', $null, "User")

"Please manually remove Maven ($m2_home) from the PATH environment variable."
# Remove Maven from the path environment variable
#if ($null -ne $env:path)
#{
#   $p = $env:path.Split(";") |? {$_.toLower() -ne $m2_bin}
#    $newPath = [String]::Join(";")
#    [Environment]::SetEnvironmentVariable('PATH', $newPath, "User")
#}

Remove-Item $m2_home -Recurse -Force

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Maven 3.9.5 18964 Thursday, October 5, 2023 Approved
Maven 3.9.4 20703 Thursday, August 3, 2023 Approved
Maven 3.9.3 14304 Monday, June 26, 2023 Approved
Maven 3.9.2 17146 Thursday, May 11, 2023 Approved
Maven 3.9.1 20577 Saturday, March 18, 2023 Approved
Maven 3.9.0 22157 Monday, February 6, 2023 Approved
Maven 3.8.7 55486 Saturday, December 31, 2022 Approved
Maven 3.8.6 90973 Saturday, June 11, 2022 Approved
Maven 3.8.5 47633 Sunday, March 13, 2022 Approved
Maven 3.8.4 56316 Saturday, November 20, 2021 Approved
Maven 3.8.3.20211022 12859 Friday, October 22, 2021 Approved
Maven 3.8.3 10515 Monday, October 4, 2021 Approved
Maven 3.8.2 36942 Saturday, August 14, 2021 Approved
Maven 3.8.1 49322 Saturday, April 10, 2021 Approved
Maven 3.6.3.20220128 197 Friday, January 28, 2022 Approved
Maven 3.6.3 315147 Sunday, December 1, 2019 Approved
Maven 3.6.2.20220128 75 Friday, January 28, 2022 Approved
Maven 3.6.2 31465 Friday, October 4, 2019 Approved
Maven 3.6.1.20220128 67 Friday, January 28, 2022 Approved
Maven 3.6.1.20190711 24204 Friday, July 19, 2019 Approved
Maven 3.6.1.20190624 7542 Wednesday, June 26, 2019 Approved
Maven 3.6.1 21881 Thursday, April 25, 2019 Approved
Maven 3.6.0.20220128 81 Friday, January 28, 2022 Approved
Maven 3.6.0 35432 Saturday, November 17, 2018 Approved
Maven 3.5.4.20220128 82 Friday, January 28, 2022 Approved
Maven 3.5.4 32698 Thursday, June 28, 2018 Approved
Maven 3.5.3.20220128 101 Friday, January 28, 2022 Approved
Maven 3.5.3 15288 Monday, April 2, 2018 Approved
Maven 3.5.2.20220128 78 Friday, January 28, 2022 Approved
Maven 3.5.2.2 6079 Wednesday, February 28, 2018 Approved
Maven 3.5.2.1 8015 Thursday, January 11, 2018 Approved
Maven 3.5.2 9795 Sunday, November 5, 2017 Approved
Maven 3.5.0.20220128 69 Friday, January 28, 2022 Approved
Maven 3.5.0 18427 Friday, May 5, 2017 Approved
Maven 3.3.9.20220128 89 Friday, January 28, 2022 Approved
Maven 3.3.9.2 11290 Saturday, February 25, 2017 Approved
Maven 3.3.9.1 17312 Tuesday, August 30, 2016 Approved
Maven 3.3.3.20220128 80 Friday, January 28, 2022 Approved
Maven 3.3.1.20220128 78 Friday, January 28, 2022 Approved
Maven 3.2.5.20220128 71 Friday, January 28, 2022 Approved
Maven 3.2.5 14155 Tuesday, February 10, 2015 Approved
Maven 3.2.3.20220128 80 Friday, January 28, 2022 Approved
Maven 3.2.2 88 Friday, January 28, 2022 Approved
Maven 3.2.1.20220128 70 Friday, January 28, 2022 Approved
Maven 3.1.1.20220128 67 Friday, January 28, 2022 Approved
Maven 3.1.0.20220128 82 Friday, January 28, 2022 Approved
Maven 3.1.0 91 Friday, January 28, 2022 Approved
Maven 3.0.5.20220128 61 Friday, January 28, 2022 Approved
Maven 3.0.5.20181117 435 Saturday, November 17, 2018 Approved
Maven 3.0.4.20220128 77 Friday, January 28, 2022 Approved
Maven 3.0.2 697 Wednesday, August 20, 2014 Approved
Discussion for the Maven Package

Ground Rules:

  • This discussion is only about Maven and the Maven package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Maven, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus