Hi Guys !
I'm testing the mojo 4.0-beta-1. For that I started using an
archetype:
mvn archetype:generate -DarchetypeRepository=http://
repository.sonatype.org/content/groups/flexgroup/ -
DarchetypeGroupId=org.sonatype.flexmojos -
DarchetypeArtifactId=flexmojos-archetypes-application -
DarchetypeVersion=4.0-beta-1
On my settings I used these repos:
<profile>
<id>flexmojos</id>
<repositories>
<repository>
<id>flexmojos-repository</id>
<url>http://repository.sonatype.org/content/groups/public/</
url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>flexmojos-repository</id>
<url>http://repository.sonatype.org/content/groups/public/</
url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>flexmojos</activeProfile>
</activeProfiles>
When I run mvn clean install, I received that error: http://pastie.org/1231361
Anybody have the same issue ?
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/