ci.maven
ci.maven copied to clipboard
processFileChanges method in DevUtil (ci.common) runs twice with a single file change
The method processFileChanges is running twice when a single modification is made to a file while running maven dev mode (have not yet confirmed if this happens in gradle or not). So far, this has been tested by making file modifications in IntelliJ, Notepad++, and Notepad. Notepad did NOT cause the method to run twice, but both IntelliJ and Notepad++ did.
Processing file changes for C:\Users\TREVORCrawford\Git\demo-devmode\src\test.properties, change type MODIFY
Processing file changes for C:\Users\TREVORCrawford\Git\demo-devmode\src\test.properties, change type MODIFY