You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/05/24 11:25:42 UTC

[plc4x] branch develop updated: - Completely disabled the java 9 and above profile in order to get a site-update out the door.

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6a39a9c  - Completely disabled the java 9 and above profile in order to get a site-update out the door.
6a39a9c is described below

commit 6a39a9ca9851eaee049f8e5e953e3343fa199649
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun May 24 13:24:48 2020 +0200

    - Completely disabled the java 9 and above profile in order to get a site-update out the door.
---
 plc4j/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/plc4j/pom.xml b/plc4j/pom.xml
index 2a7e336..9140c10 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -350,7 +350,7 @@
       It seems Java 8 has problems with the "illega-access" setting,
       so we need to make this self-activating.
     -->
-    <profile>
+    <!--profile>
       <id>_allow_illegal_access_reflection_in_tests</id>
       <activation>
         <jdk>[1.9,)</jdk>
@@ -363,7 +363,7 @@
               <artifactId>maven-surefire-plugin</artifactId>
               <configuration>
                 <argLine>
-                  --illegal-access=permit
+                  - -illegal-access=permit
                 </argLine>
               </configuration>
             </plugin>
@@ -373,14 +373,14 @@
               <artifactId>maven-failsafe-plugin</artifactId>
               <configuration>
                 <argLine>
-                  --illegal-access=permit
+                  - -illegal-access=permit
                 </argLine>
               </configuration>
             </plugin>
           </plugins>
         </pluginManagement>
       </build>
-    </profile>
+    </profile-->
   </profiles>
 
 </project>
\ No newline at end of file