Posts Tagged ‘Maven’

Maven 2.2 Support

Thursday, August 27th, 2009

Next Maia EAP includes fully integrated Maven 2.2 support:

  • Parallel dependency resolution
  • Import dependency scope
  • And more.

Importing Flexmojos Projects to IntelliJ IDEA 8.1.3

Monday, August 17th, 2009

IntelliJ IDEA 8.1.3 includes initial support for importing Flex projects that are set up using Flexmojos Maven plugin.

To start the import we need to have a compilable Flexmojos project that generates Flex compiler configuration file during compilation. Let’s take a Flexmojos application sample from the book Maven: The Definitive Guide, chapter 17 Developing with Flexmojos,  section 17.3.2. Creating a Flex Application.

(more…)

New Maven Resource Compiler

Tuesday, March 17th, 2009

IntelliJ IDEA now uses a special compiler to process Maven resources as specified in the pom file, with includes/excludes and filters.

Resource folders are not set as Source Folders anymore because they do not fit in the IntelliJ IDEA model.

To use the new functionality please either manually reset all your resource folders in the Project Structure dialog or re-import the project from scratch. Although you may skip this step, the native IntelliJ IDEA compiler will interfere with the Maven Compiler and copy unnecessary files or rewrite already processed ones from these folders.