I changed the pom to look like this - but still no asdoc

                <plugin>
                        <groupId>org.sonatype.flexmojos</groupId>
                        <artifactId>flexmojos-maven-plugin</artifactId>
                        <version>3.3.0</version>
                        <extensions>true</extensions>
                        <dependencies>
                                <dependency>
                                        <groupId>com.adobe.flex</groupId>
                                        <artifactId>compiler</artifactId>
                                        <version>3.3.0.4852</version>
                                        <type>pom</type>
                                </dependency>
                        </dependencies>
                        <configuration>
                                <targetPlayer>10.0.0</targetPlayer>
                                <mergeResourceBundle>true</mergeResourceBundle>
                                <showWarnings>false</showWarnings>
                                <locales>
                                  <locale>en_US</locale>
                                  <locale>de_DE</locale>
                                </locales>
                        </configuration>
                        <executions>
                          <execution>
                                <goals>
                                  <goal>asdoc</goal>
                                </goals>
                          </execution>
                        </executions>
                </plugin>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to