This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 9be211a681f8d5b3a0469b672224f22fbaab38e4 Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 17 13:26:58 2014 +0000 fix profile --- pom.xml | 81 ----------------------------------------------------------------- 1 file changed, 81 deletions(-) diff --git a/pom.xml b/pom.xml index 0a9df13..197ca0f 100644 --- a/pom.xml +++ b/pom.xml @@ -516,87 +516,6 @@ </build> </profile> - <profile> - <id>deploy-coselmar-application-update</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <defaultGoal>deploy</defaultGoal> - <plugins> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>copy coselmar-application.properties to site</id> - <phase>package</phase> - <inherited>false</inherited> - <configuration> - <tasks> - <echo message="copy coselmar-application.properties to site" /> - <copy verbose="true" failonerror="false" overwrite="true" filtering="true" todir="${project.build.directory}/update"> - <filterset> - <filter value="${project.version}" token="projectVersion" /> - <filter value="${jreVersion}" token="jreVersion" /> - </filterset> - <fileset dir="${basedir}/src/update/"> - <include name="coselmar-application.properties" /> - </fileset> - </copy> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>wagon-maven-plugin</artifactId> - <version>1.0-beta-4</version> - <executions> - <execution> - <id>deploy coselmar-application-latest.properties</id> - <phase>deploy</phase> - <inherited>false</inherited> - <goals> - <goal>upload-single</goal> - </goals> - <configuration> - <serverId>doc.codelutin.com</serverId> - <fromFile> - ${project.build.directory}/update/coselmar-application.properties - </fromFile> - <toFile>coselmar-application-latest.properties</toFile> - <url>scpexe://forge.codelutin.com/var/www/ApplicationUpdate/http/coselmar</url> - </configuration> - </execution> - <execution> - <id>deploy coselmar-application-${project.version}.properties</id> - <phase>deploy</phase> - <inherited>false</inherited> - <goals> - <goal>upload-single</goal> - </goals> - <configuration> - <serverId>doc.codelutin.com</serverId> - <fromFile>${project.build.directory}/update/coselmar-application.properties</fromFile> - <toFile>coselmar-application-${project.version}.properties</toFile> - <url>scpexe://forge.codelutin.com/var/www/ApplicationUpdate/http/coselmar</url> - </configuration> - </execution> - </executions> - - </plugin> - </plugins> - </build> - - </profile> <profile> <id>reporting</id> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.