File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
80
80
second execution profile for 'mvn compile'.
You can’t perform that action at this time.
0 commit comments