[vradi] branch develop updated (9a4e396 -> b40716a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository vradi. See http://git.chorem.org/vradi.git from 9a4e396 fixes #1132: Migrates to git (fix site generation) new b40716a fixes #1132: Migrates to git (fix not in central dependencies) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit b40716a9e88df8526de90f3dee59962ece0c2c30 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 28 09:23:35 2014 +0100 fixes #1132: Migrates to git (fix not in central dependencies) Summary of changes: pom.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository vradi. See http://git.chorem.org/vradi.git commit b40716a9e88df8526de90f3dee59962ece0c2c30 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 28 09:23:35 2014 +0100 fixes #1132: Migrates to git (fix not in central dependencies) --- pom.xml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 56dee1f..046ff62 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<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> @@ -644,8 +645,21 @@ </pluginManagement> </build> - <reporting> - <excludeDefaults>true</excludeDefaults> - </reporting> + <profiles> + + <profile> + <id>release-quality-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <properties> + <helper.skipCheckAutocontainer>true</helper.skipCheckAutocontainer> + </properties> + </profile> + + </profiles> </project> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm