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 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.linkeddatafragments</groupId >
55 <artifactId >ldfserver</artifactId >
6- <version >0.1.0 </version >
6+ <version >0.1.1 </version >
77 <packaging >war</packaging >
88 <name >Linked Data Fragments Server</name >
99 <url >http://linkeddatafragments.org</url >
138138 </plugin >
139139 <plugin >
140140 <artifactId >maven-war-plugin</artifactId >
141- <version >2.3 </version >
141+ <version >2.6 </version >
142142 <configuration >
143143 <warSourceDirectory >WebContent</warSourceDirectory >
144144 <failOnMissingWebXml >false</failOnMissingWebXml >
145145 </configuration >
146146 </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 >
147159 <plugin >
148160 <artifactId >maven-assembly-plugin</artifactId >
149161 <executions >
You can’t perform that action at this time.
0 commit comments