Flex SDK Sources and Flexmojos Projects
If you are working with Flexmojos Maven projects in IntelliJ IDEA 9, and have imported Flexmojos project as described in this post, and are planning to debug your application and browse through Flex...
View ArticleMaven Generate actions for pom.xml editor
Try the last EAP of IntelliJ IDEA 9.0.2 to test new ‘Generate’ actions for Maven pom.xml editor. Type “Alt+Insert” to invoke the “Generate…” popup menu and select an action to run. IntelliJ IDEA...
View ArticleMaven pom.xml editor new features
Since the latest IntelliJ IDEA 9.0.2 EAP the IDE contains a bit of new Maven-related pom.xml editor features. 1. Easier Navigation You can navigate to “Dependency usages” from “dependencyManagement”...
View ArticleMaven refactorings: Introduce Property
Sometimes while editing pom.xml one needs to define a property and replace the occurrences of some value – artifact version, for example, – with this property. Now you can use the new IDEA Introduce...
View ArticleMaven Dependencies Diagram
Anyone working on large Maven projects knows well about how hard it is to keep in mind all the dependencies between modules and libraries; and even harder, to resolve conflicts between them. We’ve...
View ArticleGetting External Libraries Easily
JARs of many frameworks and their dependencies get updated too often now. But you do not want to turn your project into a Maven project just because of this? Then this feature is just for you. In...
View ArticleIntelliJ IDEA 10: free IDE for Android development
Yes, you’ve read it correctly. No mistake here. It’s been one year since we open-sourced IntelliJ IDEA and announced its free Community Edition. If you are curious to know the results of that bold move...
View ArticleIntelliJ IDEA 14 EAP 138.1503.3 is Out
Today we have just released a fresh IntelliJ IDEA 14 EAP build, as always packed with new features and enhancements. Everything what’s new is listed on the download page, but we’d like to highlight...
View ArticleIntelliJ IDEA 2016.3 EAP: Polyglot Maven, Grails View, Inspections and More
Say hello to the fresh IntelliJ IDEA 2016.3 EAP build, which brings several new features worth checking out. Support for Polyglot Maven First of all, we’ve added the support for Polyglot Maven. In case...
View ArticleLive Stream: Using Maven in IntelliJ IDEA
Register now and join us for the live stream of ‘Using Maven in IntelliJ IDEA’. In this live stream, Java Champion and Java User Group Leader Chandra Guntur will demonstrate working with Maven in...
View ArticleMaven and IntelliJ IDEA
On February 10, 2021, we hosted the live stream Using Maven in IntelliJ IDEA by Java Champion and Java Group Leader Chandra Guntur, a very dear friend and amazing speaker. In this session, Chandra...
View ArticleHow to Work With Protobuf-Maven Projects in IntelliJ IDEA
Protobuf, short for Protocol Buffers, is a language-agnostic data serialization format developed by Google. It is designed to efficiently and reliably serialize structured data to communicate between...
View Article