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

  1. Go to the following directory, and download Maven 3.3.9:

    http://maven.apache.org

  2. 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%
Installation Guide for Oracle Billing Insight Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.