Hi Velo,
I am trying to change the <outputDirectory> property in the generate
plugin however it cannot seem to make it work. Below is my plugin
configuration. When running maven with the -X command I can see that
the <baseOutputDirectory> has been changed to what I have configured
however the outputDirectory does not. What can I do? Im sorry if this
is a n00b question. Any help would be appreciated.
Cheers,
Mark
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<beanTemplate>
<template>${project.basedir}/templates/
beanBase.gsp</template>
<template>${project.basedir}/templates/bean.gsp</
template>
</beanTemplate>
<entityTemplate>
<template>${project.basedir}/templates/entityBase.gsp</template>
<template>${project.basedir}/templates/entity.gsp</template>
</entityTemplate>
<generatorToUse>graniteds2</generatorToUse>
<includeJavaClasses>
<includeClass>com.abc.tos.*</includeClass>
</includeJavaClasses>
<ouputDirectory>${project.basedir}/../swc/src/main/flex</
ouputDirectory>
<outputEnumToBaseOutputDirectory>${project.basedir}/../swc/src/
main/flex</outputEnumToBaseOutputDirectory>
<baseOutputDirectory>${project.basedir}/../swc/src/main/flex</
baseOutputDirectory>
</configuration>
</execution>
</executions>
<version>3.4.0</version>
<extensions>true</extensions>
</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/
-~----------~----~----~----~------~----~------~--~---