arkha 1 rok temu
rodzic
commit
e8fa004f91

+ 28 - 0
MWUI/README.md

@@ -0,0 +1,28 @@
+# MWUI (Middleware User Interface)
+
+This guide provides the steps to develop, and create a WAR file.
+
+## Prerequisites
+
+1. Ensure that you have Apache Maven installed and properly configured in your system.
+2. Verify that the db container is running.
+
+## Installation Steps
+
+### Development
+
+Run the following commands in your terminal:
+
+```
+$ cd ~/btnmw-was/MWUI
+
+$ mvn clean install
+```
+
+### Build
+
+Run the following commands in your terminal:
+
+```
+$ mvn package
+```

+ 2 - 1
MWUI/pom.xml

@@ -156,7 +156,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.5.11</version>
+      <version>3.0.15</version>
     </dependency>
     <dependency>
       <groupId>org.jdom</groupId>
@@ -203,6 +203,7 @@
         <artifactId>liberty-maven-plugin</artifactId>
         <version>3.11.1</version>
         <configuration>
+          <configDirectory>${project.basedir}/src/main/config</configDirectory>
           <appsDirectory>apps</appsDirectory>
           <installAppPackages>project</installAppPackages>
         </configuration>

+ 0 - 0
MWUI/src/main/liberty/config/id.co.hanoman.btnmw.license → MWUI/src/main/config/id.co.hanoman.btnmw.license


+ 0 - 0
MWUI/src/main/liberty/config/server.xml → MWUI/src/main/config/server.xml