| Version | Date | Description |
|---|---|---|
| 1.0 | 16/02/2006 | Bug fixes, making sure it works ith 5.0 |
| 0.9 | October 2005 | 4.1 release, also works with 5.0 betas |
| 0.8 | 08/08/2005 | 4.1 release, should work with 4.0 and also 4.2 dev |
| 0.7 | 22/05/2005 | Works with 4.0 and 4.1. |
| 0.6 | 20/03/2005 | Works with 4.0 and 4.1 beta. |
| 0.5 | 23/01/2005 | |
| 0.4 | 25/11/2004 | Works with netbeans 4.0 final |
| 0.3 | 28/09/2004 | |
| 0.2.2 | 21/08/2004 | fix release |
| 0.2.1 | 17/08/2004 | hotfix release |
| 0.2 | 14/08/2004 | |
| 0.1 | 17/07/2004 |
| Type | Changes | By |
|---|---|---|
| Dependencies now visible and editable in Project View. Add/Edit/Remove dependency actions easily accessible from project explorer. One can download the missing dependencies, download/view it's javadoc etc. | mkleint |
| MEVENIDE-165 - allow user to check the remote repositories for javadocs and sources of project's dependencies. | mkleint |
| Added the default Netbeans IDE webapp deployment. Allows deploying and debugging on IDE-supported servers. | mkleint |
| Access pom and property files from the project view. | mkleint |
| Type | Changes | By |
|---|---|---|
| Added webapp deployment, using Cargo (http://cargo.codehaus.org). Generally attempted to improve webapp/j2ee support. | mkleint |
| Project template for extending Mevenide. | mkleint |
| Multiple bugs fixed. | mkleint |
| Type | Changes | By |
|---|---|---|
| Add remote and local repository browser. Allow to download artifacts from remote repository. | mkleint |
| Add dependency editing in visual project customizer. | mkleint |
| Link findbugs report output with the IDE's editor. Add annotations into editor. | mkleint |
| All editor annotations show up on errorstripe as well. (4.1 only) | mkleint |
| Type | Changes | By |
|---|---|---|
| In project customizer show list of available maven plugins and their properties. | mkleint |
| Test Resources and Castus Test Sources added to project view. | mkleint |
| In project view allow to filter the resource directory structure. Either show all files or just the included ones. Showing only included resources is the default now. | mkleint |
| MEVENIDE-117 - set compilation using different JDK than maven+IDE uses, provide correct completion. | mkleint |
| MEVENIDE-138 - resolve properties when processing dependencies. | mkleint |
| Type | Changes | By |
|---|---|---|
| MEVENIDE-115 - improved support for webapps. (JSTL) | mkleint |
| MEVENIDE-63 and MEVENIDE-14 - inherited properties files taken into account in the UI. | mkleint |
| MEVENIDE-128 - better handling when pom file unparsable. | mkleint |
| MEVENIDE-72 - when changing version/artifactId/groupId suggest to update projects that depend on it. | mkleint |
| Link pmd and checkstyle report output with the IDE's editor. Annotate the rule violations in the editor. | mkleint |
| Additional properties panels, updated some other panels. | mkleint |
| Type | Changes | By |
|---|---|---|
| New Maven project templates for creation of Maven plugins and Netbeans modules. | mkleint |
| Added definition of autoupdate server for mevenide.codehaus.org. | mkleint |
| Improved dependencies display, adding generated sources to Project view and to the classpath/completion. Also adding ear sources to Project view. | mkleint |
| Most POM properties are already editable in the Properties... dialog. It's also possible to move definitions between the project's POM file and the parent POM it's extending. | mkleint |
| MEVENIDE-92 fix. | mkleint |
| MEVENIDE-83 - fix classpath dependencies resolution. | mkleint |
| Type | Changes | By |
|---|---|---|
| MEVENIDE-77 - before running any goal, save edited files. | mkleint |
| MEVENIDE-76 - completed the fix, also debugging of artifact works now. | mkleint |
| Type | Changes | By |
|---|---|---|
| MEVENIDE-48 Global setting of dependency download progress display. A reaonable default set to avoid too much output. | mkleint |
| MEVENIDE-37 fixed. (Nervous classpath scanning - IDE too often regen erated classpath info) | mkleint |
| MEVENIDE-65 fixed. (a maven.xml based goal doesn't require a ':' character anymore) | mkleint |
| MEVENIDE-49 fixed. (JUnit integration works now) | mkleint |
| Maven output error parsing. Linking failed tests and compilation errors. | mkleint |
| Added basic support for testing the project, single class and test. (MEVENIDE-50) | mkleint |
| Added basic support for running the project and running single class. | mkleint |
| Added project view support for web apps. | mkleint |
| Type | Changes | By |
|---|---|---|
| Initial release, allows to open maven projects within Netbeans IDE 4.0. Sources, test sources and resources are displayed within the project tree. UI updates on chanches in POM and properties files. Code completion on dependencies. | mkleint |
| When project declares maven.multiproject.includes, projects included get opened as well. | mkleint |
| Possible to execute arbitrary maven goal or sequence of goals. IDE actions and shortcuts are matched to relevant maven goals. The goals are customizable per project or user. | mkleint |