Skip to content

Releases: FenixEdu/fenixedu-maven

FenixEdu Maven - Version 2.6.0

09 Dec 18:08
Compare
Choose a tag to compare

Release Notes - FenixEdu Maven - Version 2.6.0

Improvement

  • [FMVN-5] - Update fenix-framework and plugin dependencies to support Java 11

FenixEdu Maven - Version 2.5.2

27 Dec 12:00
Compare
Choose a tag to compare

Release Notes - FenixEdu Maven - Version 2.5.2

Improvement

  • [FMVN-4] - compiler plugin: use default verbose value (false)

FenixEdu Maven - Version 2.5.1

05 Dec 11:30
Compare
Choose a tag to compare

Release Notes - FenixEdu Maven - Version 2.5.1

Improvement

  • [FMVN-3] - Upgrade maven compiler plugin version

FenixEdu Maven - Version 2.5.0

16 Nov 13:37
Compare
Choose a tag to compare

Release Notes - FenixEdu Maven - Version 2.5.0

New Feature

  • [FMVN-1] - Force resources in UTF-8 with enforcer maven plugin

Improvement

  • [FMVN-2] - Allow pushChanges in maven-release-plugin

FenixEdu Maven v2.4.0

01 Mar 22:11
Compare
Choose a tag to compare
  • Updated FenixFramework version from 2.6.2 to 2.7.0
  • Updated slf4j from 1.7.7 to 1.7.22

FenixEdu Maven v2.3.0

09 Oct 10:13
Compare
Choose a tag to compare

FenixEdu Maven 2.3.0 updates versions for several plugins and dependencies. It also adds support for proper JSP Compilation on Maven projects, and the ability to use the Eclipse Compiler for Java compilation.

Maintenance

  • Updated versions of the following plugins/dependencies:
    • Fenix Framework
    • JUnit
    • License Maven Plugin
    • Maven Deploy Plugin
    • Maven Source Plugin
    • Maven Jar Plugin
    • Maven Javadoc Plugin
    • Maven Release Plugin
    • Maven War Plugin
    • Plexus Compiler Eclipse
    • Logback

New Features

  • Configured proper jspc plugin, to allow JSP compilation
  • Added Eclipse Compiler configuration

FenixEdu Maven v2.2.0

31 Oct 20:45
Compare
Choose a tag to compare

FenixEdu Maven 2.2.0 bumps the version of the Fenix Framework to the newly released 2.6.0, and moves to the new FenixEdu Maven Repository (https://repo.fenixedu.org). To maintain proper compatibility, the new repository contains a proxy of the old one, and as such, it should be safe changing your repository references to the new one. To do so, change your:

    <repositories>
        <repository>
            <id>fenix-ashes-maven-repository</id>
            <url>https://fenix-ashes.ist.utl.pt/nexus/content/groups/fenix-ashes-maven-repository</url>
        </repository>
    </repositories>

to

    <repositories>
        <repository>
            <id>fenixedu-maven-repository</id>
            <url>https://repo.fenixedu.org/fenixedu-maven-repository</url>
        </repository>
    </repositories>

This release is also the first following FenixEdu's new branching model.

FenixEdu Maven v2.1.0

04 Jul 13:31
Compare
Choose a tag to compare

FenixEdu Maven 2.1.0 bumps the Fenix Framework to version 2.5.0.

As the Domain Post Processor was deprecated and is no longer required, it was removed from the plugin.

FenixEdu Maven v2.0.1

26 May 14:02
Compare
Choose a tag to compare

FenixEdu Maven 2.0.1 adds common configuration of the Maven License Plugin, allowing automated management of license on the source code.

FenixEdu Maven v1.3.2

26 May 14:03
Compare
Choose a tag to compare

FenixEdu Maven 1.3.2 is a backport from version 2.0.1, adding configuration for the License Plugin.