Just doing a "mvn clean" I get
...
[INFO] [clean:clean]
[INFO] Deleting directory
/Users/tcurdt/Development/cocoon/trunk/tools/cocoon-block-deployer/cocoon-deployer-plugin/target
[INFO] Deleting directory
/Users/tcurdt/Development/cocoon/trunk/tools/cocoon-block-deployer/cocoon-deployer-plugin/target/classes
[INFO] Deleting directory
/Users/tcurdt/Development/cocoon/trunk/tools/cocoon-block-deployer/cocoon-deployer-plugin/target/test-classes
[INFO]
----------------------------------------------------------------------------
[INFO] Building Cocoon-samples-style-default
[INFO] task-segment: [clean]
[INFO]
----------------------------------------------------------------------------
Downloading:
http://www.apache.org/~reinhard/m2-snapshot-repository/org/apache/cocoon/cocoon-deployer-plugin/1.0.0-M2-SNAPSHOT/cocoon-deployer-plugin-1.0.0-M2-SNAPSHOT.jar
[WARNING] Unable to get resource from repository
reinhard-m2-snapshot-repository
(http://www.apache.org/~reinhard/m2-snapshot-repository)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found -
check that the goal name is correct: Unable to download the artifact
from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.cocoon
-DartifactId=cocoon-deployer-plugin \
-Dversion=1.0.0-M2-SNAPSHOT -Dpackaging=maven-plugin
-Dfile=/path/to/file
org.apache.cocoon:cocoon-deployer-plugin:maven-plugin:1.0.0-M2-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
reinhard-m2-snapshot-repository
(http://www.apache.org/~reinhard/m2-snapshot-repository)
org.apache.cocoon:cocoon-deployer-plugin:maven-plugin:1.0.0-M2-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
reinhard-m2-snapshot-repository
(http://www.apache.org/~reinhard/m2-snapshot-repository)
Does it work for others?
cheers
--
Torsten