Thanks for responding, I had tried both options building myself and the
snapshot people.apache.org/maven-snapshot-repository which obviously was
down for a couple of days...
My pom.xml configures the doxia plugin as follows
<plugin>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-maven-plugin</artifactId>
<version>1.0-20060723.145841-1</version>
<executions>
...
</plugin>
which still fails. The URL which is used for downloading the plugin (see
below) is correct but maven fails to load it.
I have also tried <version>1.0-SNAPSHOT</version>
Downloading:
people.apache.org/maven-snapshot-repository/org/apache/maven/doxia/doxia-maven-plugin/1.0-SNAPSHOT/doxia-maven-plugin-1.0-20060723.145841-1.pom
[WARNING] Unable to get resource from repository Apache Snapshot
(people.apache.org/maven-snapshot-repository)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.apache.maven.doxia
ArtifactId: doxia-maven-plugin
Version: 1.0-20060723.145841-1
Reason: Unable to download the artifact from any repository
org.apache.maven.doxia:doxia-maven-plugin:pom:1.0-20060723.145841-1
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
Apache Snapshot (people.apache.org/maven-snapshot-repository),
Codehaus Snapshot (http://snapshots.maven.codehaus.org/maven2)
--
View this message in context:
http://www.nabble.com/looking-for-a-repository-with-doxia-maven-plugin--tf2499587.html#a7026344
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]