aboutsummaryrefslogtreecommitdiff
path: root/website/mavenrepo/index.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-29 17:27:23 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-29 17:27:23 +0200
commit6b940dfc46af5bf5f9cec42df089b8c9b02e5619 (patch)
tree1139b643a4b68ea1f1c92eff08aac0ddfb1d0e06 /website/mavenrepo/index.html
parent5898d3c96a7f8573dc227e84c7c2aca5c49e4cd5 (diff)
downloadlombok-6b940dfc46af5bf5f9cec42df089b8c9b02e5619.tar.gz
lombok-6b940dfc46af5bf5f9cec42df089b8c9b02e5619.tar.bz2
lombok-6b940dfc46af5bf5f9cec42df089b8c9b02e5619.zip
Added support for maven.
Diffstat (limited to 'website/mavenrepo/index.html')
-rw-r--r--website/mavenrepo/index.html22
1 files changed, 14 insertions, 8 deletions
diff --git a/website/mavenrepo/index.html b/website/mavenrepo/index.html
index 70cd2778..1d791e31 100644
--- a/website/mavenrepo/index.html
+++ b/website/mavenrepo/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" type="text/css" href="logi/reset.css" />
+ <link rel="stylesheet" type="text/css" href="../logi/reset.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="description" content="Spice up your java" />
<title>Project Lombok</title>
@@ -32,7 +32,13 @@
h1 {
padding-bottom: 0;
- margin-bottom: 4px;
+ margin-bottom: 8px;
+ }
+
+ #downloadLink {
+ display: block;
+ margin-top: 32px;
+ font-size: 14px;
}
</style>
</head><body>
@@ -46,19 +52,19 @@
&lt;artifactId&gt;lombok&lt;/artifactId&gt;
&lt;version&gt;@VERSION@&lt;/version&gt;
&lt;/dependency&gt;
-&lt;/dependencies&gt;</div>
- For now you also need to add the following repository, though we've put in a request at apache to add lombok to
- the central maven repository, so you may want to try it without this extra block first and see if it works. If not, also add:
- <div class="snippet">&lt;repositories&gt;
+&lt;/dependencies&gt;
+&lt;repositories&gt;
&lt;repository&gt;
&lt;id&gt;projectlombok.org&lt;/id&gt;
&lt;url&gt;http://projectlombok.org/mavenrepo&lt;/url&gt;
&lt;/repository&gt;
&lt;/repositories&gt;</div>
- That's all there is to it!
+ That's all there is to it!<br />
+ <em>note:</em> You'll still need to download lombok, or doubleclick on the lombok.jar file downloaded by maven, to install lombok into your eclipse installation.<br />
+ <a id="downloadLink" href="http://projectlombok.googlecode.com/files/lombok.jar">Download lombok.jar</a>
</div>
<div class="backLink">
- <a href="index.html">back to the project homepage</a>
+ <a href="../index.html">back to the project homepage</a>
</div>
</div>
<script type="text/javascript">