Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-18849

expand "thirdparty" reference to give examples of setting netty location in common testing modules

    XMLWordPrintableJSON

Details

    Description

      we should give examples of how folks using e.g. the maven surefire plugin can configure netty correctly.

      e.g.:
      you'll need to update your surefire plugin settings to define the given flag:

      ...
            <plugin>
              <artifactId>maven-surefire-plugin</artifactId>
              <configuration>
                <systemPropertyVariables>
                  <org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>org.apache.hadoop.hbase.shaded.</org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>
                </systemPropertyVariables>
              </configuration>
            </plugin>
      ...
      

      maybe failsafe too? maybe scala-test?

      Attachments

        Activity

          People

            stack Michael Stack
            busbey Sean Busbey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: