Skip to content

Commit fa4a7fc

Browse files
Ken TakagiwaKen Takagiwa
Ken Takagiwa
authored and
Ken Takagiwa
committed
revert streaming/pom.xml
1 parent 8f8202b commit fa4a7fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

streaming/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
<groupId>org.scalatest</groupId>
7070
<artifactId>scalatest-maven-plugin</artifactId>
7171
</plugin>
72-
73-
<!--
74-
This plugin forces the generation of jar containing streaming test classes,
72+
73+
<!--
74+
This plugin forces the generation of jar containing streaming test classes,
7575
so that the tests classes of external modules can use them. The two execution profiles
76-
are necessary - first one for 'mvn package', second one for 'mvn compile'. Ideally,
77-
'mvn compile' should not compile test classes and therefore should not need this.
76+
are necessary - first one for 'mvn package', second one for 'mvn compile'. Ideally,
77+
'mvn compile' should not compile test classes and therefore should not need this.
7878
However, an open Maven bug (http://jira.codehaus.org/browse/MNG-3559)
7979
causes the compilation to fail if streaming test-jar is not generated. Hence, the
8080
second execution profile for 'mvn compile'.

0 commit comments

Comments
 (0)