Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-21121

Testsuite: Drop one of duplicated jpda or debug profiles

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 38.0.0.Final
    • Documentation, Test Suite
    • None
    • ---
    • ---

      There is no need to maintain both.

      Pick one.

              <profile>
                  <id>jpda.profile</id>
                  <activation>
                      <property>
                          <name>jpda</name>
                      </property>
                  </activation>
                  <properties>
                      <surefire.jpda.args>-agentlib:jdwp=transport=dt_socket,address=*:${as.debug.port},server=y,suspend=y</surefire.jpda.args>
                  </properties>
              </profile>
              <profile>
                  <id>debug.profile</id>
                  <activation>
                      <property>
                          <name>debug</name>
                      </property>
                  </activation>
                  <properties>
                      <surefire.jpda.args>-agentlib:jdwp=transport=dt_socket,address=*:${as.debug.port},server=y,suspend=y</surefire.jpda.args>
                  </properties>
              </profile>
      

              rhn-engineering-rhusar Radoslav Husar
              rhn-engineering-rhusar Radoslav Husar
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: