Get rid of script-maven-plugin 39/97539/11
authorDominik Vrbovsky <dominik.vrbovsky@pantheon.tech>
Mon, 20 Sep 2021 09:45:18 +0000 (11:45 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 29 Sep 2021 09:53:45 +0000 (09:53 +0000)
commit2e807caf0c0503eddc00d733b5f1d8bc5a60fa2f
tree4a27de141e5c2b0a0aa4172fe78861eb9e8bb03a
parent2752bad5c5120a9fb9d4d5d6cf4ac81512c37186
Get rid of script-maven-plugin

We are using BeanShell (Java 1.4!) to copy a few files over. For that we
pull in script-maven-plugin which does not like parallel builds.

Ditch those two and just a write a simple maven plugin,
copy-files-plugin, which performs the same function.

JIRA: ODLPARENT-220
Change-Id: I5f1f5cee301767d7293be5e7816fac5eb450b831
Signed-off-by: Dominik Vrbovsky <dominik.vrbovsky@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
copy-files-plugin/pom.xml [new file with mode: 0644]
copy-files-plugin/src/main/java/org/opendaylight/odlparent/copy/files/plugin/CopyFilesMojo.java [new file with mode: 0644]
odlparent/pom.xml
pom.xml