diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-13 17:57:46 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-13 17:57:46 +0100 |
commit | 6ab599d01cb0c00d5baa5092649be58b8a99701d (patch) | |
tree | fc7adf4e6a5895e9aab5488826e878e501fd325a /doc | |
parent | 8d433449f84ddc996340be29823b672cf81d8703 (diff) | |
download | lombok-6ab599d01cb0c00d5baa5092649be58b8a99701d.tar.gz lombok-6ab599d01cb0c00d5baa5092649be58b8a99701d.tar.bz2 lombok-6ab599d01cb0c00d5baa5092649be58b8a99701d.zip |
Updated maven pom and deploy process; now lombok is linked in mavencentral so we no longer need our own repository. Also updated publish process to new server (escudo is in, libertad is out).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/maven-pom.xml | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/doc/maven-pom.xml b/doc/maven-pom.xml index 96568567..61738a72 100644 --- a/doc/maven-pom.xml +++ b/doc/maven-pom.xml @@ -12,7 +12,7 @@ <licenses> <license> <name>The MIT License</name> - <url>http://www.opensource.org/licenses/mit-license.php</url> + <url>http://projectlombok.org/LICENSE</url> <distribution>repo</distribution> </license> </licenses> @@ -38,20 +38,11 @@ <email>roel@projectlombok.org</email> <timezone>+1</timezone> </developer> - </developers> - <contributors> - <contributor> - <id>rgrootjans<id> + <developer> + <id>rgrootjans</id> <name>Robbert Jan Grootjans</name> <timezone>+1</timezone> - </contributor> - </contributors> - <!-- - For auto-syncing to the main maven repository: - "org.projectlombok","mavensync@projectlombok.org:/home/mavensync/public_html/m2repo","rsync_ssh","Reinier Zwitserloot", "reinier@projectlombok.org",, - - For deploying to the remote repo on projectlombok.org: - mvn deploy:deploy-file -DrepositoryId=projectlombok.org url=scp://reinier@projectlombok.org/home/mavensync/public_html/m2repo -Dfile=dist/lombok.jar -DpomFile=doc/maven-pom.xml - --> + </developer> + </developers> </project> |