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 16:21:50 UTC

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

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

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


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

commit cfe4b441ac14d91214bce4a5c0b566c502e9edd1
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Jul 24 18:21:42 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