Here is how my pom looks like -

<plugin>
        <groupId>org.sonatype.flexmojos</groupId>
        <artifactId>flexmojos-maven-plugin</artifactId>
        <version>3.2.0</version>

        <configuration>
              <outputDirectory>${deploy.dir}</outputDirectory>
              <!--htmlName>${project.build.finalName}</htmlName-->
              <webappDirectory>${deploy.dir}</webappDirectory>

              <licenses>
                <flexbuilder3>xxxx-xxxx-xxxx-xxxx-xxxx-xxxx</
flexbuilder3>
              </licenses>
        </configuration>
        <dependencies>
          <dependency>
            <groupId>com.adobe.flex</groupId>
            <artifactId>compiler</artifactId>
            <version>${flex.sdk.version}</version>
            <type>pom</type>
          </dependency>
          <dependency>
                  <groupId>com.adobe.flex</groupId>
                  <artifactId>license</artifactId>
                  <version>3.3.0.4852</version>
          </dependency>
        </dependencies>
        <executions>
          <execution>
            <id>create-wrapper</id>
            <phase>package</phase>
            <goals>
              <goal>wrapper</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

On Aug 24, 2:21 pm, Logan Allred <[email protected]> wrote:
> On Mon, Aug 24, 2009 at 12:53 PM, Anjan<[email protected]> wrote:
> > I did a maven deploy with the following details to the maven repo -
> > Dfile=license-3.3.0.4852.jar
> > Dversion=3.3.0.4852
> > DartifactId=license
> > DgroupId=com.adobe.flex.license
> > Dpackaging=jar
> > DpomFile="license-3.3.0.4852.pom"
>
> > And I see the following, when I run mvn install -X
>
> > 1. -licenses.license flexbuilder3 nnnnnnnnnnnnnnnnnnnnnnnn
> > 2. [DEBUG]     com.adobe.flex.compiler:license:jar:3.0.0.477:compile
> > (selected for compile).
>
> Your groupIds don't match up (com.adobe.flex.license vs
> com.adobe.flex.compiler). What does your pom look like?
>
> Logan
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to