File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.linkeddatafragments</groupId >
5
5
<artifactId >ldfserver</artifactId >
6
- <version >0.1.0 </version >
6
+ <version >0.1.1 </version >
7
7
<packaging >war</packaging >
8
8
<name >Linked Data Fragments Server</name >
9
9
<url >http://linkeddatafragments.org</url >
138
138
</plugin >
139
139
<plugin >
140
140
<artifactId >maven-war-plugin</artifactId >
141
- <version >2.3 </version >
141
+ <version >2.6 </version >
142
142
<configuration >
143
143
<warSourceDirectory >WebContent</warSourceDirectory >
144
144
<failOnMissingWebXml >false</failOnMissingWebXml >
145
145
</configuration >
146
146
</plugin >
147
+ <plugin >
148
+ <groupId >org.apache.maven.plugins</groupId >
149
+ <artifactId >maven-jar-plugin</artifactId >
150
+ <version >2.6</version >
151
+ <executions >
152
+ <execution >
153
+ <goals >
154
+ <goal >test-jar</goal >
155
+ </goals >
156
+ </execution >
157
+ </executions >
158
+ </plugin >
147
159
<plugin >
148
160
<artifactId >maven-assembly-plugin</artifactId >
149
161
<executions >
You can’t perform that action at this time.
0 commit comments