Hi Guys!

Im try use localization(pt_BR) with flexmojos but no have some
artifacts in pt_BR, output message from maven:


[INFO] Generating resource bundle for locale: pt_BR
Downloading:
http://repository.sonatype.org/content/groups/flexgroup//com/adobe/flex/framework/flash-integration/4.1.0.16076/flash-integration-4.1.0.16076-pt_BR.rb.swc
[INFO] Unable to find resource 'com.adobe.flex.framework:flash-
integration:rb.swc:pt_BR:4.1.0.16076' in repository flex-mojos-
repository (http://repository.sonatype.org/content/groups/flexgroup/)
Downloading:
http://repo1.maven.org/maven2/com/adobe/flex/framework/flash-integration/4.1.0.16076/flash-integration-4.1.0.16076-pt_BR.rb.swc
[INFO] Unable to find resource 'com.adobe.flex.framework:flash-
integration:rb.swc:pt_BR:4.1.0.16076' in repository central (http://
repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=com.adobe.flex.framework -
DartifactId=flash-integration -Dversion=4.1.0.16076 -Dclassifier=pt_BR
-Dpackaging=rb.swc -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file
there:
    mvn deploy:deploy-file -DgroupId=com.adobe.flex.framework -
DartifactId=flash-integration -Dversion=4.1.0.16076 -Dclassifier=pt_BR
-Dpackaging=rb.swc -Dfile=/path/to/file -Durl=[url] -
DrepositoryId=[id]


  com.adobe.flex.framework:flash-integration:rb.swc:4.1.0.16076

from the specified remote repositories:
  flex-mojos-repository (http://repository.sonatype.org/content/groups/
flexgroup/),
  central (http://repo1.maven.org/maven2)


Can you help? Where can download this artifacty for install in my
repo?

Thanks!

Sorry my horrible english...

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