[EMAIL PROTECTED] writes:

>--=_alternative 00798E58CA256C90_=
>Content-Type: text/plain; charset="US-ASCII"

>It'd help to post a link back to them, or at least re-post them.....

Yep. I just wanted to let a week pass so I won't spam this list. :-)


--- cut --- Question #1 --- cut ---
I remember a thread about a "site wide" maven install, e.g. having the
maven program, plugins etc. installed read-only in a central location
(/usr/lib/maven e.g.) and then every maven user has his own
$MAVEN_HOME where the repository is stored.

Is this still supported? If yes, how do I configure/build this? If I
get this working, I'd like to contribute RH 6.x / RH 7.x spec files
for Maven.
--- cut --- Question #1 --- cut ---

Even "this is no longer possible" or "you shouldn't do that" would
help.

--- cut --- Question #2 --- cut ---
Hi,

is it possible to give a "minimum" version of maven in a project.xml
file or is it possible to query the version of maven under which one
is running for acting upon it.

Basically, my idea is to have something like this in project.xml

<dependency>
  <maven minVersion ="1.0b7"/>
</dependency>

And have the build process fail if this is not fulfilled. 

Same would be nice for jars. Having

<dependency>
  <jar>
    <name>commons-lang</name>
    <version minimum="1.0.1"/>
  </jar>
</dependency>

might help lots of projects. 

--- cut --- Question #2 --- cut ---

And if you're already on a roll, I'd love to have this question
answered:

Is it possible to give a _different_ remote repository for some jars?
I know that you can change the global location for all jars but is it
possible (e.g. in the project.xml file) to point some jars at a
different repository?

        Regards
                Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     [EMAIL PROTECTED]

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   [EMAIL PROTECTED]
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to