That was my first thought.  However I can't see what configuration from the 
original (working multi-module) project I am missing.  The new project's POM 
looks essentially like follows:

<project..>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.sas.mis.flex</groupId>
  <version>1.0</version>
  <artifactId>mis-flex-library</artifactId>
  <packaging>swc</packaging>
  .
  .
  <build>
    <sourceDirectory>src/main/flex</sourceDirectory>
    <plugins>
      <plugin>
        <groupId>org.sonatype.flexmojos</groupId>
        <artifactId>flexmojos-maven-plugin</artifactId>
        <version>3.8</version>
        <configuration>...</configuration>
        <dependencies>...</dependencies>
      </plugin>
    </plugins>
  </build>
  *<!-- Project dependencies-->*
  <dependencies>...</dependencies>
</project>

Anything jump out at you?

Sri

-- 
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

http://flexmojos.sonatype.org/

Reply via email to