File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >datakeeper</artifactId >
5
5
<packaging >jar</packaging >
6
-
6
+
7
7
<parent >
8
8
<relativePath >../wafs.parent</relativePath >
9
9
<groupId >de.uni_koeln.spinfo.wafs</groupId >
68
68
<version >${lucene.version} </version >
69
69
</dependency >
70
70
</dependencies >
71
-
72
- <build >
71
+
72
+ <build >
73
73
<plugins >
74
74
<plugin >
75
75
<groupId >org.apache.maven.plugins</groupId >
85
85
</execution >
86
86
</executions >
87
87
</plugin >
88
+
89
+ <plugin >
90
+ <!-- Create a jar of the test classes and resources, to make them
91
+ reusable in other modules. Helpful as it contains the code to
92
+ generate dummy tracks for testing purpose. -->
93
+ <groupId >org.apache.maven.plugins</groupId >
94
+ <artifactId >maven-jar-plugin</artifactId >
95
+ <version >2.4</version >
96
+ <executions >
97
+ <execution >
98
+ <goals >
99
+ <goal >test-jar</goal >
100
+ </goals >
101
+ </execution >
102
+ </executions >
103
+ </plugin >
88
104
</plugins >
89
105
</build >
90
-
106
+
91
107
92
108
</project >
93
109
You can’t perform that action at this time.
0 commit comments