We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63d719 commit d062242Copy full SHA for d062242
pom.xml
@@ -17,6 +17,18 @@
17
<packaging>war</packaging>
18
<name>security-proxy Webapp</name>
19
<url>http://www.georchestra.org</url>
20
+ <distributionManagement>
21
+ <site>
22
+ <id>geOrchestra-generated-site</id>
23
+ <name>geOrchestra maven generated site</name>
24
+ <url>file:///tmp/georchestra-generated-site/</url>
25
+ </site>
26
+ <repository>
27
+ <id>geOrchestra-artifactory</id>
28
+ <name>geOrchestra Maven repository</name>
29
+ <url>https://artifactory.georchestra.org/artifactory/georchestra/</url>
30
+ </repository>
31
+ </distributionManagement>
32
<properties>
33
<maven.test.skip>false</maven.test.skip>
34
<server>generic</server>
0 commit comments