Skip to content

Commit

Permalink
JBBUILD-567 : Add properties in distributionManagement URLs to allow …
Browse files Browse the repository at this point in the history
…to override them
  • Loading branch information
aheritier committed Nov 19, 2009
1 parent 9608940 commit cd8ae4b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
<version.taglist.plugin>2.4</version.taglist.plugin>
<version.war.plugin>2.1-beta-1</version.war.plugin>

<!-- ***************** -->
<!-- Repositories URLs -->
<!-- ***************** -->
<jboss.releases.repo.url>scm:svn:https://svn.jboss.org/repos/repository.jboss.org/maven2</jboss.releases.repo.url>
<jboss.snapshots.repo.url>dav:https://snapshots.jboss.org/maven2</jboss.snapshots.repo.url>

<!-- ************** -->
<!-- Build settings -->
<!-- ************** -->
Expand Down Expand Up @@ -500,12 +506,12 @@
<repository>
<id>jboss-releases</id>
<name>JBoss Release Repository</name>
<url>scm:svn:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
<url>${jboss.releases.repo.url}</url>
</repository>
<snapshotRepository>
<id>jboss-snapshots</id>
<name>JBoss Snapshot Repository</name>
<url>dav:https://snapshots.jboss.org/maven2</url>
<url>jboss.snapshots.repo.url</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit cd8ae4b

Please sign in to comment.