-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi,
I am trying to test Shogun and I followed instructions here: https://github.com/terrestris/shogun-legacy
After executing:
mvn package
I get this output.
[INFO] Reactor Summary for SHOGun-Core 4.0.1-SNAPSHOT:
[INFO]
[INFO] SHOGun-Core ........................................ SUCCESS [13:14 min]
[INFO] SHOGun-Core (Main) ................................. SUCCESS [11:24 min]
[INFO] SHOGun-Core (Webapp Archetype) ..................... SUCCESS [02:10 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27:01 min
[INFO] Finished at: 2019-10-13T13:46:48+02:00
[INFO] ------------------------------------------------------------------------
There should be a .war file created but is not being generated.
Do you know what can I be missing? @buehner @marcjansen @dnlkoch
Thanks :)