Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for test (0.02 sec)

  1. pom.xml

    L59: <activeByDefault>true</activeByDefault> L60: </activation> L61: <properties> L62: <test.include.path>**/*Test.java</test.include.path> L63: <test.command.args>--illegal-access=permit</test.command.args> L64: </properties> L65: </profile> L66: <profile> L67: <id>integrationTests</id> L68: <properties> L69: <test.include.path>**/*Tests.java</test.include.path> L70: <test.command.args /> L71: </properties> L72: </profile> L73: </profiles> L74: <build> L75: <finalN...
    github.com/codelibs/fess/pom.xml
    Sat Oct 26 02:16:03 UTC 2024
      49.1K bytes
  2. pom.xml

    roupId> L138: <artifactId>commons-io</artifactId> L139: <version>2.14.0</version> L140: </dependency> L141: <dependency> L142: <groupId>junit</groupId> L143: <artifactId>junit</artifactId> L144: <version>4.13.1</version> L145: <scope>test</scope> L146: </dependency> L147: </dependencies> L148:</project>...
    github.com/codelibs/curl4j/pom.xml
    Thu Oct 03 17:04:48 UTC 2024
      4K bytes
Back to top