Log Message
Add description to POMs, improving OSGi info.
Modified Paths
- trunk/pom.xml
- trunk/xstream/pom.xml
- trunk/xstream-benchmark/pom.xml
- trunk/xstream-distribution/pom.xml
- trunk/xstream-hibernate/pom.xml
Diff
Modified: trunk/pom.xml (2048 => 2049)
--- trunk/pom.xml 2013-03-19 01:35:28 UTC (rev 2048)
+++ trunk/pom.xml 2013-03-19 02:13:13 UTC (rev 2049)
@@ -22,6 +22,9 @@
<packaging>pom</packaging>
<version>1.4.5-SNAPSHOT</version>
<name>XStream Parent</name>
+ <description>
+ XStream is a serialization library from Java objects to XML and back.
+ </description>
<inceptionYear>2004</inceptionYear>
<organization>
Modified: trunk/xstream/pom.xml (2048 => 2049)
--- trunk/xstream/pom.xml 2013-03-19 01:35:28 UTC (rev 2048)
+++ trunk/xstream/pom.xml 2013-03-19 02:13:13 UTC (rev 2049)
@@ -227,11 +227,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive combine.children="append">
- <manifestFile>${project.build.directory}/OSGi/MANIFEST.MF</manifestFile>
- </archive>
- </configuration>
+ <executions>
+ <execution>
+ <id>default-jar</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <archive combine.children="append">
+ <manifestFile>${project.build.directory}/OSGi/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: trunk/xstream-benchmark/pom.xml (2048 => 2049)
--- trunk/xstream-benchmark/pom.xml 2013-03-19 01:35:28 UTC (rev 2048)
+++ trunk/xstream-benchmark/pom.xml 2013-03-19 02:13:13 UTC (rev 2049)
@@ -19,6 +19,7 @@
<artifactId>xstream-benchmark</artifactId>
<packaging>jar</packaging>
<name>XStream Benchmark</name>
+ <description>Benchmark suite of XStream.</description>
<profiles>
<profile>
Modified: trunk/xstream-distribution/pom.xml (2048 => 2049)
--- trunk/xstream-distribution/pom.xml 2013-03-19 01:35:28 UTC (rev 2048)
+++ trunk/xstream-distribution/pom.xml 2013-03-19 02:13:13 UTC (rev 2049)
@@ -19,6 +19,9 @@
<artifactId>xstream-distribution</artifactId>
<packaging>pom</packaging>
<name>XStream Distribution</name>
+ <description>
+ Distribution project for XStream to build distributables and documentation.
+ </description>
<dependencies>
<dependency>
Modified: trunk/xstream-hibernate/pom.xml (2048 => 2049)
--- trunk/xstream-hibernate/pom.xml 2013-03-19 01:35:28 UTC (rev 2048)
+++ trunk/xstream-hibernate/pom.xml 2013-03-19 02:13:13 UTC (rev 2049)
@@ -18,6 +18,9 @@
<artifactId>xstream-hibernate</artifactId>
<packaging>jar</packaging>
<name>XStream Hibernate Extension</name>
+ <description>
+ XStream extension for Hibernate 3/4 to untie Java objects from Hibernate.
+ </description>
<profiles>
<profile>
To unsubscribe from this list please visit:
