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 9f52978ad957e31ef9c7adf5291c9ff7b93fe428 Author: Yannick Martel <martel@©odelutin.com> Date: Tue Nov 18 09:27:56 2014 +0100 fix poms --- coselmar-bundle/pom.xml | 4 ++-- coselmar-rest/pom.xml | 2 +- coselmar-ui/pom.xml | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/coselmar-bundle/pom.xml b/coselmar-bundle/pom.xml index 7e9ff46..63b8389 100644 --- a/coselmar-bundle/pom.xml +++ b/coselmar-bundle/pom.xml @@ -46,7 +46,7 @@ ${project.build.directory}/${project.build.finalName}.war </redmine.releaseFiles> - <deployFiles>target/${project.build.finalName}.war</deployFiles> + <deployFiles>${project.build.directory}/${project.build.finalName}.war</deployFiles> </properties> <dependencies> @@ -100,7 +100,7 @@ <!--To deploy the bundle module (for demo instance)--> <id>deploy-bundle</id> <properties> - <deployFiles>target/${project.build.finalName}.war</deployFiles> + <deployFiles>${project.build.directory}/${project.build.finalName}.war</deployFiles> </properties> </profile> diff --git a/coselmar-rest/pom.xml b/coselmar-rest/pom.xml index b58962c..467719d 100644 --- a/coselmar-rest/pom.xml +++ b/coselmar-rest/pom.xml @@ -164,7 +164,7 @@ <port>8081</port> <uriEncoding>UTF-8</uriEncoding> <systemProperties> - <!--<coselmar.logConfigurationFile>${basedir}/target</coselmar.logConfigurationFile>--> + <!--<coselmar.logConfigurationFile>${project.build.directory}</coselmar.logConfigurationFile>--> </systemProperties> </configuration> </plugin> diff --git a/coselmar-ui/pom.xml b/coselmar-ui/pom.xml index f6a7134..0d3d225 100644 --- a/coselmar-ui/pom.xml +++ b/coselmar-ui/pom.xml @@ -84,7 +84,6 @@ <path>/</path> <uriEncoding>UTF-8</uriEncoding> <systemProperties> - <chorem.log.dir>${basedir}/target</chorem.log.dir> </systemProperties> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.