|
@@ -91,13 +91,19 @@
|
|
|
<includes>
|
|
|
<include>${project.artifactId}-${project.version}.jar</include>
|
|
|
<include>${project.artifactId}-${project.version}-tests.jar</include>
|
|
|
- <include>${project.artifactId}-${project.version}-sources.jar</include>
|
|
|
- <include>${project.artifactId}-${project.version}-test-sources.jar</include>
|
|
|
</includes>
|
|
|
<excludes>
|
|
|
<exclude>hadoop-tools-dist-*.jar</exclude>
|
|
|
</excludes>
|
|
|
</fileSet>
|
|
|
+ <fileSet>
|
|
|
+ <directory>${project.build.directory}</directory>
|
|
|
+ <outputDirectory>/share/hadoop/${hadoop.component}/sources</outputDirectory>
|
|
|
+ <includes>
|
|
|
+ <include>${project.artifactId}-${project.version}-sources.jar</include>
|
|
|
+ <include>${project.artifactId}-${project.version}-test-sources.jar</include>
|
|
|
+ </includes>
|
|
|
+ </fileSet>
|
|
|
<fileSet>
|
|
|
<directory>${basedir}/dev-support/jdiff</directory>
|
|
|
<outputDirectory>/share/hadoop/${hadoop.component}/jdiff</outputDirectory>
|