Hi,

I agree with everything Gert has said in his response to your message.

In the event you are really only looking for a way to get out of your
current predicament, you will need to add a repository where your
maven-jbi-pligin is located. This involves adding a any repository
containing the plugin to your POM file as shown below

Hope this helps.

Cheers,

Ashwin...
========================================================
                  <repositories>
                <repository>
                        <releases/>
                        <snapshots>
                                <enabled>false</enabled>
                        </snapshots>
                        <id>open.iona.m2</id>
                        <name>FUSE Community Release Repository</name>
                        <url>http://repo.fusesource.com/maven2</url>
                </repository>
                  </repositories>
                  <pluginRepositories>
                <pluginRepository>
                        <releases/>
                        <snapshots>
                                <enabled>false</enabled>
                        </snapshots>
                        <id>open.iona.m2</id>
                        <name>FUSE Community Release Repository</name>
                        <url>http://repo.fusesource.com/maven2</url>
                </pluginRepository>
             </pluginRepositories>

============================================================


nhcoder wrote:
> 
> I tried running Chapter 2 of the tutorial.  I was on this step:
> 
> http://servicemix.apache.org/26-beginner-exercise.html
> 
> I thought I did everything correct thus far, but when I try and run this
> command:
> 
> $ mvn jbi:projectDeploy -DforceUpdate=true
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   Tutorial
> [INFO]   Tutorial :: File SU
> [INFO]   Tutorial :: JMS SU
> [INFO]   Tutorial :: EIP SU
> [INFO]   Tutorial :: SA
> [INFO] Searching repository for plugin with prefix: 'jbi'.
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-jbi-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: Fri Apr 10 10:40:18 EDT 2009
> [INFO] Final Memory: 1M/4M
> [INFO]
> ------------------------------------------------------------------------
> 
> I was at a loss as to why that doesn't work.  Any ideas?
> 
> Thanks,
> 
> 
> 


-----
--- 
Ashwin Karpe, Principal Consultant, PS - Opensource Center of Competence 
Progress Software Corporation
14 Oak Park Drive
Bedford, MA 01730
--- 
+1-972-304-9084 (Office) 
+1-972-971-1700 (Mobile) 
---- 
Blog: http://opensourceknowledge.blogspot.com/


-- 
View this message in context: 
http://www.nabble.com/Tutorial-Help-tp22989058p23000940.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to