http://repository.sonatype.org/content/groups/public ?
http://svn.sonatype.org/flexmojos/repository ?
I'm trying to just setup the simplest project.
<parent>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-flex-super-pom</artifactId>
<version>3.0.0</version>
</parent>
<repositories>
<repository>
<id>sonatype</id>
<url>http://repository.sonatype.org/content/groups/public</url>
</repository>
</repositories>
Running mvn install tells me:
Downloading:
http://svn.sonatype.org/flexmojos/repository//org/sonatype/flexmojos/flexmojos-maven-plugin/3.0.0/flexmojos-maven-plugin-3.0.0.jar
[INFO] Plugin could not be found - check that the goal name is
correct: Unable to download the artifact from any repository
Apparently the super pom points to the svn.sonatype.org repo which
does not contain the 3.0.0 version of the flexmojos-maven-plugin.
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---