I changed my parent pom successfully:

        <parent>
                <groupId>org.sonatype.flexmojos</groupId>
                <artifactId>flexmojos-flex-super-pom</artifactId>
                <!-- Maven bug, variables not expanded in <parent> -->
                <version>3.6.1</version>
        </parent>I used to have this.

but can't locate the compiler:

  org.sonatype.flexmojos:flex-compiler-mojo:pom:3.6.1

This is the old version:

                      <plugin>
                        <groupId>info.flex-mojos</groupId>
                        <artifactId>flex-compiler-mojo</artifactId>
                                <version>${flex-mojos.version}</version>
                                <extensions>true</extensions>
                                <dependencies>
                                        <dependency>
                                                
<groupId>com.adobe.flex</groupId>
                                                
<artifactId>compiler</artifactId>
                                                
<version>${flex.sdk.version}</version>
                                                <type>pom</type>
                                        </dependency>
                                </dependencies>

What should I change, and is there a path I could have taken to know
this without asking the list? :)
Thanks.

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