migrate-svn Mailing List for Jabber Roster Migration
Status: Beta
Brought to you by:
fidlej
You can subscribe to this list here.
| 2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: <fi...@us...> - 2007-01-14 23:43:13
|
Revision: 3
http://migrate.svn.sourceforge.net/migrate/?rev=3&view=rev
Author: fidlej
Date: 2007-01-14 15:43:07 -0800 (Sun, 14 Jan 2007)
Log Message:
-----------
Prepared release.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-01-03 21:47:34 UTC (rev 2)
+++ trunk/pom.xml 2007-01-14 23:43:07 UTC (rev 3)
@@ -4,7 +4,7 @@
<groupId>cz.rdc.devel.jabber.migrate</groupId>
<artifactId>migrate</artifactId>
<packaging>jar</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>0.3</version>
<name>migrate</name>
<dependencies>
<dependency>
@@ -54,7 +54,7 @@
</goals>
<configuration>
<descriptors>
- <descriptor>src/main/descriptors/release-bin.xml</descriptor>
+ <descriptor>src/main/descriptors/release-bin.xml</descriptor>
</descriptors>
<finalName>${pom.artifactId}-${pom.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
@@ -62,6 +62,18 @@
</execution>
</executions>
</plugin>
- </plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>cz.rdc.devel.jabber.migrate.Main</mainClass>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|