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

    https://github.com/apache/accumulo/pull/51#discussion_r44565231
  
    --- Diff: test/pom.xml ---
    @@ -226,6 +226,25 @@
                 </systemPropertyVariables>
               </configuration>
             </plugin>
    +        <plugin>
    +          <groupId>org.apache.maven.plugins</groupId>
    +          <artifactId>maven-jar-plugin</artifactId>
    +          <executions>
    +            <execution>
    +              <goals>
    +                <goal>test-jar</goal>
    +              </goals>
    +              <phase>pre-integration-test</phase>
    --- End diff --
    
    Might be better to just bind this to test-compile to let `mvn test 
-Dtest=ScannerContextIT` still work. Creating the jar won't be too much of an 
impact, I guess.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to