r283 - in trunk/jredmine-maven-plugin/src/it: multi report single skip-report
Author: tchemit Date: 2012-07-13 18:29:20 +0200 (Fri, 13 Jul 2012) New Revision: 283 Url: http://nuiton.org/repositories/revision/jredmine/283 Log: remove invokers.properties when possible Added: trunk/jredmine-maven-plugin/src/it/multi/goals.txt trunk/jredmine-maven-plugin/src/it/report/goals.txt trunk/jredmine-maven-plugin/src/it/single/goals.txt trunk/jredmine-maven-plugin/src/it/skip-report/goals.txt Removed: trunk/jredmine-maven-plugin/src/it/multi/invoker.properties trunk/jredmine-maven-plugin/src/it/report/invoker.properties trunk/jredmine-maven-plugin/src/it/single/invoker.properties trunk/jredmine-maven-plugin/src/it/skip-report/invoker.properties Added: trunk/jredmine-maven-plugin/src/it/multi/goals.txt =================================================================== --- trunk/jredmine-maven-plugin/src/it/multi/goals.txt (rev 0) +++ trunk/jredmine-maven-plugin/src/it/multi/goals.txt 2012-07-13 16:29:20 UTC (rev 283) @@ -0,0 +1 @@ +clean install \ No newline at end of file Deleted: trunk/jredmine-maven-plugin/src/it/multi/invoker.properties =================================================================== --- trunk/jredmine-maven-plugin/src/it/multi/invoker.properties 2012-07-13 16:28:57 UTC (rev 282) +++ trunk/jredmine-maven-plugin/src/it/multi/invoker.properties 2012-07-13 16:29:20 UTC (rev 283) @@ -1,45 +0,0 @@ -### -# #%L -# JRedmine :: Maven plugin -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2009 - 2010 CodeLutin -# %% -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser 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 Lesser Public License for more details. -# -# You should have received a copy of the GNU General Lesser Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/lgpl-3.0.html>. -# #L% -### -# A comma or space separated list of goals/phases to execute, may -# specify an empty list to execute the default goal of the IT project -invoker.goals=clean install - -# Optionally, a list of goals to run during further invocations of Maven -#invoker.goals.2=${project.groupId}:${project.artifactId}:${project.version}:run - -# A comma or space separated list of profiles to activate -#invoker.profiles=run-all run-once - -# The value for the environment variable MAVEN_OPTS -#invoker.mavenOpts=-Dfile.encoding=UTF-16 -Xms32m -Xmx256m - -# Possible values are "fail-fast" (default), "fail-at-end" and "fail-never" -invoker.failureBehavior=fail-at-end - -# The expected result of the build, possible values are "success" (default) and "failure" -#invoker.buildResult=success - -# A boolean value controlling the -N flag, defaults to "false" -#invoker.nonRecursive=false Added: trunk/jredmine-maven-plugin/src/it/report/goals.txt =================================================================== --- trunk/jredmine-maven-plugin/src/it/report/goals.txt (rev 0) +++ trunk/jredmine-maven-plugin/src/it/report/goals.txt 2012-07-13 16:29:20 UTC (rev 283) @@ -0,0 +1 @@ +clean initialize site \ No newline at end of file Deleted: trunk/jredmine-maven-plugin/src/it/report/invoker.properties =================================================================== --- trunk/jredmine-maven-plugin/src/it/report/invoker.properties 2012-07-13 16:28:57 UTC (rev 282) +++ trunk/jredmine-maven-plugin/src/it/report/invoker.properties 2012-07-13 16:29:20 UTC (rev 283) @@ -1,45 +0,0 @@ -### -# #%L -# JRedmine :: Maven plugin -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2009 - 2010 CodeLutin -# %% -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser 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 Lesser Public License for more details. -# -# You should have received a copy of the GNU General Lesser Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/lgpl-3.0.html>. -# #L% -### -# A comma or space separated list of goals/phases to execute, may -# specify an empty list to execute the default goal of the IT project -invoker.goals=clean initialize site - -# Optionally, a list of goals to run during further invocations of Maven -#invoker.goals.2=${project.groupId}:${project.artifactId}:${project.version}:run - -# A comma or space separated list of profiles to activate -#invoker.profiles=its,jdk15 - -# The value for the environment variable MAVEN_OPTS -#invoker.mavenOpts=-Dfile.encoding=UTF-16 -Xms32m -Xmx256m - -# Possible values are "fail-fast" (default), "fail-at-end" and "fail-never" -invoker.failureBehavior=fail-at-end - -# The expected result of the build, possible values are "success" (default) and "failure" -#invoker.buildResult=success - -# A boolean value controlling the -N flag, defaults to "false" -#invoker.nonRecursive=false Added: trunk/jredmine-maven-plugin/src/it/single/goals.txt =================================================================== --- trunk/jredmine-maven-plugin/src/it/single/goals.txt (rev 0) +++ trunk/jredmine-maven-plugin/src/it/single/goals.txt 2012-07-13 16:29:20 UTC (rev 283) @@ -0,0 +1 @@ +clean verify \ No newline at end of file Deleted: trunk/jredmine-maven-plugin/src/it/single/invoker.properties =================================================================== --- trunk/jredmine-maven-plugin/src/it/single/invoker.properties 2012-07-13 16:28:57 UTC (rev 282) +++ trunk/jredmine-maven-plugin/src/it/single/invoker.properties 2012-07-13 16:29:20 UTC (rev 283) @@ -1,45 +0,0 @@ -### -# #%L -# JRedmine :: Maven plugin -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2009 - 2010 CodeLutin -# %% -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser 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 Lesser Public License for more details. -# -# You should have received a copy of the GNU General Lesser Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/lgpl-3.0.html>. -# #L% -### -# A comma or space separated list of goals/phases to execute, may -# specify an empty list to execute the default goal of the IT project -invoker.goals=clean verify - -# Optionally, a list of goals to run during further invocations of Maven -#invoker.goals.2=${project.groupId}:${project.artifactId}:${project.version}:run - -# A comma or space separated list of profiles to activate -#invoker.profiles=its,jdk15 - -# The value for the environment variable MAVEN_OPTS -#invoker.mavenOpts=-Dfile.encoding=UTF-16 -Xms32m -Xmx256m - -# Possible values are "fail-fast" (default), "fail-at-end" and "fail-never" -invoker.failureBehavior=fail-at-end - -# The expected result of the build, possible values are "success" (default) and "failure" -#invoker.buildResult=success - -# A boolean value controlling the -N flag, defaults to "false" -#invoker.nonRecursive=false Added: trunk/jredmine-maven-plugin/src/it/skip-report/goals.txt =================================================================== --- trunk/jredmine-maven-plugin/src/it/skip-report/goals.txt (rev 0) +++ trunk/jredmine-maven-plugin/src/it/skip-report/goals.txt 2012-07-13 16:29:20 UTC (rev 283) @@ -0,0 +1 @@ +clean initialize site \ No newline at end of file Deleted: trunk/jredmine-maven-plugin/src/it/skip-report/invoker.properties =================================================================== --- trunk/jredmine-maven-plugin/src/it/skip-report/invoker.properties 2012-07-13 16:28:57 UTC (rev 282) +++ trunk/jredmine-maven-plugin/src/it/skip-report/invoker.properties 2012-07-13 16:29:20 UTC (rev 283) @@ -1,45 +0,0 @@ -### -# #%L -# JRedmine :: Maven plugin -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2009 - 2010 CodeLutin -# %% -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser 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 Lesser Public License for more details. -# -# You should have received a copy of the GNU General Lesser Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/lgpl-3.0.html>. -# #L% -### -# A comma or space separated list of goals/phases to execute, may -# specify an empty list to execute the default goal of the IT project -invoker.goals=clean initialize site - -# Optionally, a list of goals to run during further invocations of Maven -#invoker.goals.2=${project.groupId}:${project.artifactId}:${project.version}:run - -# A comma or space separated list of profiles to activate -#invoker.profiles=its,jdk15 - -# The value for the environment variable MAVEN_OPTS -#invoker.mavenOpts=-Dfile.encoding=UTF-16 -Xms32m -Xmx256m - -# Possible values are "fail-fast" (default), "fail-at-end" and "fail-never" -invoker.failureBehavior=fail-at-end - -# The expected result of the build, possible values are "success" (default) and "failure" -#invoker.buildResult=success - -# A boolean value controlling the -N flag, defaults to "false" -#invoker.nonRecursive=false
participants (1)
-
tchemit@users.nuiton.org