|
4 | 4 | <parent> |
5 | 5 | <groupId>net.sansa-stack</groupId> |
6 | 6 | <artifactId>sansa-inference-parent_2.11</artifactId> |
7 | | - <version>0.1.1-SNAPSHOT</version> |
| 7 | + <version>0.2.0</version> |
8 | 8 | <relativePath>../pom.xml</relativePath> |
9 | 9 | </parent> |
10 | 10 | <groupId>net.sansa-stack</groupId> |
11 | 11 | <artifactId>sansa-inference-spark_${scala.binary.version}</artifactId> |
12 | | - <version>0.1.1-SNAPSHOT</version> |
| 12 | + <version>0.2.0</version> |
13 | 13 |
|
14 | 14 | <name>Inference API - Spark</name> |
15 | 15 | <description>Apache Spark based inference layer for RDF and OWL</description> |
|
182 | 182 | <configuration> |
183 | 183 | <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> |
184 | 184 | <junitxml>.</junitxml> |
185 | | - <filereports>WDF TestSuite.txt</filereports> |
| 185 | + <filereports>SANSA-TestSuite.txt</filereports> |
186 | 186 | </configuration> |
187 | 187 | <executions> |
188 | 188 | <execution> |
|
229 | 229 | <plugin> |
230 | 230 | <groupId>org.apache.maven.plugins</groupId> |
231 | 231 | <artifactId>maven-dependency-plugin</artifactId> |
232 | | - <version>2.2</version> |
| 232 | + <!--<version>3.0.1</version>--> |
233 | 233 | <executions> |
234 | 234 | <execution> |
235 | 235 | <id>unpack</id> |
236 | | - <phase>generate-resources</phase> |
| 236 | + <phase>package</phase> |
237 | 237 | <goals> |
238 | 238 | <goal>unpack-dependencies</goal> |
239 | 239 | </goals> |
240 | 240 | <configuration> |
241 | 241 | <includeGroupIds>${project.groupId}</includeGroupIds> |
242 | 242 | <includeArtifactIds>sansa-inference-tests_${scala.binary.version}</includeArtifactIds> |
243 | 243 | <excludeTransitive>true</excludeTransitive> |
244 | | - <overWrite>true</overWrite> |
| 244 | + <overWriteIfNewer>true</overWriteIfNewer> |
245 | 245 | <outputDirectory>${project.build.directory}/core-resources</outputDirectory> |
246 | 246 | <excludes>org/**,META-INF/**,rebel.xml</excludes> |
247 | 247 | <overWriteReleases>true</overWriteReleases> |
|
0 commit comments