← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1446: More modifications to DHIS2 Live pom. Live Exe and jar with dependencies can now be built with mv...

 

------------------------------------------------------------
revno: 1446
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2010-02-18 08:12:57 +0200
message:
  More modifications to DHIS2 Live pom. Live Exe and jar with dependencies can now be built with mvn package.
removed:
  dhis-live/util/launch4j/dhis-live.xml
modified:
  dhis-live/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-live/pom.xml'
--- dhis-live/pom.xml	2010-02-17 15:30:19 +0000
+++ dhis-live/pom.xml	2010-02-18 06:12:57 +0000
@@ -29,6 +29,16 @@
 	        </manifest>
 	      </archive>
 	    </configuration>
+	           <executions>
+          <execution>
+            <id>make-assembly</id> <!-- this is used for inheritance merges -->
+            <phase>package</phase> <!-- append to the packaging phase. -->
+            <goals>
+              <goal>single</goal> <!-- goals == mojos -->
+            </goals>
+          </execution>
+        </executions>
+ 	
       </plugin>
       <!-- Maven Compiler -->
       <plugin>

=== removed file 'dhis-live/util/launch4j/dhis-live.xml'
--- dhis-live/util/launch4j/dhis-live.xml	2010-02-17 14:34:01 +0000
+++ dhis-live/util/launch4j/dhis-live.xml	1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
-<launch4jConfig>
-  <dontWrapJar>true</dontWrapJar>
-  <headerType>gui</headerType>
-  <jar>dhis2-live.jar</jar>
-  <outfile>dhis2-live.exe</outfile>
-  <errTitle></errTitle>
-  <cmdLine></cmdLine>
-  <chdir></chdir>
-  <priority>normal</priority>
-  <downloadUrl>http://java.com/download</downloadUrl>
-  <supportUrl></supportUrl>
-  <customProcName>false</customProcName>
-  <stayAlive>false</stayAlive>
-  <manifest></manifest>
-  <icon>favicon.ico</icon>
-  <singleInstance>
-    <mutexName>dhis-live.mutex</mutexName>
-    <windowTitle></windowTitle>
-  </singleInstance>
-  <jre>
-    <path></path>
-    <minVersion>1.6.0_14</minVersion>
-    <maxVersion></maxVersion>
-    <jdkPreference>preferJre</jdkPreference>
-  </jre>
-  <splash>
-    <file>dhis2-splash.bmp</file>
-    <waitForWindow>false</waitForWindow>
-    <timeout>12</timeout>
-    <timeoutErr>false</timeoutErr>
-  </splash>
-</launch4jConfig>