Skip to content

Commit

Permalink
revert streaming/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Takagiwa authored and Ken Takagiwa committed Jul 16, 2014
1 parent 8f8202b commit fa4a7fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
</plugin>

<!--
This plugin forces the generation of jar containing streaming test classes,
<!--
This plugin forces the generation of jar containing streaming test classes,
so that the tests classes of external modules can use them. The two execution profiles
are necessary - first one for 'mvn package', second one for 'mvn compile'. Ideally,
'mvn compile' should not compile test classes and therefore should not need this.
are necessary - first one for 'mvn package', second one for 'mvn compile'. Ideally,
'mvn compile' should not compile test classes and therefore should not need this.
However, an open Maven bug (http://jira.codehaus.org/browse/MNG-3559)
causes the compilation to fail if streaming test-jar is not generated. Hence, the
second execution profile for 'mvn compile'.
Expand Down

0 comments on commit fa4a7fc

Please sign in to comment.