We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c659b89 commit 7869e5aCopy full SHA for 7869e5a
README.md
@@ -11,3 +11,13 @@ Update all
11
# --rebase or --merge as you wish
12
$ git submodule update --remote --recursive --rebase --jobs 8
13
```
14
+
15
+Quick backend maven compile with changes in a few libs (example):
16
+```
17
+$ mvn compile -DskipTests -pl servers/study-server/ -am -Dpowsybl-ws-commons.version=1.6.0-SNAPSHOT
18
+[INFO] ------------------------------------------------------------------------
19
+[INFO] Reactor Build Order:
20
+[INFO]
21
+[INFO] powsybl ws commons [jar]
22
+[INFO] Study Server [jar]
23
0 commit comments