Skip to content

Commit

Permalink
[DCMEEREQ-65] Added distribution repo to build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.hoermandinger committed Jun 15, 2015
1 parent 167773b commit c3b795a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,23 @@
<scope>provided</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>www.dcm4che.org</id>
<name>dcm4che Repository</name>
<url>scp://www.dcm4che.org:443/home/maven2</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>www.dcm4che.org</id>
<name>dcm4che Repository</name>
<url>http://www.dcm4che.org/maven2</url>
</repository>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -137,6 +148,13 @@
</pluginRepository>
</pluginRepositories>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.9</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
Expand All @@ -158,4 +176,18 @@
<module>dcm4chee-monitoring-provider</module>
<!--<module>dcm4chee-arc-monitoring-ear</module>-->
</modules>
<profiles>
<profile>
<id>csp</id>
<properties>
<hap-repository.url/>
</properties>
<distributionManagement>
<repository>
<id>hap-repository</id>
<url>${hap-repository.url}</url>
</repository>
</distributionManagement>
</profile>
</profiles>
</project>

0 comments on commit c3b795a

Please sign in to comment.