Skip to content

Commit cae7f45

Browse files
author
oleg
committed
added distribution management to the POM in order to build/deploy it in Hudson
1 parent f2a13a0 commit cae7f45

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

pom.xml

+10-15
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,17 @@
99
<name>Plexus I18N Component</name>
1010
<version>1.0-beta-10-SNAPSHOT</version>
1111

12-
12+
<properties>
13+
<distMgmtSnapshotsName>Plexus Central Development Repository</distMgmtSnapshotsName>
14+
<distMgmtSnapshotsUrl>dav:https://dav.codehaus.org/snapshots.repository/plexus</distMgmtSnapshotsUrl>
15+
</properties>
16+
1317
<distributionManagement>
14-
<repository>
15-
<id>codehaus.org</id>
16-
<name>Plexus Central Repository</name>
17-
<url>dav:https://dav.codehaus.org/repository/plexus</url>
18-
</repository>
19-
<snapshotRepository>
20-
<id>codehaus.org</id>
21-
<name>Plexus Central Development Repository</name>
22-
<url>dav:https://dav.codehaus.org/snapshots.repository/plexus</url>
23-
</snapshotRepository>
24-
<site>
25-
<id>codehaus.org</id>
26-
<url>dav:https://dav.codehaus.org/plexus</url>
27-
</site>
18+
<snapshotRepository>
19+
<id>codehaus.org</id>
20+
<name>${distMgmtSnapshotsName}</name>
21+
<url>${distMgmtSnapshotsUrl}</url>
22+
</snapshotRepository>
2823
</distributionManagement>
2924

3025
<build>

0 commit comments

Comments
 (0)