DATAMONGO-598 - Set needed properties and activate distribution artifact upload.

This commit is contained in:
Oliver Gierke
2013-01-29 20:36:41 +01:00
parent c807b2abcf
commit 4b1065cac5

View File

@@ -19,6 +19,8 @@
<properties>
<project.root>${basedir}/..</project.root>
<dist.id>spring-data-mongodb</dist.id>
<dist.key>SDMONGO</dist.key>
</properties>
<build>
@@ -27,6 +29,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
</plugin>
</plugins>
</build>