We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bd576 commit f2a13a0Copy full SHA for f2a13a0
pom.xml
@@ -8,6 +8,25 @@
8
<artifactId>plexus-i18n</artifactId>
9
<name>Plexus I18N Component</name>
10
<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
21
+ <name>Plexus Central Development Repository</name>
22
+ <url>dav:https://dav.codehaus.org/snapshots.repository/plexus</url>
23
+ </snapshotRepository>
24
+ <site>
25
26
+ <url>dav:https://dav.codehaus.org/plexus</url>
27
+ </site>
28
+ </distributionManagement>
29
30
<build>
31
<plugins>
32
<plugin>
0 commit comments