Smalyshev has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/349347 )
Change subject: Unpack built war directly
......................................................................
Unpack built war directly
I see no reason why we need to pack the war twice. May be a leftover
from the time we did not have war atrifact as separate target.
Change-Id: I27d41f93f2db7a25d854fd84f8bf9a14335ae098
---
M tools/pom.xml
1 file changed, 3 insertions(+), 25 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf
refs/changes/47/349347/1
diff --git a/tools/pom.xml b/tools/pom.xml
index a55ea6d..1950703 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -135,35 +135,13 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>com.blazegraph</groupId>
- <artifactId>bigdata-war</artifactId>
- <version>${blazegraph.version}</version>
+ <groupId>org.wikidata.query.rdf</groupId>
+ <artifactId>blazegraph-service</artifactId>
+ <version>${project.parent.version}</version>
<type>war</type>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/blazegraph</outputDirectory>
- </configuration>
- </execution>
- <execution>
- <id>drop-in-blazegraph-extension</id>
- <goals>
- <goal>copy</goal>
- </goals>
- <phase>pre-integration-test</phase>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.wikidata.query.rdf</groupId>
- <artifactId>common</artifactId>
- <version>${project.parent.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>org.wikidata.query.rdf</groupId>
- <artifactId>blazegraph</artifactId>
- <version>${project.parent.version}</version>
- </artifactItem>
- </artifactItems>
-
<outputDirectory>${project.build.directory}/blazegraph/WEB-INF/lib</outputDirectory>
</configuration>
</execution>
</executions>
--
To view, visit https://gerrit.wikimedia.org/r/349347
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I27d41f93f2db7a25d854fd84f8bf9a14335ae098
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits