http://jira.codehaus.org/browse/MNG-4487
On Dec 21, 12:47 pm, eprevot <[email protected]> wrote: > Hi > > Is it possible to make multiple html wrappers for one swf in one > project ? > For example to launch the same swf with different configuration. > > I tried setting two plugin blocks in my pom. When executing mvn > install, the trace says the two executions are called but finally i > get just one html : > > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-maven-plugin</artifactId> > <version>${flex-mojos.version}</version> > <executions> > <execution> > <id>make-wrapper-1</id> > <phase>generate-resources</phase> > <goals> > <goal>wrapper</goal> > </goals> > </execution> > </executions> > <configuration> > <htmlName>Wrapper1</htmlName> > ... first conf... > </configuration> > </plugin> > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-maven-plugin</artifactId> > <version>${flex-mojos.version}</version> > <executions> > <execution> > <id>make-wrapper-2</id> > <phase>generate-resources</phase> > <goals> > <goal>wrapper</goal> > </goals> > </execution> > </executions> > <configuration> > <htmlName>Wrapper2</htmlName> > ... other conf... > </configuration> > </plugin> > > Thx -- 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/
