Hi Martin, Thanks for the response. I think what I'm really looking for is advice on the "right" flexmojos plugin to use and where the documentation lives. I've been googling like crazy and stuff seems to be a bit scattered between sonatype, github, and flexmojos.atlassian.net. In all that I can't find the documentation for the latest version which I THINK is 5.0-beta.
-Jim -----Original Message----- From: Martin Gainty [mailto:[email protected]] Sent: Thursday, September 13, 2012 10:15 AM To: [email protected] Subject: RE: Flexmojos Jim My flexmojos-maven-plugin branch of 3.3.0 came from sonatype.. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.sonatype.flexmojos</groupId> <artifactId>flexmojos-maven-plugin</artifactId> <version>3.3.0</version> <packaging>maven-plugin</packaging> <name>Flexmojos Maven Plugin</name> <description>With this maven plugin Flex3/AS3 sources can be compiled into a SWC or SWF package.</description> <prerequisites> <maven>3.0.2</maven> </prerequisites> <developers> <developer> <id>maverick</id> <name>Martin Gainty</name> <email>[email protected]</email> <roles> <role>Author Developer</role> </roles> <timezone>+5</timezone> </developer> </snip> </developers> </project> is this what you're looking for? Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: [email protected] > To: [email protected] > Subject: Flexmojos > Date: Thu, 13 Sep 2012 14:39:32 +0000 > > Hello all, > > I'm looking to find which version of the flexmojos plugin is the current > "latest" and what one should use. > > We just recently upgrade to using Maven 3.0.4 and are looking at upgrading > plugins we use to be more current. We had been using the Flexmojos plugin > version 3.2.0 but we had trouble getting the flexunit stuff to work. > > I started looking around trying to figure out what the latest was (if we are > going to put time into upgrading, might as well go to the latest) and > discovered that there appears to be a 4.2-beta at the "old" location [1]. > > I found the github source for it and it turns out that the coordinates have > changed to a net.flexmojos.oss groupId [2] with a 5.0-beta there. That's > fine so I started looking at that. > > I have been running into subtle differences between the old version and the > new version so I tried looking for the documentation for the new one [3]. > The flexmojos site however does not appear to reference 5.0-beta at all. > > Putting on my spelunking cap, I tried looking around for the documentation on > sonatype's website [4]. The 5.0-beta docs are not there, but neither are the > 4.2-beta docs. > > -Jim > > [1] > http://central.maven.org/maven2/org/sonatype/flexmojos/flexmojos-maven-plugin/ > [2] http://central.maven.org/maven2/net/flexmojos/oss/flexmojos-maven-plugin/ > [3] http://flexmojos.sonatype.org/ > [4] https://repository.sonatype.org/content/sites/maven-sites/flexmojos/ > > > > NOTICE: All information in and attached to this email may be proprietary, > confidential, privileged and otherwise protected from improper or erroneous > disclosure. If you are not the sender's intended recipient, you are not > authorized to intercept, read, print, retain, copy, forward, or disseminate > this message. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > NOTICE: All information in and attached to this email may be proprietary, confidential, privileged and otherwise protected from improper or erroneous disclosure. If you are not the sender's intended recipient, you are not authorized to intercept, read, print, retain, copy, forward, or disseminate this message. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
