Installation Guide for Oracle Billing Insight > Configuring Oracle WebLogic > Process of Repackaging the GNU Lesser General Public License >
Setting Up Maven
Before you can repackage the LGPL, you must set up Maven. This task is a step in Process of Repackaging the GNU Lesser General Public License. To set up Maven
- Go to the following directory, and download Maven 3.3.9:
http://maven.apache.org
- Add the
/bin directory to a PATH variable, here Maven_Home_Dir is the Maven home path, such as directory /opt/apache-maven-3.3.9 :
- UNIX.
export PATH= Maven_Home_Dir /bin:$PATH;
- Windows.
set PATH= Maven_Home_Dir \bin;%PATH%
|