Skip to content

Releases: jbosstools/m2e-wro4j

Development Build

07 Apr 12:19
c3c3d1e
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • c3c3d1e: Pin 3rd-party actions to SHA1 in .github/workflows/CI.yaml (#31) (Fred Bricon) #31

1.2.1

11 Jan 13:32
Compare
Choose a tag to compare

Fixed Tycho builds not being able to consume the m2e-wro4j release: #29

Test

11 Jan 13:23
Compare
Choose a tag to compare
Test Pre-release
Pre-release
Moar cleanup

Signed-off-by: Fred Bricon <fbricon@gmail.com>

m2e-wro4j 1.2.0

07 Sep 10:21
Compare
Choose a tag to compare

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 builds
    • https://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

25 Jun 10:53
Compare
Choose a tag to compare

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