DATACMNS-266 - Added necessary properties to enable distribution upload.
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -20,6 +20,8 @@
|
||||
<jackson>1.9.7</jackson>
|
||||
<querydsl>2.8.0</querydsl>
|
||||
<springhateoas>0.4.0.RELEASE</springhateoas>
|
||||
<dist.key>DATACMNS</dist.key>
|
||||
<schema.key>repository</schema.key>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -195,6 +197,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user