You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: streaming/pom.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,12 @@
69
69
<groupId>org.scalatest</groupId>
70
70
<artifactId>scalatest-maven-plugin</artifactId>
71
71
</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,
75
75
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.
78
78
However, an open Maven bug (http://jira.codehaus.org/browse/MNG-3559)
79
79
causes the compilation to fail if streaming test-jar is not generated. Hence, the
0 commit comments