forked from dan2097/opsin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfullAssembly.xml
48 lines (48 loc) · 1.13 KB
/
fullAssembly.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<assembly>
<id>jar-with-dependencies</id>
<formats>
<format>jar</format>
</formats>
<moduleSets>
<moduleSet>
<includes>
<include>uk.ac.cam.ch.opsin:opsin-core</include>
<include>uk.ac.cam.ch.opsin:opsin-inchi</include>
</includes>
<sources>
<includeModuleDirectory>false</includeModuleDirectory>
<fileSets>
<fileSet>
<directory>src/main/java</directory>
</fileSet>
</fileSets>
</sources>
<binaries>
<unpack>true</unpack>
</binaries>
</moduleSet>
</moduleSets>
<files>
<file>
<source>LICENSE.txt</source>
</file>
<file>
<source>README.md</source>
</file>
<file>
<source>ReleaseNotes.txt</source>
</file>
</files>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<unpack>true</unpack>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<directory>${project.build.outputDirectory}</directory>
</fileSet>
</fileSets>
</assembly>