You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Mats Norén <ma...@alma.nu> on 2006/09/19 13:54:12 UTC

Problem installing from SVN

Hi,
I've checked out SM from 
http://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-3.0/

When trying to do a mvn install I get an error that the jbi-maven-plugin 
is missing.

"Try downloading the file manually from the project website.

Then, install it using the command:
     mvn install:install-file -DgroupId=org.apache.servicemix.tooling 
-DartifactI d=jbi-maven-plugin \
         -Dversion=3.0-incubating -Dpackaging=maven-plugin 
-Dfile=/path/to/file


 
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating

from the specified remote repositories:
   central (http://repo1.maven.org/maven2)

 
org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating

from the specified remote repositories:
   central (http://repo1.maven.org/maven2)"


Do I have to download it separately?

/Regards Mats

Re: Problem installing from SVN

Posted by Mats Norén <ma...@alma.nu>.
Sorry for the stupid question :)
Would it be possible to add this to the README - file?
The current readme points to the outdated:
http://incubator.apache.org/servicemix/main/getting-started-guide.html

/Mats

Guillaume Nodet wrote:
> Take a look at [1]
> The needed steps are
>   mvn -Dprofile=step1
>   mvn -Dprofile=step2
> 
> [1] 
> http://servicemix.goopen.org/sm30ug/3-installation.html#3.Installation-InstallationProcedureforWindows 
> 
> 
> On 9/19/06, Mats Norén <ma...@alma.nu> wrote:
> 
>> Hi,
>> I've checked out SM from
>> http://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-3.0/
>>
>> When trying to do a mvn install I get an error that the jbi-maven-plugin
>> is missing.
>>
>> "Try downloading the file manually from the project website.
>>
>> Then, install it using the command:
>>      mvn install:install-file -DgroupId=org.apache.servicemix.tooling
>> -DartifactI d=jbi-maven-plugin \
>>          -Dversion=3.0-incubating -Dpackaging=maven-plugin
>> -Dfile=/path/to/file
>>
>>
>>
>> org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating 
>>
>>
>> from the specified remote repositories:
>>    central (http://repo1.maven.org/maven2)
>>
>>
>> org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating 
>>
>>
>> from the specified remote repositories:
>>    central (http://repo1.maven.org/maven2)"
>>
>>
>> Do I have to download it separately?
>>
>> /Regards Mats
>>
> 
> 


Re: Problem installing from SVN

Posted by Guillaume Nodet <gn...@gmail.com>.
Take a look at [1]
The needed steps are
   mvn -Dprofile=step1
   mvn -Dprofile=step2

[1] http://servicemix.goopen.org/sm30ug/3-installation.html#3.Installation-InstallationProcedureforWindows

On 9/19/06, Mats Norén <ma...@alma.nu> wrote:
> Hi,
> I've checked out SM from
> http://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-3.0/
>
> When trying to do a mvn install I get an error that the jbi-maven-plugin
> is missing.
>
> "Try downloading the file manually from the project website.
>
> Then, install it using the command:
>      mvn install:install-file -DgroupId=org.apache.servicemix.tooling
> -DartifactI d=jbi-maven-plugin \
>          -Dversion=3.0-incubating -Dpackaging=maven-plugin
> -Dfile=/path/to/file
>
>
>
> org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating
>
> from the specified remote repositories:
>    central (http://repo1.maven.org/maven2)
>
>
> org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:3.0-incubating
>
> from the specified remote repositories:
>    central (http://repo1.maven.org/maven2)"
>
>
> Do I have to download it separately?
>
> /Regards Mats
>


-- 
Cheers,
Guillaume Nodet