In my archetype generated swc project POM, I see this, but have no
idea what it does.  Also Eclipse keeps throwing errors saying the
configurator is not installed.  Where would one get it?

                        <build>
                                <plugins>
                                        <plugin>
                                                
<groupId>org.maven.ide.eclipse</groupId>
                                                
<artifactId>lifecycle-mapping</artifactId>
                                                
<version>0.9.9-SNAPSHOT</version>
                                                <configuration>
                                                        
<mappingId>customizable</mappingId>
                                                        <configurators>
                                                                <configurator
id='org.maven.ide.eclipse.configuration.flex.configurator' />
                                                        </configurators>
                                                        <mojoExecutions>
                                                                
<mojoExecution>org.apache.maven.plugins:maven-resources-
plugin::</mojoExecution>
                                                        </mojoExecutions>
                                                </configuration>
                                        </plugin>
                                </plugins>
                                <pluginManagement>
                                        <plugins>
                                                <plugin>
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-resources-plugin</artifactId>
                                                        <version>2.4</version>
                                                </plugin>
                                        </plugins>
                                </pluginManagement>
                        </build>


Anyone know?

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