Github user anujgandharv commented on a diff in the pull request:

    https://github.com/apache/jena/pull/227#discussion_r107437003
  
    --- Diff: jena-text/pom.xml ---
    @@ -112,11 +141,77 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
    -          <includes>
    -            <include>**/TS_*.java</include>
    -          </includes>
    +            <!-- Skip the default running of this plug-in (or everything 
is run twice...see below) -->
    +            <skip>true</skip>
    +
    +            <!-- Required to bypass Embedded ES security checks, 
especially JAR Hell-->
    +            <argLine>-Dtests.security.manager=false</argLine>
    --- End diff --
    
    Good catch. I will remove it


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to