diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-29 17:27:23 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-29 17:27:23 +0200 |
commit | 6b940dfc46af5bf5f9cec42df089b8c9b02e5619 (patch) | |
tree | 1139b643a4b68ea1f1c92eff08aac0ddfb1d0e06 /website/mavenrepo/index.html | |
parent | 5898d3c96a7f8573dc227e84c7c2aca5c49e4cd5 (diff) | |
download | lombok-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.html | 22 |
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 @@ <artifactId>lombok</artifactId> <version>@VERSION@</version> </dependency> -</dependencies></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"><repositories> +</dependencies> +<repositories> <repository> <id>projectlombok.org</id> <url>http://projectlombok.org/mavenrepo</url> </repository> </repositories></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"> |