Skip to content

Commit 7869e5a

Browse files
committed
maven java build example with one override
1 parent c659b89 commit 7869e5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ Update all
1111
# --rebase or --merge as you wish
1212
$ git submodule update --remote --recursive --rebase --jobs 8
1313
```
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

Comments
 (0)