You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/09/09 12:32:14 UTC

svn commit: r1807886 - in /maven/plugins/trunk/maven-jmod-plugin/src/it: base-config-cmds/ base-config-headerfiles/ base-config-legalnotices/ base-config-libs/ base-config/ base-it/ non-default-config-cmds/ non-default-config-headerfiles/ non-default-c...

Author: khmarbaise
Date: Sat Sep  9 12:32:13 2017
New Revision: 1807886

URL: http://svn.apache.org/viewvc?rev=1807886&view=rev
Log:
Run Integrations tests only if we have JDK 9 as Run Time Envioronment
for the integration tests (-Dinvoker.javaHome=..) given. Otherwise
the usage of jmod utility is not possible.

Modified:
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-libs/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-it/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-libs/invoker.properties
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/invoker.properties

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-libs/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-libs/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-libs/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-libs/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-it/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-it/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-it/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-it/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-libs/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-libs/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-libs/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-libs/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/invoker.properties?rev=1807886&r1=1807885&r2=1807886&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/invoker.properties (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/invoker.properties Sat Sep  9 12:32:13 2017
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+invoker.java.version = 1.9+
 invoker.goals = clean package