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:32:00 +0300
committerJon Morra <jmorra@eharmony.com>2014-12-12 02:32:00 +0300
commit0526722a13d34deaf9aa65b5fb086bdf481aeb5c (patch)
treedafd1a0dbeec6e52ccc1ed9af3e2622e6b4d28b7 /java
parent08aa1d614a5fdd631361a40444efe1f87a978639 (diff)
Recreating snapshot
Diffstat (limited to 'java')
-rw-r--r--java/pom.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 0375eb8a..d234ec47 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -173,9 +173,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
- <configuration>
- <pomFileName>java/pom.xml</pomFileName>
- </configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
@@ -183,6 +180,17 @@
<version>1.3</version>
</dependency>
</dependencies>
+ <executions>
+ <execution>
+ <id>default</id>
+ <goals>
+ <goal>perform</goal>
+ </goals>
+ <configuration>
+ <pomFileName>java/pom.xml</pomFileName>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>