File: maven.xml

package info (click to toggle)
libgettext-commons-java 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: java: 1,024; xml: 530; makefile: 3
file content (71 lines) | stat: -rw-r--r-- 1,734 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0"?>

<document>
  <properties>
    <title>Gettext Commons</title>
  </properties>
  <body>
    <section name="Maven Repository">
	  <p>We maintain a repository that can be used for automated
	  dependency downloading with Maven.</p>
    </section>

    <section name="Maven 2.x">
	  <p>If you are using <a href="http://maven.apache.org/"
	  target="_blank">Maven 2.x</a> add the following sections to your
	  pom.xml:</p>

<source>
...
&lt;dependencies&gt;
  &lt;dependency&gt;
    &lt;groupId&gt;org.xnap.commons&lt;/groupId&gt;
    &lt;artifactId&gt;gettext-commons&lt;/artifactId&gt;
    &lt;version&gt;0.9.6&lt;/version&gt;
  &lt;/dependency&gt;
&lt;/dependencies&gt;
...
&lt;repositories&gt;
  &lt;repository&gt;
    &lt;id&gt;gettext-commons-site&lt;/id&gt;
    &lt;url&gt;http://gettext-commons.googlecode.com/svn/maven-repository/&lt;/url&gt;
  &lt;/repository&gt;
&lt;/repositories&gt;
...
</source>
	</section>

    <section name="Maven 1.x">
	  <p>If you are using <a href="http://maven.apache.org/maven-1.x/"
	  target="_blank">Maven 1.x</a> add the following dependencies to
	  your project.xml:</p>

<source>
...
&lt;dependencies&gt;
  &lt;dependency&gt;
    &lt;groupId&gt;xnap-commons&lt;/groupId&gt;
    &lt;artifactId&gt;gettext-commons&lt;/artifactId&gt;
    &lt;version&gt;0.9.1&lt;/version&gt;
    &lt;url&gt;http://xnap-commons.sf.net/gettext-commons/&lt;/url&gt;
  &lt;/dependency&gt;
&lt;/dependencies&gt;
...
</source>

	  <p>And add the XNap Commons repository to your
	  project.properties:</p>

<source>
maven.repo.remote = http://www.ibiblio.org/maven,http://xnap-commons.sf.net/repository
</source>

	</section>
  </body>
</document>

<!--
Local Variables:
sgml-indent-data: t
End:
-->