I've seen this error reported a bunch of times, but I can't find the
solution to the problem - my pom looks like this:

<?xml version="1.0" encoding="UTF-8"?>

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"; xmlns="http://
maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

  <parent>
    <groupId>cerme</groupId>
    <artifactId>cerme</artifactId>
    <version>10.0</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>cerme</groupId>
  <artifactId>rm-gui</artifactId>
  <version>10.0</version>
  <packaging>swf</packaging>
  <name>Review Manager Flex</name>
  <description>The Flex components of Review Manager which are
packaged in rm.war</description>

  <scm>
 
<connection>scm:cvs:pserver:thouse:[email protected]:/
IQ/CERME:${artifactId}</connection>
 
<developerConnection>scm:cvs:pserver:thouse:[email protected]:/
IQ/CERME:${artifactId}</developerConnection>
    <tag>HEAD</tag>
  </scm>

  <build>
    <sourceDirectory>rm-gui/src</sourceDirectory>
    <testSourceDirectory>rm-gui/test</testSourceDirectory>
    <plugins>
      <plugin>
        <groupId>org.sonatype.flexmojos</groupId>
        <artifactId>flexmojos-maven-plugin</artifactId>
        <version>3.7.1</version>
        <extensions>true</extensions>
        <configuration>
          <sourcefile>stub.mxml</sourcefile>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <repositories>
    <repository>
      <id>flex-mojos-plugin-repository</id>
      <url>http://repository.sonatype.org/content/groups/flexgroup/</
url>
      <releases> <enabled>true</enabled> </releases>
      <snapshots> <enabled>false</enabled> </snapshots>
    </repository>
  </repositories>

  <pluginRepositories>
    <pluginRepository>
      <id>flex-mojos-plugin-repository</id>
      <url>http://repository.sonatype.org/content/groups/flexgroup/</
url>
      <releases> <enabled>true</enabled> </releases>
      <snapshots> <enabled>false</enabled> </snapshots>
    </pluginRepository>
  </pluginRepositories>

  <dependencies>
   <dependency>
     <groupId>com.adobe.flex.framework</groupId>
     <artifactId>flex-framework</artifactId>
     <version>3.2.0.3958</version>
     <type>pom</type>
   </dependency>
  </dependencies>

</project>





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