Found the problem, shortly before, I had performed the following
command:

rm -Rf ~/.m2

Deleting the file 'settings.xml', and the sub-directory 'repostitory'.

The archetype generated the pom.xml file with:

<repositories>
     <repository>
        <id>flex-mojos-repository</id>
        <url>http://repository.sonatype.org/content/groups/flexgroup</url>
     </repository>
</repositories>

<pluginRepositories>
     <pluginRepository>
        <id>flex-mojos-plugin-repository</id>
        <url>http://repository.sonatype.org/content/groups/flexgroup</url>
     </pluginRepository>
</pluginRepositories>

I wouldn't have expected it, but apparently this precludes the download
of files from other repositories such as ibiblio, etc. 

There must have been some implicit dependency upon something that didn't
download - hence the strange behavior. 

Regards,

Bryan Hunt



-- 
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