-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Add one unit test: SampleUnitTest.java to one sample project and run 'mvn
test -Dtest=SampleUnitTest'
2. Revise one unit test source code: SampleUnitTest by adding some spaces or
cartiridge return.
3. Run 'mvn test -Dtest=SampleUnitTest' again
What is the expected output? What do you see instead?
The expected output is that only the revised code: SampleUnitTest.java is
recompiled. What I saw is: 37 scala code and 337 java sources are recompiles
just by this minor change.
What version of the product are you using? On what operating system?
I am using 1.0.0-alpha8 for play2.plugin and 1.0.0-beta4 for
sbt-compiler.plugin The operating system is: window 2008 server.
Please provide any additional information below.
Original issue reported on code.google.com by dong...@gmail.com on 13 Apr 2015 at 6:19