You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Francis Lalonde <fr...@ca.inter.net> on 2010/03/22 17:09:26 UTC

scm "external folders"

(Sorry if this is a repost, our mail server is playing games with the
mailing list)

 

Hi,

 

I'd like to setup an aggregator project that would know how to fetch its
modules from multiple scm repositories. Is there a way to let maven know
that a module folder content should come from a different scm hierarchy,
like subversion does with external projects?

 

Something like 

 

      <modules>

            <module>

                  <name>external-A</name>

                  <directory>moduleA</directory>

                  <scm>

 
<connection>scm:svn:server/repo/external-A</connection>

                  </scm>                  

            </module>

            <module>

                  <name>external-B</name>

                  <directory>moduleB</directory>

                  <scm>

 
<connection>scm:starteam:server:port/project/view/external-B</connection>

                  </scm>                  

            </module>

      </modules>

 

would be really nice! I assume this kind of thing would be done by a plugin
for now. 

 

The goal is to create a meta project regrouping all our dev branches under
one hat. It is something that could be done by altering our SCM folder
hierarchy, but since we will be switching SCM soon (adios, Starteam!), I
would prefer a Maven-based solution, since it would enable heterogeneous scm
configs.

 

Francis

 

 

 

 


Re: Apt Format Subscript

Posted by Ole Ersoy <ol...@gmail.com>.
Thanks Lukas,

I'll give xdocs a shot,
  Ole

On 03/22/2010 02:16 PM, Lukas Theussl wrote:
>
> Not possible with apt, with xdocs you can use xhtml:
> <sub>subscript</sub> <sup>superscript</sup> (provided you use site
> plugin 2.1).
>
> HTH,
> -Lukas
>
>
> Ole Ersoy wrote:
>> Hi,
>>
>> I need to use subscripts. Any ideas?
>>
>> TIA,
>> - Ole
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Apt Format Subscript

Posted by Lukas Theussl <lt...@apache.org>.
Not possible with apt, with xdocs you can use xhtml: 
<sub>subscript</sub> <sup>superscript</sup> (provided you use site 
plugin 2.1).

HTH,
-Lukas


Ole Ersoy wrote:
> Hi,
>
> I need to use subscripts. Any ideas?
>
> TIA,
> - Ole
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Apt Format Subscript

Posted by Ole Ersoy <ol...@gmail.com>.
Hi,

I need to use subscripts.  Any ideas?

TIA,
- Ole

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org