Repository: incubator-pirk Updated Branches: refs/heads/0.1.0 19c028d38 -> 713ed76e1
pom changes Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/7430ba7c Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/7430ba7c Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/7430ba7c Branch: refs/heads/0.1.0 Commit: 7430ba7cd22cd46f6af4fe99a362da2aaf4d6560 Parents: 8b21f03 Author: eawilliams <[email protected]> Authored: Mon Aug 15 20:16:48 2016 -0400 Committer: eawilliams <[email protected]> Committed: Mon Aug 15 20:16:48 2016 -0400 ---------------------------------------------------------------------- pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7430ba7c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5c7727d..ff2eb3f 100644 --- a/pom.xml +++ b/pom.xml @@ -316,6 +316,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> </plugin> @@ -447,7 +452,21 @@ <configuration> <excludes> <exclude>org/apache/pirk/benchmark/**</exclude> - <exclude>org/openjdk/jmh/**</exclude> + <exclude>*/openjdk/**</exclude> + <exclude>generated-sources/**</exclude> + </excludes> + </configuration> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>3.0.1</version> + <configuration> + <excludes> + <exclude>org/apache/pirk/benchmark/**</exclude> + <exclude>*/openjdk/**</exclude> + <exclude>generated-sources/**</exclude> </excludes> </configuration> </plugin>
