[lima] branch develop updated (4e409ed -> f1da99d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from 4e409ed fixes #1131: Migrates to git new f1da99d fixes #1131: Migrates to git (tidy poms + fix webstart config) 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 f1da99dfef10590df3b8f21d9dd849de75a2f35f Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 23:44:59 2014 +0100 fixes #1131: Migrates to git (tidy poms + fix webstart config) Summary of changes: lima-business-api/pom.xml | 1 + lima-business/pom.xml | 1 + lima-callao/pom.xml | 2 +- lima-swing/pom.xml | 37 +------------------------------------ pom.xml | 4 +--- 5 files changed, 5 insertions(+), 40 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 lima. See http://git.chorem.org/lima.git commit f1da99dfef10590df3b8f21d9dd849de75a2f35f Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 23:44:59 2014 +0100 fixes #1131: Migrates to git (tidy poms + fix webstart config) --- lima-business-api/pom.xml | 1 + lima-business/pom.xml | 1 + lima-callao/pom.xml | 2 +- lima-swing/pom.xml | 37 +------------------------------------ pom.xml | 4 +--- 5 files changed, 5 insertions(+), 40 deletions(-) diff --git a/lima-business-api/pom.xml b/lima-business-api/pom.xml index ac39a36..df4847c 100644 --- a/lima-business-api/pom.xml +++ b/lima-business-api/pom.xml @@ -1,3 +1,4 @@ +<?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"> <modelVersion>4.0.0</modelVersion> diff --git a/lima-business/pom.xml b/lima-business/pom.xml index 54fc66d..2b6774e 100644 --- a/lima-business/pom.xml +++ b/lima-business/pom.xml @@ -1,3 +1,4 @@ +<?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"> <modelVersion>4.0.0</modelVersion> diff --git a/lima-callao/pom.xml b/lima-callao/pom.xml index 8b64c5a..666a3ad 100644 --- a/lima-callao/pom.xml +++ b/lima-callao/pom.xml @@ -1,3 +1,4 @@ +<?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"> <modelVersion>4.0.0</modelVersion> @@ -68,7 +69,6 @@ </includes> </resource> </resources> - <plugins> <plugin> <groupId>org.nuiton.eugene</groupId> diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index d81ba01..58e300d 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -224,6 +224,7 @@ <pack200> <enabled>false</enabled> </pack200> + <codebase>https://lima.chorem.org/v/${siteDeployClassifier}/jnlp</codebase> <jnlpExtensions> <jnlpExtension> <name>jxlayer</name> @@ -459,7 +460,6 @@ </build> </profile> - <profile> <id>assembly-profile</id> <activation> @@ -492,40 +492,5 @@ </build> </profile> - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>${projectInfoReportsPluginVersion}</version> - <reportSets> - <reportSet> - - <reports> - <report>index</report> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - - </profile> </profiles> </project> diff --git a/pom.xml b/pom.xml index 173744c..ad2b56b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,8 +25,7 @@ <distribution>repo</distribution> </license> </licenses> - - <!-- Developpers, contributors... --> +<!-- Developpers, contributors... --> <developers> <developer> <id>echatellier</id> @@ -73,7 +72,6 @@ </roles> </developer> </developers> - <contributors> <contributor> <name>Cédric Houbart</name> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm