Hi,

I have mavenized Flex SDK 4.10 and deployed generated maven artifacts to our
artifactory (station117). Now on a machine with fresh maven installed, when
I run build project pom, I get below error even though this dependency is
present in our artifactory at given location. And to my surprise, when I run
for the second time without making any changes, it runs successfully.

[ERROR] Unresolveable build extension: Plugin
net.flexmojos.oss:flexmojos-maven-plugin:6.0.1 or one of its dependencies
could not be resolved: Failure to find
com.adobe.flex:framework:pom:4.10.0.20130801 in
http://station117.in.guavus.com:8081/artifactory/plugins-release was cached
in the local repository, resolution will not be reattempted until the update
interval of central has elapsed or updates are forced -> [Help 2]

Pom snippet :

        <dependencyManagement>
                <dependencies>
                        <dependency>
                                <groupId>com.adobe.flex</groupId>
                                <artifactId>framework</artifactId>
                                <version>${flex.version}</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
                </dependencies>
        </dependencyManagement>

        <dependencies>
                <dependency>
                        <groupId>com.adobe.flex.framework</groupId>
                        <artifactId>flex-framework</artifactId>
                        <version>${flex.version}</version>
                        <type>pom</type>
                        <exclusions>
                                <exclusion>
                                        
<groupId>com.adobe.flex.framework</groupId>
                                        <artifactId>playerglobal</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
.........

Please help as this is issue if I need to run build twice to get my
artifacts on production build server.

Thanks,
Poonam



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Flex-mojos-6-0-1-and-Flex-SDK-4-10-Failure-to-find-com-adobe-flex-framework-pom-4-10-0-20130801-in-at-tp5742.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to