free software
Maven Dependency Manager
Products:
IntelliJ IDEA,
Android Studio
Vendor:
Jeff Sabin
Email:
Website:
N/A
SourceCode: Maven_Dependency_Manager_697.zip
Description:
Compares and synchronizes dependency differences between Maven 1.0 projects and IntelliJ IDEA modules.
Unlike the Maven plugin for IDEA, this plugin preserves other module settings updating only the dependencies.
Adds the following menu items to the Tools menu:
- Maven -> IDEA updates the IDEA module with dependencies from the Maven project.
- Maven [- IDEA updates the Maven project with dependencies from the IDEA module.
- Maven [-> IDEA compares the dependency differences.
Downloads: 9923
Rating:
Participated in rating: 3
Recent change notes:
Updated to work with changes to the 6.0 OpenApi.
Comments:
No message
java.lang.NullPointerException
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl$6.run(LocalFileSystemImpl.java:6)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.forceRefreshFiles(LocalFileSystemImpl.java:10)
at UpdateIntelliJFromMavenAction.reloadModule(UpdateIntelliJFromMavenAction.java:57)
at UpdateIntelliJFromMavenAction.actionPerformed(UpdateIntelliJFromMavenAction.java:34)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:1)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:52)
at com.intellij.ui.plaf.beg.BegMenuItemUI.a(BegMenuItemUI.java:34)
at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI.java:195)
at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:2)
at java.awt.Component.processMouseEvent(Component.java:5501)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
at java.awt.Component.processEvent(Component.java:5266)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3968)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1778)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:126)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:62)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:124)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
DEPRECATED METHOD USAGE: ProjectImpl.getProjectFilePath()
Hope it soon will be update for the new IntelliJ IDEA version 6.