Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#19742 - [maven] installationscript don't link the mvn bin to /usr/bin
Attached to Project:
Community Packages
Opened by Thomas Ch. (Rayman2200) - Tuesday, 08 June 2010, 07:07 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 08 June 2010, 12:12 GMT
Opened by Thomas Ch. (Rayman2200) - Tuesday, 08 June 2010, 07:07 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 08 June 2010, 12:12 GMT
|
DetailsDescription:
After installing maven, no symbolic link is set from /opt/maven/bin/mvn to /usr/bin/ Additional info: * package version(s) * config and/or log files etc. Version 2.2.1-3 Steps to reproduce: pacman -S maven |
This task depends upon
/etc/profile.d/maven.sh
export MAVEN_OPTS=-Xmx512m
export M2_HOME=/opt/maven
export PATH=$PATH:$M2_HOME/bin