Repository: incubator-systemml Updated Branches: refs/heads/master c01fc08a4 -> b352521c9
[SYSTEMML-664] Add Incubator DISCLAIMER to source and javadoc jars Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/b352521c Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/b352521c Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/b352521c Branch: refs/heads/master Commit: b352521c996c46443999d27bfb811d2b6af6523c Parents: 7e4e547 Author: Luciano Resende <[email protected]> Authored: Sat May 7 20:21:57 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Sat May 7 20:23:19 2016 -0700 ---------------------------------------------------------------------- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/b352521c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3a7803f..bfb3b1d 100644 --- a/pom.xml +++ b/pom.xml @@ -681,6 +681,27 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>1.4</version> + <executions> + <execution> + <goals> + <goal>process</goal> + </goals> + <configuration> + <resourceBundles> + <!-- Will generate META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE --> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> + <!-- Will generate META-INF/DISCLAIMER --> + <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle> + </resourceBundles> + </configuration> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <configuration>
