[openstack-dev] [Documentation] Docbuild error
Anne Gentle
anne at openstack.org
Mon Sep 3 17:00:04 UTC 2012
Hi again Gary -
Thanks for the paste. I can get BUILD SUCCESSFUL on the
openstack-network-admin pom.xml in my local environment, so let's see
what's different in yours. I've got Maven 3.0.3 and you have 3.0.4 but
I dont' think that's it.
Here's my settings.xml, probably you have to add the same entries and
try again, since it seems like maven's not finding the repository.
<settings>
<activeProfiles>
<activeProfile>Rackspace Cloud Research</activeProfile>
</activeProfiles>
<profiles>
<profile>
<id>Rackspace Cloud Research</id>
<repositories>
<repository>
<id>repos.rackspace.cloud.snapshots</id>
<url>http://maven.research.rackspacecloud.com/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repos.rackspace.cloud.snapshots</id>
<url>http://maven.research.rackspacecloud.com/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
</settings>
Let me know how it goes.
Lots of people working on docs this (U.S) three-day weekend. :)
Anne
On Mon, Sep 3, 2012 at 11:18 AM, Gary Kotton <gkotton at redhat.com> wrote:
> On 09/03/2012 06:49 PM, Anne Gentle wrote:
>>
>> mvn clean generate-sources
>
> Can you please look at http://paste.openstack.org/show/20620/.
> I ran mvn -X
>
> Thanks
> Gary
More information about the OpenStack-dev
mailing list