This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit eaef5a6c9f4cbd11ee2ea89a43b578abe25bc8da Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 21:05:31 2015 +0200 fix assembly release + tidy poms --- observe-business/pom.xml | 1 - observe-entities/pom.xml | 1 - observe-swing/pom.xml | 1 + pom.xml | 7 +++---- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/observe-business/pom.xml b/observe-business/pom.xml index 5e6d1db..4366577 100644 --- a/observe-business/pom.xml +++ b/observe-business/pom.xml @@ -250,7 +250,6 @@ </includes> </testResource> </testResources> - <plugins> <plugin> diff --git a/observe-entities/pom.xml b/observe-entities/pom.xml index 6b266d0..d1c8ede 100644 --- a/observe-entities/pom.xml +++ b/observe-entities/pom.xml @@ -142,7 +142,6 @@ </includes> </testResource> </testResources> - <plugins> <plugin> diff --git a/observe-swing/pom.xml b/observe-swing/pom.xml index 400cc3c..b3ebc0a 100644 --- a/observe-swing/pom.xml +++ b/observe-swing/pom.xml @@ -475,6 +475,7 @@ <attach>false</attach> <finalName>observe-${project.version}</finalName> <appendAssemblyId>false</appendAssemblyId> + <outputDirectory>${project.build.directory}</outputDirectory> </configuration> <executions> <execution> diff --git a/pom.xml b/pom.xml index 01f11f5..f0fdbf7 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ <artifactId>observe</artifactId> <version>4.0-RC5-SNAPSHOT</version> <packaging>pom</packaging> + <name>ObServe</name> <description>Projet ObServe</description> <url>https://observe.codelutin.com</url> @@ -84,20 +85,18 @@ <module>observe-validation</module> <module>observe-swing</module> </modules> - - <!--scm> +<!--scm> <url>https://svn.mpl.ird.fr/osiris/observe/trunk</url> <connection>scm:svn:https://svn.mpl.ird.fr/osiris/observe/trunk</connection> <developerConnection> scm:svn:https://svn.mpl.ird.fr/osiris/observe/trunk </developerConnection> </scm--> - <scm> + <scm> <url>https://gitweb.codelutin.com/observe.git</url> <connection>scm:git:http://git.codelutin.com/observe.git</connection> <developerConnection>scm:git:https://git.codelutin.com/observe.git</developerConnection> </scm> - <distributionManagement> <site> <id>${site.server}</id> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.