blob: fd53333d2a6a7384cac4a52046727beb5bccb436 (
plain)
1
2
3
4
5
6
7
8
9
10
|
How to build the Admin Console Extension
========================================
1.Extract the archive.
2.Go to the directory created after extracting the archive.
3.Type the following command "mvn install"
4.It will create a directory named "target" which contains the "org.apache.tuscany.geronimoace.geronimo-ace-1.0-SNAPSHOT.war".
5.Deploy this in geronimo.
|