Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.3.0
-
None
-
None
-
None
Description
We use at XWiki both YUI Compressor Plugin (https://davidb.github.io/yuicompressor-maven-plugin) and WAR Plugin in some of our modules and we noticed a regression after upgrading WAR Plugin from 3.2.3 to 3.3.0: the files written by YUI Compressor are not yet available in the created war.
Reproduction step:
- Create a Maven module with both YUICompressor and Maven WAR Plugin and a javascript file named test.js
- Execute mvn clean package
Expected result:
- Both test.js and test-min.js are available in the created WAR
Obtained result:
- Only test.js is present
I suspect this regression to be related with the fix of MWAR-427. Note that the default path for YUI Compressor is documented on https://davidb.github.io/yuicompressor-maven-plugin/compress-mojo.html#webappDirectory
Attachments
Issue Links
- duplicates
-
MWAR-433 Maven WAR plugin is deleting files generated by other plugins after upgrading to 3.3.0
- Closed