Repository: cayenne Updated Branches: refs/heads/master 805c00404 -> 1a9fd2ada
Add NOTICE and LICENSE files to build Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/1a9fd2ad Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/1a9fd2ad Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/1a9fd2ad Branch: refs/heads/master Commit: 1a9fd2adafa809885e12f7fb2104442e69da96ff Parents: 805c004 Author: Nikita Timofeev <[email protected]> Authored: Fri Jul 13 12:49:09 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Fri Jul 13 12:49:09 2018 +0300 ---------------------------------------------------------------------- build-tools/cayenne-checkers/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/1a9fd2ad/build-tools/cayenne-checkers/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/cayenne-checkers/pom.xml b/build-tools/cayenne-checkers/pom.xml index 187bf6f..c046bf9 100644 --- a/build-tools/cayenne-checkers/pom.xml +++ b/build-tools/cayenne-checkers/pom.xml @@ -67,6 +67,27 @@ <artifactId>apache-rat-plugin</artifactId> <version>0.11</version> </plugin> + <plugin> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>1.5</version> + <configuration> + <outputDirectory> + ${project.build.directory}/classes + </outputDirectory> + <resourceBundles> + <resourceBundle> + org.apache.cayenne.build-tools:cayenne-legal:${project.version} + </resourceBundle> + </resourceBundles> + </configuration> + <executions> + <execution> + <goals> + <goal>process</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build>
