aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorColin Decker <cgdecker@google.com>2013-10-29 17:45:48 -0400
committerColin Decker <cgdecker@google.com>2013-10-29 17:45:48 -0400
commit06ad4e462c430896e064f1a9675786c6ea9ab9a2 (patch)
tree35345c02297794d7d6db1cfc21c3891f0bad9e9b /pom.xml
parente21a2a38cedfe88293247e675853e88369696a81 (diff)
downloadjimfs-06ad4e462c430896e064f1a9675786c6ea9ab9a2.tar.gz
Some changes to javadoc and pom.xml; fully qualify links in package-info.java.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml46
1 files changed, 6 insertions, 40 deletions
diff --git a/pom.xml b/pom.xml
index f645415..09c7de8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@
<role>owner</role>
<role>developer</role>
</roles>
+ <timezone>-5</timezone>
</developer>
</developers>
@@ -74,6 +75,11 @@
<tag>HEAD</tag>
</scm>
+ <issueManagement>
+ <system>GitHub Issues</system>
+ <url>http://github.com/google/jimfs/issues</url>
+ </issueManagement>
+
<prerequisites>
<maven>3.0.3</maven>
</prerequisites>
@@ -200,46 +206,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>post-integration-test</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <encoding>UTF-8</encoding>
- <docencoding>UTF-8</docencoding>
- <charset>UTF-8</charset>
- <excludePackageNames>com.google.jimfs.internal</excludePackageNames>
- <links>
- <link>http://docs.oracle.com/javase/7/docs/api/</link>
- <link>http://docs.guava-libraries.googlecode.com/git-history/v15.0/javadoc/</link>
- <link>http://jsr-305.googlecode.com/svn/trunk/javadoc/</link>
- <link>http://icu-project.org/apiref/icu4j/</link>
- </links>
- </configuration>
- <executions>
- <execution>
- <id>attach-docs</id>
- <phase>post-integration-test</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>