# eclipse-maven-view
**Repository Path**: unknowIfGuestInDream/eclipse-maven-view
## Basic Information
- **Project Name**: eclipse-maven-view
- **Description**: A plug-in that recreates IntelliJ IDEA's Maven View for Eclipse.
- **Primary Language**: Java
- **License**: EPL-2.0
- **Default Branch**: master
- **Homepage**: https://github.com/tlcsdm/eclipse-maven-view
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2025-12-16
- **Last Updated**: 2026-06-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Eclipse-Plugin
## README
# Eclipse Maven View
A plug-in that recreates IntelliJ IDEA's Maven View for Eclipse.
Now Support Eclipse 2024-06 and later, Mac OS X, Linux (with nautilus) and Windows.
## Use
Open the Maven View within Eclipse via `Window` > `Show View` > `Maven` and search for **Maven Runs**.
Customize settings according to your preference in Eclipse Preferences Settings.
## History
Fork of [eclipse-maven-view](https://github.com/slothsoft/eclipse-maven-view) on Github. Over time, I have added several improvements and new features, including:
- Full support for Eclipse 2024-06 and later releases.
- Added `ExpandAll`, `CollapseAll`, `SkipTests`, and `Open maven Settings preferences` commands.
- Optimize `Run` command conditions and styles.
- Add view refresh on Project Creation / Renaming / Deletion
- Add `Profile` view
- Add `Dependencies` view
- Add `Maven Plugins` view
## Build
This project uses [Tycho](https://github.com/eclipse-tycho/tycho) with [Maven](https://maven.apache.org/) to build. It requires Maven 3.9.0 or higher version.
Dev build:
```
mvn clean verify
```
Release build:
```
mvn clean org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.0.0 verify
```
## Install
1. Add `https://raw.githubusercontent.com/tlcsdm/eclipse-maven-view/update_site/` as the upgrade location in Eclipse.
2. Download from [Jenkins](https://jenkins.tlcsdm.com/job/eclipse-plugin/job/eclipse-maven-view)
3.
|
|
← Drag it to your eclipse workbench to install! (I recommand Main Toolbar as Drop Target) |