Why did you declared flexmojos twice?
VELO

On Mon, Sep 14, 2009 at 4:27 AM, ddinger <[email protected]> wrote:

>
> Hi Marvin,
>
> Yes I took a look at the wiki and added the asdoc invokation to my pom
> as follows - but no asdoc gets called ;-(
>
> Any hints appreciated.
> Dirk
>
>  <build>
>        <sourceDirectory>src/main/flex</sourceDirectory>
>        <plugins>
>                <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>
>                </plugin>
>                <plugin>
>                        <groupId>org.sonatype.flexmojos</groupId>
>                        <artifactId>flexmojos-maven-plugin</artifactId>
>                        <version>3.3.0</version>
>                        <executions>
>                          <execution>
>                                <goals>
>                                  <goal>asdoc</goal>
>                                </goals>
>                          </execution>
>                        </executions>
>      </plugin>
>          </plugins>
>  </build>
>
> On 11 Sep., 17:30, Marvin Froeder <[email protected]> wrote:
> > Did you tried wiki?
> > VELO
> >
> > On Fri, Sep 11, 2009 at 12:09 PM, ddinger <[email protected]
> >wrote:
> >
> >
> >
> > > Hi,
> >
> > > I have an SWC project built using flex mojos 3.3. Since the project's
> > > packaging is "SWC" the
> > > goal compile-swc gets called implicitly. Everything works fine.
> >
> > > Now I would like to add asdoc generation to my pom.xml
> >
> > > Can anyone show me an example that includes the 'asdoc" goal
> > > execution ?
> >
> > > Regards,
> > > Dirk
> >
>

--~--~---------~--~----~------------~-------~--~----~
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