From 0c9e93231b826634a99f063f800d3e4658d20f60 Mon Sep 17 00:00:00 2001 From: timmolter <tim.molter@gmail.com> Date: Fri, 7 Sep 2012 13:57:28 +0200 Subject: [PATCH] added info --- pom.xml | 79 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index b0b2d693..c40090c5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,8 @@ <version>1.2.0-SNAPSHOT</version> <packaging>jar</packaging> <description>Basic Charts for Java Applications</description> - <url>http://xeiam.com</url> - <inceptionYear>2012</inceptionYear> + <url>http://xeiam.com/xchart.jsp</url> + <inceptionYear>2011</inceptionYear> <organization> <name>Xeiam, LLC</name> @@ -25,7 +25,24 @@ <name>Alex Nugent</name> </developer> </developers> - + <licenses> + <license> + <name>Apache 2</name> + <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <distribution>repo</distribution> + <comments>A business-friendly OSS license</comments> + </license> + </licenses> + <issueManagement> + <system>GitHub</system> + <url>https://github.com/timmolter/XChart/issues</url> + </issueManagement> + <scm> + <url>https://github.com/timmolter/XChart</url> + </scm> + <ciManagement> + <url>http://ci.xeiam.com/</url> + </ciManagement> <distributionManagement> <snapshotRepository> <id>xeiam_oss.snapshots</id> @@ -86,34 +103,34 @@ </plugins> </pluginManagement> <plugins> - <!-- Generates a source code JAR during package --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>2.2</version> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <!-- Generates a Javadoc JAR during package --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.8.1</version> - <executions> - <execution> - <id>attach-javadocs</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> + <!-- Generates a source code JAR during package --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>2.2</version> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <!-- Generates a Javadoc JAR during package --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.8.1</version> + <executions> + <execution> + <id>attach-javadocs</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> -- GitLab