blob: c97a17c4b3341a4b8001f9deee78c1dba3d0d3f9 (
plain)
1
2
3
4
|
#!/bin/sh
mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party -Dlicense.includedScopes=compile -pl sonar-application -am
cat target/generated-sources/license/THIRD-PARTY.txt
|