Skip to content

Commit f2a13a0

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

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

+19
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@
88
<artifactId>plexus-i18n</artifactId>
99
<name>Plexus I18N Component</name>
1010
<version>1.0-beta-10-SNAPSHOT</version>
11+
12+
13+
<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>
28+
</distributionManagement>
29+
1130
<build>
1231
<plugins>
1332
<plugin>

0 commit comments

Comments
 (0)