You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/07/24 17:50:27 UTC

[maven-site-plugin] branch master updated: Switch to preferred test.properties

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new baa9bfb  Switch to preferred test.properties
baa9bfb is described below

commit baa9bfb05a37763d9b0f927dc16da322f67ffe37
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Jul 24 19:50:20 2019 +0200

    Switch to preferred test.properties
---
 src/it/projects/effective-site/invoker.properties                      | 3 +--
 src/it/projects/effective-site/{invoker.properties => test.properties} | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/it/projects/effective-site/invoker.properties b/src/it/projects/effective-site/invoker.properties
index 301e7be..4f24dd7 100644
--- a/src/it/projects/effective-site/invoker.properties
+++ b/src/it/projects/effective-site/invoker.properties
@@ -15,5 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.goals = clean site:effective-site
-invoker.mavenOpts = -Doutput=effective-site.xml
+invoker.goals = clean site:effective-site
\ No newline at end of file
diff --git a/src/it/projects/effective-site/invoker.properties b/src/it/projects/effective-site/test.properties
similarity index 89%
copy from src/it/projects/effective-site/invoker.properties
copy to src/it/projects/effective-site/test.properties
index 301e7be..0e8e20b 100644
--- a/src/it/projects/effective-site/invoker.properties
+++ b/src/it/projects/effective-site/test.properties
@@ -15,5 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.goals = clean site:effective-site
-invoker.mavenOpts = -Doutput=effective-site.xml
+output=effective-site.xml
\ No newline at end of file