What is this modification???
If you modify this part, you can only comment/uncomment <allowedScheme>
so you'll have in application.xml :
<configuration>
<allowedSchemes>
<allowedScheme>http</allowedScheme>
<allowedScheme>https</allowedScheme>
<allowedScheme>ftp</allowedScheme>
<!-- <allowedScheme>file</allowedScheme> -->
</allowedSchemes>
</configuration>
And you use in url field of Add Project page :
https://www.mysite.com.br/repos/cms/cms_src/trunk/PATH_TO_YOUR_POM_DIRECTORY/pom.xml
Emmanuel
Vandermi Joao da Silva a écrit :
> Ok, I modified my apps/continuum/conf/application.xml but the not work yet.
> See below the modifications.
>
> <configuration>
> <allowedSchemes>
> <allowedScheme>http</allowedScheme>
> <allowedScheme>https://www.mysite.com.br/repos/cms/cms_src/trunk</allowedScheme>
> <allowedScheme>ftp</allowedScheme>
> <!-- <allowedScheme>file</allowedScheme> -->
> </allowedSchemes>
> </configuration>
>
>
> Best Regards
>
> Vandermi Silva
> R&D MAO - Core Engines
> BenQ Eletroeletrônica Ltda.
>
> TEL +55(92) 2127-8015
> Mobile: +55(92) 8125-2248
> FAX +55(92) 2127-8102
> vandermi.silva@benq.com
> www.BenQMobile.com
> Av. Djalma Batista, 536 - São Geraldo
> Manaus-AM
> Brasil
>
>
>
> -----Original Message-----
> From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
> Sent: Thursday, April 27, 2006 9:25 AM
> To: continuum-users@maven.apache.org
> Subject: Re: scm url in continuum
>
> only http, https, ftp protocols are allowed, and file if you allow it in
> apps/continuum/conf/application.xml
>
> Emmanuel
>
> Vandermi Joao da Silva a écrit :
>
>>Sorry imagem can't send.
>>
>>see below:
>>my url
>>scm:svn:https://www.mysite.com.br/repos/cms/cms_src/trunk/
>>
>>continuum say
>> Enter the URL to the Maven 2 POM [ You must provide a valid url ]
>>
>>Regards
>>
>>
>>
>>
>>
>>
>>
>>Vandermi Silva
>>R&D MAO - Core Engines
>>
>>BenQ Eletroeletrônica Ltda.
>>
>>
>>
>>TEL +55(92) 2127-8015
>>Mobile: +55(92) 8125-2248
>>FAX +55(92) 2127-8102
>>vandermi.silva@benq.com
>>www.BenQMobile.com
>>Av. Djalma Batista, 536 - São Geraldo
>>
>>Manaus-AM
>>Brasil
>>
>>
>>
>>
>>
>>
>>
>>________________________________
>>
>>From: Vandermi Joao da Silva [mailto:Vandermi.Silva@BenQ.com]
>>Sent: Thursday, April 27, 2006 9:16 AM
>>To: continuum-users@maven.apache.org
>>Subject: scm url in continuum
>>
>>
>>Hello everyone,
>>
>>I have a problem when work with maven modules projects in the continumm 1.0.3-SNAPSHOT
>>I need config my scm url because using module is impossible use local pom.xml. But
continuum say "invalid url" . See below.
>>
>>
>>What the correct url to maven2 projects?
>>That url is same examples of scm and maven home page.
>>I use subversion.
>>
>>Best Regards
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>Vandermi Silva
>>R&D MAO - Core Engines
>>
>>BenQ Eletroeletrônica Ltda.
>>
>>
>>
>>TEL +55(92) 2127-8015
>>Mobile: +55(92) 8125-2248
>>FAX +55(92) 2127-8102
>>vandermi.silva@benq.com
>>www.BenQMobile.com
>>Av. Djalma Batista, 536 - São Geraldo
>>
>>Manaus-AM
>>Brasil
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
>
|