diff options
-rw-r--r-- | doc/maven-pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/maven-pom.xml b/doc/maven-pom.xml index e5be451e..96568567 100644 --- a/doc/maven-pom.xml +++ b/doc/maven-pom.xml @@ -20,6 +20,10 @@ <connection>scm:git:git://github.com/rzwitserloot/lombok.git</connection> <url>scm:git:git://github.com/rzwitserloot/lombok.git</url> </scm> + <issueManagement> + <system>Google Code</system> + <url>http://code.google.com/p/projectlombok/issues</url> + </issueManagement> <developers> <developer> <id>rzwitserloot</id> |