Below is a section from my pom.xml
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>3.3.0</version>
<extensions>true</extensions>
<configuration>
<output>${basedir}/../blaze-server/src/main/webapp/
${project.build.finalName}/${project.build.finalName}.swf</output>
<services>${basedir}/../blaze-server/src/main/
webapp/WEB-INF/flex/services-config.xml</services>
<contextRoot>/</contextRoot>
<locales>
<locale>en_US</locale>
</locales>
</configuration>
</plugin>
Our project runs in multiple environment and requires different urls
in the services-config.xml.
Can anyone suggest how we could do this?
Thanks
Mark
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---