Author: echatellier Date: 2012-11-28 15:58:12 +0100 (Wed, 28 Nov 2012) New Revision: 35 Url: http://forge.codelutin.com/repositories/revision/cantharella/35 Log: Fix project tests during "mvn install" Added: trunk/cantharella.service/src/test/resources/service.properties Added: trunk/cantharella.service/src/test/resources/service.properties =================================================================== --- trunk/cantharella.service/src/test/resources/service.properties (rev 0) +++ trunk/cantharella.service/src/test/resources/service.properties 2012-11-28 14:58:12 UTC (rev 35) @@ -0,0 +1,28 @@ +### +# #%L +# Cantharella :: Service +# $Id:$ +# $HeadURL:$ +# %% +# Copyright (C) 2009 - 2012 IRD (Institut de Recherche pour le Developpement) and by respective authors (see below) +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### +mail.debug=true +mail.from=no-reply@ird.fr +mail.host=localhost + +admin.courriel=admin@localhost +admin.password=password \ No newline at end of file