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]

Reply via email to