Repository: crunch Updated Branches: refs/heads/apache-crunch-0.8 9ff4f850b -> 1f8ef263a
CRUNCH-389: Add Scrunch Scala code to Maven source jars Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/1f8ef263 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/1f8ef263 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/1f8ef263 Branch: refs/heads/apache-crunch-0.8 Commit: 1f8ef263aa68860499827dd5e974727fd3ec0894 Parents: 9ff4f85 Author: Josh Wills <[email protected]> Authored: Mon May 5 08:33:57 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Mon May 5 10:58:26 2014 -0700 ---------------------------------------------------------------------- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/1f8ef263/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9c9c862..949c189 100644 --- a/pom.xml +++ b/pom.xml @@ -832,6 +832,18 @@ under the License. <version>1.7</version> <executions> <execution> + <id>add-source</id> + <phase>generate-sources</phase> + <goals> + <goal>add-source</goal> + </goals> + <configuration> + <sources> + <source>${basedir}/src/main/scala</source> + </sources> + </configuration> + </execution> + <execution> <id>add-test-source</id> <phase>validate</phase> <goals>
