Releases: FenixEdu/fenixedu-maven
FenixEdu Maven - Version 2.6.0
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
Release Notes - FenixEdu Maven - Version 2.5.2
Improvement
- [FMVN-4] - compiler plugin: use default verbose value (false)
FenixEdu Maven - Version 2.5.1
Release Notes - FenixEdu Maven - Version 2.5.1
Improvement
- [FMVN-3] - Upgrade maven compiler plugin version
FenixEdu Maven - Version 2.5.0
FenixEdu Maven v2.4.0
- 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
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
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
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
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
FenixEdu Maven 1.3.2 is a backport from version 2.0.1, adding configuration for the License Plugin.