Browse Source

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

pull/24/head
Oliver Gierke 13 years ago
parent
commit
4b1065cac5
  1. 6
      spring-data-mongodb-distribution/pom.xml

6
spring-data-mongodb-distribution/pom.xml

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

Loading…
Cancel
Save