Am Donnerstag, 14. Dezember 2006 21:11 schrieb Thijs Triemstra:
> Hi Oliver,
>
> I'm very interested in a Maven 2 plugin for Flex, I have played with
> Maven but don't exactly know what needs to happen for a plugin, is
> there any scripting involved or is it more a config of xml files thing?

Hi Thijs,

you have to write a MOJO (Maven plain Old Java Object) in Java:
http://maven.apache.org/guides/plugin/guide-java-plugin-development.html

Maybe looking at the source of some other plugins is a good starting point:
http://mojo.codehaus.org/

I have the Maven plugin on my list but before that I have to integrate FDS in 
my framework.

btw, a dependency got lost when c&p from my pom.xml:

        <dependency>
            <groupId>flex</groupId>
            <artifactId>flex-bootstrap</artifactId>
            <version>2.0</version>
        </dependency>

O.







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to