Hello,

Where did you put the <repository> definition you mention in 1) below?  I would 
expect it to go in your %HOMEPATH%\.m2\settings.xml file.  

K.C.

-----Original Message-----
From: Julio Oliveira [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 06, 2006 8:07 AM
To: Maven Users List
Subject: Ruby on Maven / problem with repository - Maven 2.0.3


Hi

As the doc say i put  in maven:
1)
--------------------------------------------------------------------------------
   <!--  remote repository -->
   <repositories>
            <repository>
              <id>propellors.net</id>
              <url>http://propellors.net/maven-repo</url>
            </repository>
   </repositories>
--------------------------------------------------------------------------------

2)
type the command .....
-----------------------------------------------------------------------------------------------------------------


E:\Work\eclipse3_1\Jfp_libs>mvn rubyarchetype:create -DgroupId=test
-DartifactId=rubyplugin
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'rubyarchetype'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin
'org.apache.maven.plugins:maven-rubyarchetype-plugin' does not exist
or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Thu Apr 06 11:39:53 ART 2006
[INFO] Final Memory: 1M/2M
[INFO] ------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------

run with  -e  switch


E:\Work\eclipse3_1\Jfp_libs>mvn rubyarchetype:create -DgroupId=test
-DartifactId=rubyplugin
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'rubyarchetype'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin
'org.apache.maven.plugins:maven-rubyarchetype-plugin' does not exist
or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Thu Apr 06 11:39:53 ART 2006
[INFO] Final Memory: 1M/2M
[INFO] ------------------------------------------------------------------------



regards

Julio Oliveira - Buenos Aires

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to