This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit da41ade611786cef6f047c842151c0a24e934156 Author: dcosse <japbiw74> Date: Fri Feb 13 18:54:48 2015 +0100 refs #1159 lancement de lima-server fonctionnel --- lima-web/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lima-web/pom.xml b/lima-web/pom.xml index 5906767..9edc524 100644 --- a/lima-web/pom.xml +++ b/lima-web/pom.xml @@ -134,9 +134,6 @@ </resource> <resource> <directory>src/main/resources</directory> - <excludes> - <exclude>lima.properties</exclude> - </excludes> </resource> </resources> <pluginManagement> @@ -144,6 +141,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jasperreports-maven-plugin</artifactId> + <version>1.5.0.0</version> <executions> <execution> <goals> @@ -166,6 +164,7 @@ <manifest> <addClasspath>true</addClasspath> <classpathPrefix>./lib/</classpathPrefix> + <mainClass>org.chorem.lima.LimaServer</mainClass> </manifest> </archive> </configuration> @@ -216,7 +215,7 @@ <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> - <finalName>lima-web-server-${project.version}</finalName> + <finalName>lima-server-${project.version}</finalName> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> </descriptors> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.