I came upon a new problem.
I want to use 4 different pom's and a super pom, like this:
PROJECT
├───project-flex-model
├───project-flex-ui
├───project-war
└───project-ear
In the super pom I define the flex-super-pom of flex-mojos as
<parent>, because this is needed in project-flex-model and project-
flex-ui.
The modules in the super-pom are defined in the same order as you can
see on the tree above.
When running mvn install on the super-pom, everything works fine until
the ear-pom is built. I get the following error:
[INFO] Failed to initialize ear modules
Embedded error: Unknown artifact type[swc]
When I remove the parent (flex-super-pom of flex-mojos) out of the
super-pom, the ear-pom does not give any errors and deploys the ear.
I do need that flex-super-pom (of flex-mojos) to build the 2 other
pom's. Is there another way to resolve this?
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---