Releases: jbosstools/m2e-wro4j
Development Build
1.2.1
Test
Moar cleanup Signed-off-by: Fred Bricon <[email protected]>
m2e-wro4j 1.2.0
This minor release mainly brings the following :
Compatibility with m2e 2.x
Since m2e 2.x changed a lot of APIs, m2e-wro4j had to adapt and brings new requirements:
- Java 17
- Eclipse 2022-09
- m2e 2.x
- m2e-wtp 1.5.x
Changed license to EPL v2.0
The license moved from EPL v1.0 to v2.0
Releases and CI builds are now hosted on Github Releases
in Eclipse:
- open Help > Install New Software...
- work with:
https://github.com/jbosstools/m2e-wro4j/releases/download/latest/
for CI buildshttps://github.com/jbosstools/m2e-wro4j/releases/download/1.2.0/
for the latest release
- expand the category and select the
m2e connector for WRO4J
- proceed with the installation
- restart Eclipse
m2e-wro4j 1.1.0
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