The reason of those missing pom.xml / artefacts can be either you didn't follow all the steps to build a SDK suitable to use with an IDE (that's why I asked you the commands you used to build it) or/and didn't follow the ones of the Maven converter (see the readme, especially the points regarding the Air SDK and the directory structure needed).
-Fred -----Message d'origine----- De : Davori [mailto:[email protected]] Envoyé : lundi 9 septembre 2013 16:39 À : [email protected] Objet : RE: AW: 4.10.0 Maven Artifacts Hi Fred and others and thank you all for your quick responses. Fred, I 'built' the fdk from the 4.10.XXX sdk downloaded from the apache flex website then used the maveniser generator, followed by attempted deployment with the mavenizer deployer. Some artificats are successfully uploaded such as these Uploaded: http://10.204.30.56:8082/nexus/content/repositories/Maven3Repository/c om/adobe/flex/framework/themes/aeongraphical/maven-metadata.xml (381 B at 4.8 KB /sec) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.671s [INFO] Finished at: Mon Sep 09 14:35:10 BST 2013 [INFO] Final Memory: 6M/495M [INFO] ------------------------------------------------------------------------ Done. [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building flex-sdk-converter 1.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ flex-sdk-converte r --- Uploading: http://10.204.30.56:8082/nexus/content/repositories/Maven3Repository/ com/adobe/flex/framework/themes/halo/4.10.0.20130801/halo-4.10.0.20130801.sw c 2/9 KB 4/9 KB 6/9 KB 8/9 KB 9/9 KB Uploaded: http://10.204.30.56:8082/nexus/content/repositories/Maven3Repository/c om/adobe/flex/framework/themes/halo/4.10.0.20130801/halo-4.10.0.20130801.swc (9 KB at 18.5 KB/sec) Uploading: http://10.204.30.56:8082/nexus/content/repositories/Maven3Repository/ com/adobe/flex/framework/themes/halo/4.10.0.20130801/halo-4.10.0.20130801.po m 324/324 B Uploaded: http://10.204.30.56:8082/nexus/content/repositories/Maven3Repository/c om/adobe/flex/framework/themes/halo/4.10.0.20130801/halo-4.10.0.20130801.pom (32 4 B at 4.1 KB/sec) Downloading: http://10.204.30.56:8082/nexus/content/repositories/Maven3Repositor y/com/adobe/flex/framework/themes/halo/maven-metadata.xml 327/327 B Downloaded: http://10.204.30.56:8082/nexus/content/repositories/Maven3Repository /com/adobe/flex/framework/themes/halo/maven-metadata.xml (327 B at 2.6 KB/sec) Uploading: http://10.204.30.56:8082/nexus/content/repositories/Maven3Repository/ com/adobe/flex/framework/themes/halo/maven-metadata.xml 372/372 B Uploaded: http://10.204.30.56:8082/nexus/content/repositories/Maven3Repository/c om/adobe/flex/framework/themes/halo/maven-metadata.xml (372 B at 3.3 KB/sec) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.313s [INFO] Finished at: Mon Sep 09 14:35:12 BST 2013 [INFO] Final Memory: 6M/495M [INFO] ------------------------------------------------------------------------ Thus I don't think it's an authorisation issue my arguments to the deployer are the same as the details in my maven settings.xml file. I notice that the successful artifacts uploaded are xml files as opposed to .swc files. I have done the same for 4.6 and had a lot more success I could build most aspects of the project. However I was getting an error with the final part of the build in the sign-air goal of flexmojos. A class com.adobe.Listener could not be found by the class loader. Any help resolving this would be appreciated however we would prefer to build with 4.10.0.XXXXX for all the fixesand performance improvements it has we are migrating from 4.5.1.21328. Upon trying to build my project I get missing poms such as these - should the deployer or generator be creating these poms? Hope that's not a silly question. [WARNING] The POM for com.adobe.flex.framework:mx:swc:4.10.0.20130801 is missing , no dependency information available [WARNING] The POM for com.adobe.flex.framework:osmf:swc:4.10.0.20130801 is missi ng, no dependency information available [WARNING] The POM for com.adobe.flex.framework:rpc:swc:4.10.0.20130801 is missin g, no dependency information available [WARNING] The POM for com.adobe.flex.framework:spark:swc:4.10.0.20130801 is miss ing, no dependency information available [WARNING] The POM for com.adobe.flex.framework:sparkskins:swc:4.10.0.20130801 is missing, no dependency information available [WARNING] The POM for com.adobe.flex.framework:spark_dmv:swc:4.10.0.20130801 is missing, no dependency information available [WARNING] The POM for com.adobe.flex.framework:textLayout:swc:4.10.0.20130801 is missing, no dependency information available [WARNING] The POM for com.adobe.flex.framework:mx:rb.swc:4.10.0.20130801 is miss ing, no dependency information available [WARNING] The POM for com.adobe.flex.framework:rpc:rb.swc:4.10.0.20130801 is mis sing, no dependency information available [WARNING] The POM for com.adobe.flex.framework:spark:rb.swc:4.10.0.20130801 is m issing, no dependency information available [WARNING] The POM for com.adobe.flex.framework:textLayout:rb.swc:4.10.0.20130801 is missing, no dependency information available Thanks in advance and I am now going to read the link you sent Fred. Lyndon -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/4-10-0-Maven-Artifacts-tp2616 p2635.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
