Skip to content

Commit

Permalink
build(pastis-standalone): fix pastis standalone build
Browse files Browse the repository at this point in the history
changes:
* rename environment interface
* copy pastis-standalone requied frontend stuff to ui-frontend/projects/pastis
* remove from commons modules the profile standalone and weird source code copies
* add a build for standalone to package.json ui-frontend
* add an angular configuration to setup standalone environment
* update plugin launch4j and wrapped jdk 11 url
  • Loading branch information
Regzox committed Jun 2, 2023
1 parent 204b4e6 commit c1f7c87
Show file tree
Hide file tree
Showing 27 changed files with 741 additions and 1,068 deletions.
11 changes: 6 additions & 5 deletions api/api-pastis/pastis-standalone/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cd ../../../ui/
mvn clean install -DskipTests --projects ui-frontend,ui-frontend-common -Pstandalone
cd ../commons/
mvn clean install -DskipTests
cd ../api/
#!/bin/sh

cd ../../..
mvn clean install -DskipTests -Pvitam

cd ./api/api-pastis/pastis-standalone
mvn clean install -DskipTests -Pstandalone
Loading

0 comments on commit c1f7c87

Please sign in to comment.