Adding rat to the package phase of the build.:wq
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/47124dec Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/47124dec Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/47124dec Branch: refs/heads/master Commit: 47124decc13a164004ff8beeeec659819e3e65d5 Parents: 4bdbcce Author: Aaron McCurry <[email protected]> Authored: Tue Sep 10 14:39:17 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Sep 10 14:39:17 2013 -0400 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/47124dec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c0ca1fb..179e0c9 100644 --- a/pom.xml +++ b/pom.xml @@ -291,6 +291,14 @@ under the License. <exclude>**/.empty</exclude> </excludes> </configuration> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> </plugin> </plugins>
