1
0
-1
I have completed building the source code according to the link below. 
However, there is no 'jw.war' file in the 'wflow-consoleweb' folder. 
Where can I get the 'jw.war' file?

https://dev.joget.org/community/display/KBv6/Build+Source+Code+on+Linux




[INFO] --- maven-install-plugin:2.4:install-file (default-cli) @ wflow-app ---

[INFO] Installing /home/parallels/joget/ojdbc6.jar to /root/.m2/repository/com/oracle/ojdbc6/12.1.0.2/ojdbc6-12.1.0.2.jar

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO]

[INFO] wflow-jdbc ......................................... SUCCESS [ 0.129 s]

[INFO] wflow-commons ...................................... SUCCESS [ 0.016 s]

[INFO] wflow-plugin-base .................................. SUCCESS [ 0.014 s]

[INFO] wflow-plugin-archetype ............................. SUCCESS [ 0.082 s]

[INFO] wflow-directory .................................... SUCCESS [ 0.004 s]

[INFO] wflow-wfengine ..................................... SUCCESS [ 0.014 s]

[INFO] wflow-core ......................................... SUCCESS [ 0.010 s]

[INFO] wflow-consoleweb ................................... SUCCESS [ 0.051 s]

[INFO] wflow-designer ..................................... SUCCESS [ 0.004 s]

[INFO] wflow-designerweb .................................. SUCCESS [ 0.008 s]

[INFO] wflow-app .......................................... SUCCESS [ 0.220 s]

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESS

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 1.089 s

[INFO] Finished at: 2019-03-04T17:22:11-08:00

[INFO] Final Memory: 8M/21M

[INFO] ------------------------------------------------------------------------


 

parallels@parallels-Parallels-Virtual-Platform:~/joget$ java -version

openjdk version "10.0.2" 2018-07-17

OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4)

OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode)

parallels@parallels-Parallels-Virtual-Platform:~/joget$ mvn -version

Apache Maven 3.5.2

Maven home: /usr/share/maven

Java version: 10.0.2, vendor: Oracle Corporation

Java home: /usr/lib/jvm/java-11-openjdk-amd64

Default locale: en_US, platform encoding: UTF-8

OS name: "linux", version: "4.15.0-34-generic", arch: "amd64", family: "unix"




parallels@parallels-Parallels-Virtual-Platform:~/joget$ sudo find ./ -name '*war*'

parallels@parallels-Parallels-Virtual-Platform:~/joget$



parallels@parallels-Parallels-Virtual-Platform:~/joget/jw-community$ ll wflow-consoleweb/

total 28

drwxr-xr-x 3 root root 4096 Mar 5 10:15 ./

drwxr-xr-x 15 root root 4096 Mar 5 10:15 ../

-rwxr-xr-x 1 root root 14193 Mar 5 10:15 pom.xml*

drwxr-xr-x 3 root root 4096 Mar 5 10:15 src/

parallels@parallels-Parallels-Virtual-Platform:~/joget/jw-community$




    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, in a Maven project the output will be in the "target" directory.

        CommentAdd your comment...