Alpha-4 out, with news…

Hi folks….

Another Saturday and another release.

Few updates on compiler mojo, nothing critical.

Add new mojo, for ASDOCS

Just need to run mvn asdoc:asdoc and they will be generated on target/asdoc (default, but configurable).

I couldn’t test it much, just 2 samples. So far so good.

Another news are the super poms. On Java, maven uses a super pom in order to add defaults plugins, sources directories and some other stuffs.
Following the same line, I created 2 super poms.
One for flex:

  <groupId>info.rvin.mojo</groupId> <artifactId>flex-super-pom</artifactId> <version>1.0-beta1</version>

Another for air:

  <groupId>info.rvin.mojo</groupId> <artifactId>air-super-pom</artifactId> <version>1.0-beta1</version>

This helps a lot. Using they is very easy to start any flex project with maven.

Soon I will post a simple sample in how to use it.

Well, this is alpha4.

Now working on alpha5:

  • Source generation support (like java source plugin)
  • mvn flexbuilder:flexbuilder (like eclipse:eclipse)

Still plans to add GAS3 to Flex Mojos and FlexUnit/FUnit support.

VELO

One Response to “Alpha-4 out, with news…”

  1. I need to get my Eclipse set up so I can help. I’m very interested in the upcoming stuff: sources, flexbuilder, and unit testing.

Discussion Area - Leave a Comment