summaryrefslogtreecommitdiffstats
path: root/server/setup/05-service-settings/opt-share/etc/profile.maven
blob: 6c6746aad5e2260bdb9d8cf61f0c7f001d1e758f (plain)
1
2
3
4
5
# /etc/profile.ant

MAVEN_PATH=/opt-share/apache-maven
PATH=$MAVEN_PATH/bin:$PATH
export MAVEN_PATH PATH