I'm getting strange behavior in one war project that uses flexmojos to copy
the swf and its dependencies to the war.  The dependencies are copied fine
but the swf is named with the macro like this
${project.artifactId}-${project.version}.swf.

 <plugin>
                <groupId>org.sonatype.flexmojos</groupId>
                <artifactId>flexmojos-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>copy_swf_to_war</id>
                        <goals>
                            <goal>copy-flex-resources</goal>
                        </goals>
                    </execution>
                    <execution>
                        <id>make_html</id>
                        <goals>
                            <goal>wrapper</goal>
                        </goals>
                        <configuration>
                            <wrapperArtifact>
                                <groupId>${project.groupId}</groupId>

<artifactId>cdf-as-client-testapp</artifactId>
                            </wrapperArtifact>
                            <htmlName>index</htmlName>
                            <templateInclusions>
                                <String>**/index.template.html</String>
                            </templateInclusions>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

What am I missing?

-Dave

-- 
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://flexmojos.sonatype.org/

Reply via email to