summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5a085ff..66f533c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,4 +22,33 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>3.0.0-M1</version>
+ <executions>
+ <execution>
+ <id>default-deploy</id>
+ <phase>deploy</phase>
+ <goals>
+ <goal>deploy</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <distributionManagement>
+ <snapshotRepository>
+ <id>lumaserv-snapshots</id>
+ <url>https://nexus.lumaserv.cloud/repository/lumaserv-snapshots</url>
+ </snapshotRepository>
+ <repository>
+ <id>lumaserv-releases</id>
+ <url>https://nexus.lumaserv.cloud/repository/lumaserv-releases</url>
+ </repository>
+ </distributionManagement>
+
</project> \ No newline at end of file