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 13c4d99580b7fe03e4d77cb58aac8ad8acdefb3e Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 21:32:05 2015 +0200 fix bis release assemblies --- observe-swing/pom.xml | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/observe-swing/pom.xml b/observe-swing/pom.xml index b3ebc0a..a26a84b 100644 --- a/observe-swing/pom.xml +++ b/observe-swing/pom.xml @@ -20,7 +20,8 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -417,22 +418,22 @@ <plugin> <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>src/main/assembly/map.xml</descriptor> - </descriptors> - <attach>false</attach> - <finalName>map</finalName> - <appendAssemblyId>false</appendAssemblyId> - <outputDirectory>${project.build.outputDirectory}</outputDirectory> - </configuration> <executions> <execution> - <id>create-assemblies</id> + <id>create-map-assembly</id> <phase>process-resources</phase> <goals> <goal>single</goal> </goals> + <configuration> + <descriptors> + <descriptor>src/main/assembly/map.xml</descriptor> + </descriptors> + <attach>false</attach> + <finalName>map</finalName> + <appendAssemblyId>false</appendAssemblyId> + <outputDirectory>${project.build.outputDirectory}</outputDirectory> + </configuration> </execution> </executions> </plugin> @@ -468,22 +469,22 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>src/main/assembly/bin.xml</descriptor> - </descriptors> - <attach>false</attach> - <finalName>observe-${project.version}</finalName> - <appendAssemblyId>false</appendAssemblyId> - <outputDirectory>${project.build.directory}</outputDirectory> - </configuration> <executions> <execution> - <id>create-assemblies</id> + <id>create-application-assembly</id> <phase>package</phase> <goals> <goal>single</goal> </goals> + <configuration> + <descriptors> + <descriptor>src/main/assembly/bin.xml</descriptor> + </descriptors> + <attach>false</attach> + <finalName>observe-${project.version}</finalName> + <appendAssemblyId>false</appendAssemblyId> + <outputDirectory>${project.build.directory}</outputDirectory> + </configuration> </execution> </executions> </plugin> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.