Release History

VersionDateDescription
1.0 16/02/2006Bug fixes, making sure it works ith 5.0
0.9 October 20054.1 release, also works with 5.0 betas
0.8 08/08/20054.1 release, should work with 4.0 and also 4.2 dev
0.7 22/05/2005Works with 4.0 and 4.1.
0.6 20/03/2005Works with 4.0 and 4.1 beta.
0.5 23/01/2005
0.4 25/11/2004Works with netbeans 4.0 final
0.3 28/09/2004
0.2.2 21/08/2004fix release
0.2.1 17/08/2004hotfix release
0.2 14/08/2004
0.1 17/07/2004

Get the RSS feed of the last changes

Release 1.0 - 16/02/2006

TypeChangesBy

Release 0.9 - October 2005

TypeChangesBy

Release 0.8 - 08/08/2005

TypeChangesBy
add 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
add MEVENIDE-165 - allow user to check the remote repositories for javadocs and sources of project's dependencies. mkleint
add Added the default Netbeans IDE webapp deployment. Allows deploying and debugging on IDE-supported servers. mkleint
add Access pom and property files from the project view. mkleint

Release 0.7 - 22/05/2005

TypeChangesBy
add Added webapp deployment, using Cargo (http://cargo.codehaus.org). Generally attempted to improve webapp/j2ee support. mkleint
add Project template for extending Mevenide. mkleint
fix Multiple bugs fixed. mkleint

Release 0.6 - 20/03/2005

TypeChangesBy
add Add remote and local repository browser. Allow to download artifacts from remote repository. mkleint
add Add dependency editing in visual project customizer. mkleint
add Link findbugs report output with the IDE's editor. Add annotations into editor. mkleint
update All editor annotations show up on errorstripe as well. (4.1 only) mkleint

Release 0.5 - 23/01/2005

TypeChangesBy
add In project customizer show list of available maven plugins and their properties. mkleint
add Test Resources and Castus Test Sources added to project view. mkleint
add 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
fix MEVENIDE-117 - set compilation using different JDK than maven+IDE uses, provide correct completion. mkleint
fix MEVENIDE-138 - resolve properties when processing dependencies. mkleint

Release 0.4 - 25/11/2004

TypeChangesBy
fix MEVENIDE-115 - improved support for webapps. (JSTL) mkleint
fix MEVENIDE-63 and MEVENIDE-14 - inherited properties files taken into account in the UI. mkleint
fix MEVENIDE-128 - better handling when pom file unparsable. mkleint
add MEVENIDE-72 - when changing version/artifactId/groupId suggest to update projects that depend on it. mkleint
add Link pmd and checkstyle report output with the IDE's editor. Annotate the rule violations in the editor. mkleint
add Additional properties panels, updated some other panels. mkleint

Release 0.3 - 28/09/2004

TypeChangesBy
add New Maven project templates for creation of Maven plugins and Netbeans modules. mkleint
add Added definition of autoupdate server for mevenide.codehaus.org. mkleint
add Improved dependencies display, adding generated sources to Project view and to the classpath/completion. Also adding ear sources to Project view. mkleint
add 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
fix MEVENIDE-92 fix. mkleint
fix MEVENIDE-83 - fix classpath dependencies resolution. mkleint

Release 0.2.2 - 21/08/2004

TypeChangesBy
fix MEVENIDE-77 - before running any goal, save edited files. mkleint
fix MEVENIDE-76 - completed the fix, also debugging of artifact works now. mkleint

Release 0.2.1 - 17/08/2004

TypeChangesBy
fix hotfix MEVENIDE-76 - run project fixed. mkleint

Release 0.2 - 14/08/2004

TypeChangesBy
add MEVENIDE-48 Global setting of dependency download progress display. A reaonable default set to avoid too much output. mkleint
fix MEVENIDE-37 fixed. (Nervous classpath scanning - IDE too often regen erated classpath info) mkleint
fix MEVENIDE-65 fixed. (a maven.xml based goal doesn't require a ':' character anymore) mkleint
fix MEVENIDE-49 fixed. (JUnit integration works now) mkleint
add Maven output error parsing. Linking failed tests and compilation errors. mkleint
add Added basic support for testing the project, single class and test. (MEVENIDE-50) mkleint
add Added basic support for running the project and running single class. mkleint
add Added project view support for web apps. mkleint

Release 0.1 - 17/07/2004

TypeChangesBy
add 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
add When project declares maven.multiproject.includes, projects included get opened as well. mkleint
add 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