Downloads:
1,238,667
Downloads of v 3.0.5.20181117:
516
Last Update:
17 Nov 2018
Package Maintainer(s):
Software Author(s):
- The Apache Maven team
Tags:
apache maven build script xml java developmentMaven
This is not the latest version of Maven available.
- 1
- 2
- 3
3.0.5.20181117 | Updated: 17 Nov 2018
Downloads:
1,238,667
Downloads of v 3.0.5.20181117:
516
Maintainer(s):
Software Author(s):
- The Apache Maven team
Maven 3.0.5.20181117
This is not the latest version of Maven available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The Apache Maven team. The inclusion of The Apache Maven team trademark(s), if any, upon this webpage is solely to identify The Apache Maven team goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Maven, run the following command from the command line or from PowerShell:
To upgrade Maven, run the following command from the command line or from PowerShell:
To uninstall Maven, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download maven --internalize --version=3.0.5.20181117 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade maven -y --source="'INTERNAL REPO URL'" --version="'3.0.5.20181117'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade maven -y --source="'INTERNAL REPO URL'" --version="'3.0.5.20181117'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install maven
win_chocolatey:
name: maven
version: '3.0.5.20181117'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'maven' do
action :install
source 'INTERNAL REPO URL'
version '3.0.5.20181117'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller maven
{
Name = "maven"
Version = "3.0.5.20181117"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'maven':
ensure => '3.0.5.20181117',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 17 Nov 2018.
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object
model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information
$version = '3.0.5'
$name = "apache-maven-$version"
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$m2_home = Join-Path $package $name
$mvn_cmd = Join-Path $m2_home 'bin/mvn.cmd'
$mvn_debug_cmd = Join-Path $m2_home 'bin/mvnDebug.cmd'
[Environment]::SetEnvironmentVariable('M2_HOME', $null, "User")
Uninstall-BinFile -Name 'mvn' -Path $mvn_cmd
Uninstall-BinFile -Name 'mvnDebug' -Path $mvn_debug_cmd
Log in or click on link to see number of positives.
- apache-maven-3.0.5-bin.zip (91370093a4dc) - ## / 61
- maven.3.0.5.20181117.nupkg (4c1b873b3ae6) - ## / 60
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.9 | 34217 | Saturday, August 17, 2024 | Approved | |
Maven 3.9.8 | 21037 | Monday, June 17, 2024 | Approved | |
Maven 3.9.7 | 9633 | Saturday, May 25, 2024 | Approved | |
Maven 3.9.6 | 51011 | Friday, December 1, 2023 | Approved | |
Maven 3.9.5 | 19205 | Thursday, October 5, 2023 | Approved | |
Maven 3.9.4 | 21246 | Thursday, August 3, 2023 | Approved | |
Maven 3.9.3 | 14469 | Monday, June 26, 2023 | Approved | |
Maven 3.9.2 | 17285 | Thursday, May 11, 2023 | Approved | |
Maven 3.9.1 | 20835 | Saturday, March 18, 2023 | Approved | |
Maven 3.9.0 | 22258 | Monday, February 6, 2023 | Approved | |
Maven 3.8.7 | 74105 | Saturday, December 31, 2022 | Approved | |
Maven 3.8.6 | 95204 | Saturday, June 11, 2022 | Approved | |
Maven 3.8.5 | 49571 | Sunday, March 13, 2022 | Approved | |
Maven 3.8.4 | 56760 | Saturday, November 20, 2021 | Approved | |
Maven 3.8.3.20211022 | 12906 | Friday, October 22, 2021 | Approved | |
Maven 3.8.3 | 11068 | Monday, October 4, 2021 | Approved | |
Maven 3.8.2 | 46006 | Saturday, August 14, 2021 | Approved | |
Maven 3.8.1 | 49891 | Saturday, April 10, 2021 | Approved | |
Maven 3.6.3.20220128 | 235 | Friday, January 28, 2022 | Approved | |
Maven 3.6.3 | 323659 | Sunday, December 1, 2019 | Approved | |
Maven 3.6.2.20220128 | 121 | Friday, January 28, 2022 | Approved | |
Maven 3.6.2 | 31596 | Friday, October 4, 2019 | Approved | |
Maven 3.6.1.20220128 | 109 | Friday, January 28, 2022 | Approved | |
Maven 3.6.1.20190711 | 24259 | Friday, July 19, 2019 | Approved | |
Maven 3.6.1.20190624 | 7589 | Wednesday, June 26, 2019 | Approved | |
Maven 3.6.1 | 22193 | Thursday, April 25, 2019 | Approved | |
Maven 3.6.0.20220128 | 106 | Friday, January 28, 2022 | Approved | |
Maven 3.6.0 | 35556 | Saturday, November 17, 2018 | Approved | |
Maven 3.5.4.20220128 | 124 | Friday, January 28, 2022 | Approved | |
Maven 3.5.4 | 34567 | Thursday, June 28, 2018 | Approved | |
Maven 3.5.3.20220128 | 124 | Friday, January 28, 2022 | Approved | |
Maven 3.5.3 | 15342 | Monday, April 2, 2018 | Approved | |
Maven 3.5.2.20220128 | 109 | Friday, January 28, 2022 | Approved | |
Maven 3.5.2.2 | 6124 | Wednesday, February 28, 2018 | Approved | |
Maven 3.5.2.1 | 8070 | Thursday, January 11, 2018 | Approved | |
Maven 3.5.2 | 9878 | Sunday, November 5, 2017 | Approved | |
Maven 3.5.0.20220128 | 96 | Friday, January 28, 2022 | Approved | |
Maven 3.5.0 | 18630 | Friday, May 5, 2017 | Approved | |
Maven 3.3.9.20220128 | 134 | Friday, January 28, 2022 | Approved | |
Maven 3.3.9.2 | 11480 | Saturday, February 25, 2017 | Approved | |
Maven 3.3.9.1 | 17373 | Tuesday, August 30, 2016 | Approved | |
Maven 3.3.3.20220128 | 109 | Friday, January 28, 2022 | Approved | |
Maven 3.3.1.20220128 | 109 | Friday, January 28, 2022 | Approved | |
Maven 3.2.5.20220128 | 134 | Friday, January 28, 2022 | Approved | |
Maven 3.2.5 | 14336 | Tuesday, February 10, 2015 | Approved | |
Maven 3.2.3.20220128 | 117 | Friday, January 28, 2022 | Approved | |
Maven 3.2.2 | 130 | Friday, January 28, 2022 | Approved | |
Maven 3.2.1.20220128 | 107 | Friday, January 28, 2022 | Approved | |
Maven 3.1.1.20220128 | 101 | Friday, January 28, 2022 | Approved | |
Maven 3.1.0.20220128 | 109 | Friday, January 28, 2022 | Approved | |
Maven 3.1.0 | 119 | Friday, January 28, 2022 | Approved | |
Maven 3.0.5.20220128 | 107 | Friday, January 28, 2022 | Approved | |
Maven 3.0.5.20181117 | 516 | Saturday, November 17, 2018 | Approved | |
Maven 3.0.4.20220128 | 117 | Friday, January 28, 2022 | Approved | |
Maven 3.0.2 | 732 | Wednesday, August 20, 2014 | Approved |
2002-2018 The Apache Software Foundation
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.