diff options
Diffstat (limited to 'java/client/example/source-jar.xml')
| -rw-r--r-- | java/client/example/source-jar.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/java/client/example/source-jar.xml b/java/client/example/source-jar.xml new file mode 100644 index 0000000000..f2aa6d6e6c --- /dev/null +++ b/java/client/example/source-jar.xml @@ -0,0 +1,17 @@ +<!-- This is an assembly descriptor that produces a jar file that contains all the
+ dependencies, fully expanded into a single jar, required to run the tests of
+ a maven project.
+ -->
+<assembly>
+ <id>source</id>
+ <formats>
+ <format>jar</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <fileSets>
+ <fileSet>
+ <directory>src/main/java</directory>
+ <outputDirectory></outputDirectory>
+ </fileSet>
+ </fileSets>
+</assembly>
|
