Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3272

Testsuite execution creates a directory structure in lower case

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.4.Final
    • 3.0.2.CR1
    • Test Suite
    • None
    • Hide

      cd
      mkdir -p UPPER/lower/
      cd UPPER/lower/
      git clone https://github.com/wildfly/wildfly-core
      cd wildfly-core/testsuite/elytron/
      mvn test

      Actual - directory ~/upper/lower/wildfly-core/testsuite/elytron/target is created
      Expected - no new directory is created

      Show
      cd mkdir -p UPPER/lower/ cd UPPER/lower/ git clone https://github.com/wildfly/wildfly-core cd wildfly-core/testsuite/elytron/ mvn test Actual - directory ~/upper/lower/wildfly-core/testsuite/elytron/target is created Expected - no new directory is created

      When the wildfly-core is placed in directory structure containing upper case letters new folders with lower case names are created.

      It looks like this problem is in wildfly plugin configuration.

            mstefank Martin Stefanko
            mstefank Martin Stefanko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: