Repository: crunch Updated Branches: refs/heads/master 1d4448e64 -> a32bd8fc9
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/a32bd8fc Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/a32bd8fc Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/a32bd8fc Branch: refs/heads/master Commit: a32bd8fc9d5b65bcbaf02caba0ee8156c03ede65 Parents: 1d4448e Author: Josh Wills <[email protected]> Authored: Mon May 5 08:33:57 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Mon May 5 08:50:03 2014 -0700 ---------------------------------------------------------------------- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/a32bd8fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1787830..9e29799 100644 --- a/pom.xml +++ b/pom.xml @@ -798,6 +798,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>
