I tried to instal flex-mojos with flex 3.4 but I failed :-|
I changed the settings.xml from apache to include the mojos plugin:
<profile>
<id>flex-mojos</id>
<repositories>
<repository>
<id>flex-mojos-repository</id>
<url>http://repository.sonatype.org/content/groups/
flexgroup/</url>
<snapshots> <enabled>true</enabled> </snapshots>
<releases> <enabled>true</enabled> </releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>local</id>
<url>http://repository.sonatype.org/content/groups/
flexgroup/</url>
<snapshots> <enabled>true</enabled> </snapshots>
<releases> <enabled>true</enabled> </releases>
</pluginRepository>
</pluginRepositories>
</profile>
<activeProfiles>
<activeProfile>flex-mojos</activeProfile>
</activeProfiles>
After that I tried to install mojos by the command:
mvn info.flex-mojos:install-mojo:3.0.0:install-sdk -
Dflex.sdk.folder="C:\Program Files\flex_sdk_3.4" -Dversion=3.4
I received the message:
"Reason: POM 'info.flex-mojos:install-mojo' not found in repository:
Unable to download the artifact from any repository
info.flex-mojos:install-mojo:pom:3.0.0"
What Is wrong?
My connection is Ok, I figure out the version is 3.0.0 because of the
version from
http://repository.sonatype.org/content/groups/flexgroup/archetype-catalog.xml
--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---