4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
mvn help:evaluate -Dexpression=project.version -q -DforceStdout -pl .
|