Skip to content

Commit 4b1065c

Browse files
committed
DATAMONGO-598 - Set needed properties and activate distribution artifact upload.
1 parent c807b2a commit 4b1065c

File tree

1 file changed

+6
-0
lines changed
  • spring-data-mongodb-distribution

1 file changed

+6
-0
lines changed

spring-data-mongodb-distribution/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
<properties>
2121
<project.root>${basedir}/..</project.root>
22+
<dist.id>spring-data-mongodb</dist.id>
23+
<dist.key>SDMONGO</dist.key>
2224
</properties>
2325

2426
<build>
@@ -27,6 +29,10 @@
2729
<groupId>org.apache.maven.plugins</groupId>
2830
<artifactId>maven-assembly-plugin</artifactId>
2931
</plugin>
32+
<plugin>
33+
<groupId>org.codehaus.mojo</groupId>
34+
<artifactId>wagon-maven-plugin</artifactId>
35+
</plugin>
3036
</plugins>
3137
</build>
3238

0 commit comments

Comments
 (0)