Maven Repository

If you are building a Mate project with Maven, you can add the dependency as follows:

In the repositories section:

<repositories>
   <repository>
      <id>mate-repository</id>
      <url>http://mate-framework.googlecode.com/svn/trunk/maven</url>
      <releases><enabled>true</enabled></releases>
      <snapshots><enabled>false</enabled></snapshots>
   </repository>
</repositories>

In the dependencies section:

<dependencies>
   <dependency>
      <groupId>com.asfusion.mate</groupId>
      <artifactId>mate-framework</artifactId>
      <version>0.8.9</version>
      <type>swc</type>
   </dependency>
</dependencies>

As new versions of Mate are released, the maven folder will be updated to contain them, so you will just need to change the version on the dependency node.

2 responses

  1. Good news,

    For the moment, we use personal nexus to resolve mate dependency.

    So, why not deploy mate artifact directly on repository.sonatype.org.
    It allready contains lot of flex libraries :-)

    Bye
  2. Any chance of getting 0.9 in this repo?

Comments now closed