Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJon Morra <jmorra@eharmony.com>2014-12-12 02:39:04 +0300
committerJon Morra <jmorra@eharmony.com>2014-12-12 02:39:04 +0300
commit909f76cfd5cca7b589aaa3089e3612a573e209c3 (patch)
tree5169dfb4d4fb60239ea132d470724f2e6c870476 /java
parent138136b62e1ee66c522557649b4665b409887fd0 (diff)
Recreating snapshot
Diffstat (limited to 'java')
-rw-r--r--java/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 24633e02..da5dda8d 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -193,6 +193,15 @@
<pomFileName>java/pom.xml</pomFileName>
</configuration>
</execution>
+ <execution>
+ <id>default</id>
+ <goals>
+ <goal>prepare</goal>
+ </goals>
+ <configuration>
+ <pomFileName>java/pom.xml</pomFileName>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>