Re: [m2] Differences development / Deployment

2008-02-05 Thread Insitu
Karl Heinz Marbaise [EMAIL PROTECTED] writes:

 Hi there,

 i have got a little problem (or misunderstanding) with Maven 2:

 I have configured an entry for my issueManagement with an URL in the
 POM. Ok...so far so good...

 But i would like to have different URL's if i'm working on my
 development machine (local) and if i deploy/release a state to the
 internet to make it available to other people...

 e.g. the following entry is needed if i release/deploy a state of my work:
 issueManagement
   systemTracking/system
   urlhttp://supose.soebes.de//url/issueManagement

 and the following entry is needed if i'm working on my developement
 machine (LAN)
 issueManagement
   systemTracking/system
   urlhttp://svn.traveler/supose//url/issueManagement

 Does there exist a good way to handle such kind of situation ?

 Thanks in advance for your help


A variable with different definitiosn in different profiles are an
obvious candidate. According to
http://maven.apache.org/guides/introduction/introduction-to-profiles.html, 
the issueManagement tag is not supported directly with profiles.

HTH

 Kind regards
 Karl Heinz Marbaise
 -- 
 SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
 Hauptstrasse 177 USt.IdNr: DE191347579
 52146 Würselen   http://www.soebes.de

-- 
Arnaud Bailly, PhD
OQube - Software Engineering
http://www.oqube.com


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



[m2] Differences development / Deployment

2008-02-04 Thread Karl Heinz Marbaise
Hi there,

i have got a little problem (or misunderstanding) with Maven 2:

I have configured an entry for my issueManagement with an URL in the
POM. Ok...so far so good...

But i would like to have different URL's if i'm working on my
development machine (local) and if i deploy/release a state to the
internet to make it available to other people...

e.g. the following entry is needed if i release/deploy a state of my work:
issueManagement
  systemTracking/system
  urlhttp://supose.soebes.de//url
/issueManagement

and the following entry is needed if i'm working on my developement
machine (LAN)
issueManagement
  systemTracking/system
  urlhttp://svn.traveler/supose//url
/issueManagement

Does there exist a good way to handle such kind of situation ?

Thanks in advance for your help

Kind regards
Karl Heinz Marbaise
-- 
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

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