[java-libglom] Improve the .pom file that will be installed.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-libglom] Improve the .pom file that will be installed.
- Date: Thu, 22 Dec 2011 11:30:22 +0000 (UTC)
commit 5786df451c37ed2c2793bd315a57e393f053bbaf
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Dec 22 12:21:15 2011 +0100
Improve the .pom file that will be installed.
* java-libglom.pom.in: Add tags, as seen in
http://maven.apache.org/guides/mini/guide-central-repository-upload.html
ChangeLog | 7 +++++++
java-libglom.pom.in | 17 +++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8e073f7..0a2601b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-12-22 Murray Cumming <murrayc murrayc com>
+ Improve the .pom file that will be installed.
+
+ * java-libglom.pom.in: Add tags, as seen in
+ http://maven.apache.org/guides/mini/guide-central-repository-upload.html
+
+2011-12-22 Murray Cumming <murrayc murrayc com>
+
Use a hand-written .pom file instead of a generated one.
* configure.ac:
diff --git a/java-libglom.pom.in b/java-libglom.pom.in
index ca23ff5..a4e7541 100644
--- a/java-libglom.pom.in
+++ b/java-libglom.pom.in
@@ -4,6 +4,23 @@
<groupId>org.glom.libglom</groupId>
<artifactId>java-libglom</artifactId>
<version>@PACKAGE_VERSION@</version>
+ <packaging>jar</packaging>
+
+ <name>java-libglom</name>
<description>A Java API for libglom</description>
+ <url>http://www.glom.org/wiki/index.php?title=Development/OnlineGlom</url>
+
+ <licenses>
+ <license>
+ <name>GNU LGPL 3</name>
+ <url>http://www.gnu.org/licenses/lgpl.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <scm>
+ <url>http://git.gnome.org/browse/java-libglom/tree/</url>
+ </scm>
+
</project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]