m2e-wro4j 1.1.0
fbricon
released this
25 Jun 10:53
·
18 commits
to main
since this release
This minor release mainly brings the following :
Compatibility with m2e 1.5
m2e-wro4j 1.0.x depends on internal m2e classes that changed in m2e 1.5. This was fixed with issue #22
Ability to disable m2e-wtp integration
m2e-wtp integration can now be disabled with the following maven property :
<properties>
<m2e.wro4j.wtp.integration>false</m2e.wro4j.wtp.integration>
</properties>
This prevents m2e-wro4j from overriding ${project.build.directory}/${project.build.finalName/ with ${project.build.directory}/m2e-wtp/web-resources/ within Eclipse.
A template is available if you hit ctrl+space in the pom.xml editor, while the cursor is in the <properties> section. See issue #21
wro4j-maven-plugin template bumped to 1.7.6
If you hit ctrl+space in the pom.xml editor, while the cursor is in the <plugins> section, the template for wro4j-maven-plugin now uses version 1.7.6