[changes-maven-plugin] Using a Custom Announcement Template Bug!?

2008-10-29 Thread Fred Hauschel
Hey All,
1. The only release I found is 2.0-beta-1 in jira there are 2.0-beta-2,
2.0-beta-3 and 2.0 What are the latest release? And where can I find it?

2. [MultiModule project!] With 2.0-beta-1 I've problems with Using a Custom
Announcement Template. If I follow the how-to
http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.htmlin
my submodule
The resourceloader could'not find the xxx.vm template. The
changes-maven-plugin is configured in parentPom PlugInManagement (see
bottom).
In the submodule under build.plugins I've overwrite the configuration like
this:

build
plugins
plugin
groupIdorg.codehaus.mojo/groupId
artifactIdchanges-maven-plugin/artifactId
configuration
templateannouncement.vm/template
templateDirectoryannouncements/templateDirectory
toAddresses
toAddress
implementation=java.lang.Stringremoved/toAddress
/toAddresses
/configuration
/plugin
...

If the template is located in the submodule
/src/main/resources/announcements/announcement.vm The resourceLoader cannot
find the template. If I locate the template with the same path in the parent
project it works. Is this a feature or a bugt?

Thanks Fredy

ParentPom config:

/pluginManagement
/plugins
...
plugin
groupIdorg.codehaus.mojo/groupId
artifactIdchanges-maven-plugin/artifactId
version2.0-beta-1/version
executions
execution
phasedeploy/phase
goals
goalannouncement-generate/goal
/goals
idannouncement-generate/id
/execution
execution
phasedeploy/phase
goals
goalannouncement-mail/goal
/goals
idannouncement-mail/id
/execution
/executions
configuration
xmlPath${basedir}/src/changes/xmlPath
smtpHostxx/smtpHost
from
item
implementation=java.lang.Stringremoved/item
/from
toAddresses
toAddress
implementation=java.lang.Stringremoved/toAddress
toAddress
implementation=java.lang.Stringremoved/toAddress
toAddress
implementation=java.lang.Stringremoved/toAddress
/toAddresses
/configuration
/plugin
/plugins
/pluginManagement



-- 
Mit freundlichen Grüßen
Fred Robert Hauschel
+49 179 6917092

Mein Strom kommt von http://www.greenpeace-energy.de und
http://www.naturstrom.de. Für eine saubere Zukunft!


[m2] need short Help: switching settings.xml with -D ?!

2006-11-03 Thread Fred . Hauschel
Hi,
there was a possibility to switch the settings xml with a option

mvn -Dsettins=c:\temp\settings.xml

Does anybody knows the correct syntax? i can't find it on the web and i
cant't realy handle the new maven documentation site ;-)

Fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich �ber unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anh�nge enthalten vertrauliche und/oder rechtlich 
gesch�tzte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschlie�end diese 
Mail und die Anlagen.


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



AW: [m2] need short Help: switching settings.xml with -D ?!

2006-11-03 Thread Fred . Hauschel
sorry,
I don't mean the user settings! I will temporarily overwrite the global
settings under M2_HOME/conf/settings.xml.

Fredy


-Ursprüngliche Nachricht-
Von: LAMY Olivier [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 3. November 2006 10:21
An: Maven Users List
Betreff: RE: [m2] need short Help: switching settings.xml with -D ?!


mvn -h 

...
-s,--settings Alternate path for the user settings file
...

--
Olivier

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 3 novembre 2006 09:47
À : users@maven.apache.org
Objet : [m2] need short Help: switching settings.xml with -D ?!

Hi,
there was a possibility to switch the settings xml with a option

mvn -Dsettins=c:\temp\settings.xml

Does anybody knows the correct syntax? i can't find it on the web and i
cant't realy handle the new maven documentation site ;-)

Fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus
einer Hand. Informieren Sie sich ber unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhnge enthalten vertrauliche und/oder rechtlich
geschtzte Informationen. Wenn Sie nicht der richtige Adressat sind,
benachrichtigen Sie bitte den Absender und vernichten Sie anschlieend diese
Mail und die Anlagen.


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



This e-mail, any attachments and the information contained therein (this
message) are confidential and intended solely for the use of the
addressee(s). If you have received this message in error please send it back
to the sender and delete it. Unauthorized publication, use, dissemination or
disclosure of this message, either in whole or in part is strictly
prohibited.

--
Ce message électronique et tous les fichiers joints ainsi que  les
informations contenues dans ce message ( ci après le message ), sont
confidentiels et destinés exclusivement à l'usage de la  personne à laquelle
ils sont adressés. Si vous avez reçu ce message par erreur, merci  de le
renvoyer à son émetteur et de le détruire. Toutes diffusion, publication,
totale ou partielle ou divulgation sous quelque forme que se soit non
expressément autorisées de ce message, sont interdites.

-


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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] activating profile dependant from packaging

2006-10-26 Thread Fred . Hauschel
Hi all,
i will activate different profiles dependant from packaging.
So packaging 'war' will react different from 'jar'.

Any idea?

Fredy


-Ursprüngliche Nachricht-
Von: Syvalta [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 26. Oktober 2006 09:17
An: users@maven.apache.org
Betreff: Re: Add Directory to Jar Manifest Classpath




pjungwir wrote:
 
 
 Syvalta wrote:
 
 But that doesn't work for me, see:
 http://jira.codehaus.org/browse/MJAR-60.
 
 I didn't get any error with a trailing slash inside Class-Path. JIRA
 says this is fixed against 2.2. I'm not sure why the bug is still open in
 that case. . . .
 

There isn't snapshot of 2.2 yet, so I didn't test with that, so I can't
confirm. However, as I understand it, fix for means that is should be
fixed before that release, not that it's fixed.
-- 
View this message in context:
http://www.nabble.com/Add-Directory-to-Jar-Manifest-Classpath-tf2504507.html
#a7006293
Sent from the Maven - Users mailing list archive at Nabble.com.


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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] copy files to manifest folder

2006-10-26 Thread Fred . Hauschel
Hi,
is it possible to access the location(folder) of the manifest File?
I've a ant goal wich will copy a file to thios location. But i won't 
tell maven the hardcoded location.

Fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] deploying a site - BUG?!

2006-10-26 Thread Fred . Hauschel
Hi,
in the guide:
http://maven.apache.org/guides/mini/guide-site.html

section: Deploying The Site

is this note:
Note: the trailing slash in the URL above indicates that any subprojects
that inherit this value should append their artifact ID to the path instead
of using it as-is.

But that isn't true ;-(

any help?

Fredy

 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] how to debug a plugin

2006-10-26 Thread Fred . Hauschel
hi,
how can i debug the release plugin?
i'm using eclipse.

thanks fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: How to get the groupId and other values from a Maven pom file using java code

2006-10-26 Thread Fred . Hauschel
You can copy the information in your manifest and access it during runtime with 
resource reader.

http://maven.apache.org/guides/mini/guide-manifest.html

Fredy

-Ursprüngliche Nachricht-
Von: Sheshabhattar, Sharda [CIB-IT]
[mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 25. Oktober 2006 21:47
An: Sheshabhattar, Sharda [CIB-IT]; users@maven.apache.org
Betreff: How to get the groupId and other values from a Maven pom file
using java code


Hi,
I have a java code which should extract the groupId ,artifactId and
other details from a pom file.
What apis should I use to achieve this?
Please help.
Thanks,
Sharda
 

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: [m2] copy files to manifest folder

2006-10-26 Thread Fred . Hauschel

thats not true wor packaging war?! istn't it?

fredy


-Ursprüngliche Nachricht-
Von: Wayne Fay [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 26. Oktober 2006 16:07
An: Maven Users List
Betreff: Re: [m2] copy files to manifest folder


The location of the META-INF folder is generally src/main/resources/META-INF.

I'd tell your ant task to output its file there, or perhaps to
target/classes/META-INF.

Wayne

On 10/26/06, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Hi,
 is it possible to access the location(folder) of the manifest File?
 I've a ant goal wich will copy a file to thios location. But i won't
 tell maven the hardcoded location.

 Fredy


 Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
 Hand. Informieren Sie sich über unsere Produkte unter

 www.kabeldeutschland.de

 Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
 geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
 benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
 Mail und die Anlagen.


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



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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[M2] site: using variables frrom sub pom in parent pom

2006-10-25 Thread Fred . Hauschel
Hi,

for example my distributionManagement is alway the same:

  distributionManagement
site
  id${project.groupId}.${project.artifactId}/id
 
url${distributionPrefix}sites/${project.groupId}/${project.artifactId}/${p
roject.version}/url
/site
  /distributionManagement

so it should be plased in a parent pom and be reused.
But the variables like ${project.version} will be replaced with ver values
from the parent pom.

Anny Idea?

Fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] changes-maven-plugin - announcement-mail

2006-10-25 Thread Fred . Hauschel
Hi, 
how can I configure the 'from' ?

Do it like this:

configuration

xmlPath${basedir}/src/changes/xmlPath
smtpHostxx.xx.xx.xx/smtpHost
smtpPort 
implementation=java.lang.Integer
xx
/smtpPort

from
item 
implementation=java.lang.String[EMAIL PROTECTED]/item
/from

toAddresses
toAddress 
implementation=java.lang.String
[EMAIL PROTECTED]
/toAddress
toAddress 
implementation=java.lang.String
[EMAIL PROTECTED]
/toAddress
/toAddresses
/configuration

doesn't works ;-(
It takes always the first developert from ${project.developers}

Fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: maven-changes-plugin help please

2006-10-25 Thread Fred . Hauschel
Hi
I use

plugin
groupIdorg.codehaus.mojo/groupId

artifactIdchanges-maven-plugin/artifactId
version2.0-beta-1/version
reportSets
reportSet
reports

reportchanges-report/report
/reports
/reportSet
/reportSets
/plugin

works fine!



-Ursprüngliche Nachricht-
Von: Naess, Ronny [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 25. Oktober 2006 10:16
An: Maven Users List
Betreff: Re: maven-changes-plugin help please


 
Does maven-changes-plugin work well with M2 and what version should I
choose? I tried it a while ago without success.
By the way, we use Subversion.

-Ronny

-Opprinnelig melding-
Fra: Dennis Lundberg [mailto:[EMAIL PROTECTED] 
Sendt: 24. oktober 2006 23:15
Til: Maven Users List; [EMAIL PROTECTED]
Emne: Re: maven-changes-plugin help please

The Apache-version of the plugin is a reporting-plugin. This means that
it will generate its output during site generation. It also means that
configuration should be in the reporting section of your pom. Please
see:
   http://maven.apache.org/plugins/maven-changes-plugin/usage.html

--
Dennis Lundberg

Pete wrote:
 Help, I'm trying to switch from the old codehaus maven-changes-plugin 
 to the new org.apache.maven.plugins version.
 
 Previously I had my pom configured to use the old plugin during the 
 compile phase, so that a changes-report.html could be nested inside 
 the web app's pages.
 
 Now with the new plugin it doesn't seem to generate a report at all, 
 is there something about the new plugin which means it will only 
 generate during the 'site' goal ?
 
 I've tried with and without a phase, and -X doesn't show any 
 configuration for the plugin happening at all  :-
 
 
 plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-changes-plugin/artifactId
 version2.0-beta-2-SNAPSHOT/version
 executions
 execution
 idproduce changes html page/id
 
 !-- phasecompile/phase--
 inheritedfalse/inherited
 configuration   
   

xmlPath${project.build.outputDirectory}/changes/changes.xml/xmlPath
 reportSets
 reportSet
 reports
 reportchanges-report/report
 /reports
 /reportSet
 /reportSets
 /configuration
 goals
 goalchanges-report/goal
 /goals
 /execution
 /executions
 /plugin
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

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


!DSPAM:453e87fd64881357017964!


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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: [M2] properties from parent-pom expanded wrongly in child-pom

2006-10-25 Thread Fred . Hauschel
Do you define 
urlhttp://192.168.22.5/projects/${project.artifactId}//url

in parent and child pom?




-Ursprüngliche Nachricht-
Von: CodingPlayer [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 25. Oktober 2006 11:47
An: users@maven.apache.org
Betreff: [M2] properties from parent-pom expanded wrongly in child-pom



Hi,

i use a parent-pom from which my child-poms are derived.

and i wonder if i can get rid of entries in my child poms, that only differ
in the artifactId.


for example, in my parent pom i use:

  urlhttp://192.168.22.5/projects/base-project//url

  scm
connectionscm:svn:https://myserver/svn/base-project/trunk/connection
   
developerConnectionscm:svn:https://myserver/svn/base-project/trunk/developerConnection
urlhttps://myserver/wsvn/base-project/trunk/url
  /scm


while in the child-pom, i use:

  urlhttp://192.168.22.5/projects/child-project//url

  scm
   
connectionscm:svn:https://myserver/svn/child-project/trunk/connection
   
developerConnectionscm:svn:https://myserver/svn/child-project/trunk/developerConnection
urlhttps://myserver/wsvn/child-project/trunk/url
  /scm



so i tried to use the ${project.artifactId} property instead.

  urlhttp://192.168.22.5/projects/${project.artifactId}//url

  scm
   
connectionscm:svn:https://myserver/svn/${project.artifactId}/trunk/connection
 
developerConnectionscm:svn:https://myserver/svn/${project.artifactId}/trunk/developerConnection
urlhttps://myserver/wsvn/${project.artifactId}/trunk/url
  /scm


when i use this proerties in the child-pom, everything works fine.

but as soon as i use the same properties in the parent-pom, the following
happens:

  urlhttp://192.168.22.5/projects/child-project/child-project/url

  scm
   
connectionscm:svn:https://myserver/svn/child-project/trunk/child-project/connection
   
developerConnectionscm:svn:https://myserver/svn/child-project/trunk/child-project/develope
rConnection
urlhttps://myserver/wsvn/child-project/trunk/child-project/url
  /scm


it seems like properties in child-poms are expanded differently, than
properties that are derived from a parent-pom.


thx 4 any ideas
R.C.

-- 
View this message in context: 
http://www.nabble.com/-M2--properties-from-parent-pom-expanded-wrongly-in-child-pom-tf2506650.html#a6989102
Sent from the Maven - Users mailing list archive at Nabble.com.


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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: AW: maven-changes-plugin help please

2006-10-25 Thread Fred . Hauschel
thanks!




-Ursprüngliche Nachricht-
Von: Markku Saarela [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 25. Oktober 2006 12:38
An: Maven Users List
Betreff: Re: AW: maven-changes-plugin help please


You should use changes plugin it is newer version of that codehaus plugin:

  plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-changes-plugin/artifactId
configuration
  xmlPath${basedir}/src/site/changes.xml/xmlPath
/configuration
reportSets
  reportSet
reports
  reportchanges-report/report
/reports
  /reportSet
/reportSets
  /plugin


[EMAIL PROTECTED] wrote:
 Hi
 I use

   plugin
   groupIdorg.codehaus.mojo/groupId
   
 artifactIdchanges-maven-plugin/artifactId
   version2.0-beta-1/version
   reportSets
   reportSet
   reports
   
 reportchanges-report/report
   /reports
   /reportSet
   /reportSets
   /plugin

 works fine!



 -Ursprüngliche Nachricht-
 Von: Naess, Ronny [mailto:[EMAIL PROTECTED]
 Gesendet: Mittwoch, 25. Oktober 2006 10:16
 An: Maven Users List
 Betreff: Re: maven-changes-plugin help please


  
 Does maven-changes-plugin work well with M2 and what version should I
 choose? I tried it a while ago without success.
 By the way, we use Subversion.

 -Ronny

 -Opprinnelig melding-
 Fra: Dennis Lundberg [mailto:[EMAIL PROTECTED] 
 Sendt: 24. oktober 2006 23:15
 Til: Maven Users List; [EMAIL PROTECTED]
 Emne: Re: maven-changes-plugin help please

 The Apache-version of the plugin is a reporting-plugin. This means that
 it will generate its output during site generation. It also means that
 configuration should be in the reporting section of your pom. Please
 see:
http://maven.apache.org/plugins/maven-changes-plugin/usage.html

 --
 Dennis Lundberg

 Pete wrote:
   
 Help, I'm trying to switch from the old codehaus maven-changes-plugin 
 to the new org.apache.maven.plugins version.

 Previously I had my pom configured to use the old plugin during the 
 compile phase, so that a changes-report.html could be nested inside 
 the web app's pages.

 Now with the new plugin it doesn't seem to generate a report at all, 
 is there something about the new plugin which means it will only 
 generate during the 'site' goal ?

 I've tried with and without a phase, and -X doesn't show any 
 configuration for the plugin happening at all  :-


 plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-changes-plugin/artifactId
 version2.0-beta-2-SNAPSHOT/version
 executions
 execution
 idproduce changes html page/id

 !-- phasecompile/phase--
 inheritedfalse/inherited
 configuration   
   

 
 xmlPath${project.build.outputDirectory}/changes/changes.xml/xmlPath
   
 reportSets
 reportSet
 reports
 reportchanges-report/report
 /reports
 /reportSet
 /reportSets
 /configuration
 goals
 goalchanges-report/goal
 /goals
 /execution
 /executions
 /plugin

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

 

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


 !DSPAM:453e87fd64881357017964!


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

   
  

 Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
 Hand. Informieren Sie sich über unsere Produkte unter 

 www.kabeldeutschland.de
  
 Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
 geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
 benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
 Mail und die Anlagen.


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

   


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

  
 


AW: Antwort: [m2] anybody using ClearQuest as maven issueManageme nt ?

2006-10-25 Thread Fred . Hauschel
how can i add clearQuest as issueManagement to my pom.
so that the issue tag in my changes.xml will be linked to 
clearQuest?

Is it possible?

thanks Fredy


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 25. Oktober 2006 15:00
An: Maven Users List
Betreff: Antwort: [m2] anybody using ClearQuest as maven issueManagement
?


we use clearquest for issue management and clearcase (base) for versioning,
works reasonably ok


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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: Antwort: [m2] anybody using ClearQuest as maven issueManageme nt ?

2006-10-25 Thread Fred . Hauschel

Hi,
i thougt about:

http://maven.apache.org/plugins/maven-changes-plugin/usage.html

see the first example How to Generate the Changes Report - Tag 
'issue=MPJIRA-11'


Fredy

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 25. Oktober 2006 16:11
An: Maven Users List
Betreff: Antwort: [m2] anybody using ClearQuest as maven issueManageme
nt ?


We don't couple maven and clearquest such close since we don't see the
value right now. I'd appreciate any pros and cons anyway.

There are some alternatives for a more loosely coupling:

1. In the pom: link to be followed at the project's web site, something
like:
 issueManagement
  system Rational ClearQuest /system
  urlhttp://your/companies/qlearquest/login/url
 /issueManagement

2. In the project website: A menu item or a link that points to a report
that queries your project's change requests. Something like:
 item name=Issues Tracking
href=//your.rational.clearquest.web?command=YourCQReport;queryID=12345
target=_blank


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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] Transfering *-sources.jar from releaseRepository to localRe pository

2006-10-10 Thread Fred . Hauschel
Hi all,
sometimes the sources jar will be downloaded to my local repository, but not
always.
Does anybody knows the rule for that featute?

How can I force to download the sources.jar ev everytime?

Thanks 
   Fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] release plugin - how to automatic releasing (nightly build)

2006-10-10 Thread Fred . Hauschel
Does anybody nightly builds with maven release plugin? 
Is it possible to run the plugin withaout user interaction?

Thanks
 Fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich �ber unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anh�nge enthalten vertrauliche und/oder rechtlich 
gesch�tzte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschlie�end diese 
Mail und die Anlagen.


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



mvn eclipse feature request?!

2006-08-29 Thread Fred . Hauschel
Hi all,
in eclipse you can define AccessRules for the libraries the project depend on. 
Would it be a good idea to define them in the pom (or another xml file) and 
regard them when calling eclipse:eclipse ?

A other possibility is eclipse:eclipse do not overwrite these access rules.

What do you think about this?

It would be possible to copy this rules in meta-inf and if you import a library 
from mave-repo the access rules are known. This will be a great possibility to 
greate a component as a jar file. so you can only access the interface in 
eclipse, but you can access (for example) a Implementation of the interface via 
spring.

Fredy

 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] maven-antrun-plugin 2 different taks in different phases

2006-08-08 Thread Fred . Hauschel
Hi all,
how can i run different tasks in different phases?

Thanks Fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: [m2] maven-antrun-plugin 2 different taks in different phases

2006-08-08 Thread Fred . Hauschel
works, thank you very much!

Fredy



-Ursprüngliche Nachricht-
Von: Denis Cabasson [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 8. August 2006 14:32
An: users@maven.apache.org
Betreff: Re: [m2] maven-antrun-plugin 2 different taks in different
phases



http://maven.apache.org/plugins/maven-antrun-plugin/usage.html

Just specify two execution block in your plugin declaration. Each have its
own phase indication (and this is the same general mecanism for any plugin).

Denis.


Fred.Hauschel wrote:
 
 Hi all,
 how can i run different tasks in different phases?
 
 Thanks Fredy
  
 
 Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus
 einer Hand. Informieren Sie sich über unsere Produkte unter 
 
 www.kabeldeutschland.de
  
 Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich
 geschützte Informationen. Wenn Sie nicht der richtige Adressat sind,
 benachrichtigen Sie bitte den Absender und vernichten Sie anschließend
 diese Mail und die Anlagen.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-m2--maven-antrun-plugin-2-different-taks-in-different-phases-tf2071914.html#a5705392
Sent from the Maven - Users forum at Nabble.com.


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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich �ber unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anh�nge enthalten vertrauliche und/oder rechtlich 
gesch�tzte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschlie�end diese 
Mail und die Anlagen.


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



[m2] eclipse attached sources for snapshot builds

2006-08-07 Thread Fred . Hauschel
Hey,
if i have released an artifact, so there is a ...sources.jar in my 
releaseRepository that will be downloaded in my local repository. The goal 
eclipse:eclipse add's this jar as attached Source to the eclipse build path.

But if I install a snapshot, the sources wont't be in the eclipse build path.

Is there any solution for this problem? Has somebody the same problem?

Fredy
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: [m2] eclipse attached sources for snapshot builds

2006-08-07 Thread Fred . Hauschel
great, that's it!

But now the javadoc source is also generated, is it possible to switsh it off?

the javadoc location in eclispse is not updated ;-(

Fredy



-Ursprüngliche Nachricht-
Von: Christophe Deneux [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 7. August 2006 15:38
An: users
Betreff: Re:[m2] eclipse attached sources for snapshot builds



Hi,

I think that -DperformRelease=true will solve your problem.


Christophe

-- Initial Header ---

From  : [EMAIL PROTECTED]
To  : users@maven.apache.org
Cc  : 
Date  : Mon, 7 Aug 2006 09:17:58 +0200
Subject : [m2] eclipse attached sources for snapshot builds

 Hey,
 if i have released an artifact, so there is a ...sources.jar in my 
 releaseRepository that will be downloaded in my local repository. The goal 
 eclipse:eclipse add's this jar as attached Source to the eclipse build path.
 
 But if I install a snapshot, the sources wont't be in the eclipse build path.
 

 Is there any solution for this problem? Has somebody the same problem?

 
 Fredy
  
 
 Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
 Hand. Informieren Sie sich über unsere Produkte unter 
 
 www.kabeldeutschland.de
  
 Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
 geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
 benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
 Mail und die Anlagen.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] mvn --batch-mode release:prepare

2006-08-04 Thread Fred . Hauschel
Hi all,
I think I missunderstood the following description:

Sometimes it is desirable to do the commit/tag process on a regular interval 
(eg, to produce nightly or integration builds through a build server). To use 
the default inputs for the versions and tag information and not prompt for any 
values, use Maven's --batch-mode setting: 

If I execute the perform command in batch, the following error occurs! Where 
are the default inputs for the versions and tag ??

Thanks Fredy

C:\Temp\kdg_commonmvn --batch-mode release:prepare
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'release'.
[INFO] 

[INFO] Building kdg_common
[INFO]task-segment: [release:prepare] (aggregator-style)
[INFO] 

[WARNING]
Artifact junit:junit:jar:3.8.1:test retains local scope 'test' 
overriding broader scope 'compile'
given by a dependency. If this is not intended, modify or remove the 
local scope.

[INFO] [release:prepare]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] A tag must be specified
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 2 seconds
[INFO] Finished at: Fri Aug 04 08:47:48 CEST 2006
[INFO] Final Memory: 4M/7M
[INFO] 
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



[m2] acessing the release date

2006-08-04 Thread Fred . Hauschel
Hi, is there a way to acess the release date?

In the manifest folder there is the following information:

#Generated by Maven
#Fri Aug 04 09:07:10 CEST 2006
version=1.00.00.34-SNAPSHOT
groupId=webcsc
artifactId=kdg_common

but I need #Fri Aug 04 09:07:10 CEST 2006 as a property.
releaseDate=Fri Aug 04 09:07:10 CEST 2006 would be nice ,-)

Fredy



 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: Modify the generated report site in Maven 2

2006-08-04 Thread Fred . Hauschel
src/site/site.xml:

  body
...
...

   menu name=kdg_common
  item name=FAQ href=faq.html/
  item name=Features href=features.html/  
/menu





-Ursprüngliche Nachricht-
Von: Per Bondesson (KA/EAB) [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 4. August 2006 11:19
An: users@maven.apache.org
Betreff: Modify the generated report site in Maven 2


Hi!
How can you add a link in the left menu och the generated report site?
Is it possible to modify it for your own needs?

Thanks!
/Per

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



AW: Modify the generated report site in Maven 2

2006-08-04 Thread Fred . Hauschel
Can you send us your site.xml?


-Ursprüngliche Nachricht-
Von: Per Bondesson (KA/EAB) [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 4. August 2006 13:22
An: Maven Users List
Betreff: RE: Modify the generated report site in Maven 2


Thank you. This works when you do the site from scratch.
Can you append stuff like this from the default generated site with all the 
reports and all?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: den 4 augusti 2006 11:22
To: users@maven.apache.org
Subject: AW: Modify the generated report site in Maven 2

src/site/site.xml:

  body
...
...

   menu name=kdg_common
  item name=FAQ href=faq.html/
  item name=Features href=features.html/  
/menu





-Ursprüngliche Nachricht-
Von: Per Bondesson (KA/EAB) [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 4. August 2006 11:19
An: users@maven.apache.org
Betreff: Modify the generated report site in Maven 2


Hi!
How can you add a link in the left menu och the generated report site?
Is it possible to modify it for your own needs?

Thanks!
/Per

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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


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

  
 

Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer 
Hand. Informieren Sie sich über unsere Produkte unter 

www.kabeldeutschland.de
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, 
benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese 
Mail und die Anlagen.


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



continuum / ANT Project - how to konfigure default build target?

2005-12-08 Thread Fred . Hauschel
continuum build says:

[org.apache.maven.continuum.ContinuumException: Project (id=1 doens't have a 
default build definition.] 

ok, but where can i setup the build info?

fredy


Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen 
Fernsehens und über Kabel Digital HOME  - auf dem Kabel Deutschland Infokanal. 

Den Kabel Deutschland Infokanal gibt’s in den Kabelnetzen von, Bayern, Berlin, 
Brandenburg, Bremen, Hamburg, Niedersachsen, Rheinland-Pfalz, Saarland, 
Sachsen, Sachsen-Anhalt und Thüringen.
 
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese 
E-Mail irrtümlich erhalten haben, benachrichtigen Sie bitte den Absender, indem 
Sie auf diese Nachricht antworten und vernichten Sie anschließend diese Mail 
und die Anlagen. Das unerlaubte Kopieren sowie die unbefugte Weitergabe und 
Verbreitung dieser Mail und den Anhängen ist nicht gestattet. Kabel Deutschland 
kann für durch Viren entstandene Schäden, die über diese Mail übermittelt 
worden sind, nicht haftbar gemacht werden.

This e-mail and its attachments may contain confidential and/or legally 
privileged information. If you are not the intended recipient (or have received 
this e-mail in error) please immediately notify the sender by replying to this 
e-mail and then delete this e-mail and its attachments from your system / 
computer. Any unauthorised copying, disclosure, dissemination or distribution 
of the material in this e-mail is strictly prohibited. Kabel Deutschland 
accepts no liability for any damage caused by any virus transmitted by this 
email.

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



m2: how to generate an eclipse project

2005-11-23 Thread Fred . Hauschel
Hey all,
how can i generate an eclipse project with maven2?

fredy


Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen 
Fernsehens und über Kabel Digital HOME  - auf dem Kabel Deutschland Infokanal. 

Der Kabel Deutschland Infokanal ist neu in den Kabelnetzen von Bayern, Hamburg 
und Niedersachsen.
 
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese 
E-Mail irrtümlich erhalten haben, benachrichtigen Sie bitte den Absender, indem 
Sie auf diese Nachricht antworten und vernichten Sie anschließend diese Mail 
und die Anlagen. Das unerlaubte Kopieren sowie die unbefugte Weitergabe und 
Verbreitung dieser Mail und den Anhängen ist nicht gestattet. Kabel Deutschland 
kann für durch Viren entstandene Schäden, die über diese Mail übermittelt 
worden sind, nicht haftbar gemacht werden.

This e-mail and its attachments may contain confidential and/or legally 
privileged information. If you are not the intended recipient (or have received 
this e-mail in error) please immediately notify the sender by replying to this 
e-mail and then delete this e-mail and its attachments from your system / 
computer. Any unauthorised copying, disclosure, dissemination or distribution 
of the material in this e-mail is strictly prohibited. Kabel Deutschland 
accepts no liability for any damage caused by any virus transmitted by this 
email.

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



M2: one sourceDir to many jar files

2005-11-23 Thread Fred . Hauschel
Hey,
is it possible to generate more than one jar File for the same sourceDir ? 

Example: 
The api and the implementation is in the same project. But the output should be 
an api.jar and an impl.jar.

fredy


Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen 
Fernsehens und über Kabel Digital HOME  - auf dem Kabel Deutschland Infokanal. 

Der Kabel Deutschland Infokanal ist neu in den Kabelnetzen von Bayern, Hamburg 
und Niedersachsen.
 
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese 
E-Mail irrtümlich erhalten haben, benachrichtigen Sie bitte den Absender, indem 
Sie auf diese Nachricht antworten und vernichten Sie anschließend diese Mail 
und die Anlagen. Das unerlaubte Kopieren sowie die unbefugte Weitergabe und 
Verbreitung dieser Mail und den Anhängen ist nicht gestattet. Kabel Deutschland 
kann für durch Viren entstandene Schäden, die über diese Mail übermittelt 
worden sind, nicht haftbar gemacht werden.

This e-mail and its attachments may contain confidential and/or legally 
privileged information. If you are not the intended recipient (or have received 
this e-mail in error) please immediately notify the sender by replying to this 
e-mail and then delete this e-mail and its attachments from your system / 
computer. Any unauthorised copying, disclosure, dissemination or distribution 
of the material in this e-mail is strictly prohibited. Kabel Deutschland 
accepts no liability for any damage caused by any virus transmitted by this 
email.

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



The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2005-11-10 Thread Fred . Hauschel
Hello, 
I'm trying to create a new project like the instruction getting started. But 
there are some problems with the 'archetype' PlugIn! I'm using maven 2. Is 
there somebody who can help?

C:\Dokumente und Einstellungen\hauschel.fredmvn archetype:create 
-DgroupId=com.mycompany.app -DartifactId=my-app -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] 

[ERROR] BUILD ERROR
[INFO] 

[INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not 
exist or no valid version could be found
[INFO] 

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 
'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid 
version could be found
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1124)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1356)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:376)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:132)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: The 
plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no 
valid version could be found
at 
org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:225)
at 
org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:87)
at 
org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:158)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1095)
... 14 more
[INFO] 

[INFO] Total time:  1 second
[INFO] Finished at: Thu Nov 10 16:24:00 CET 2005
[INFO] Final Memory: 1M/2M
[INFO] 





Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen 
Fernsehens und über Kabel Digital HOME  - auf dem Kabel Deutschland Infokanal. 

Der Kabel Deutschland Infokanal ist neu in den Kabelnetzen von Bayern, Hamburg 
und Niedersachsen.
 
 
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich 
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese 
E-Mail irrtümlich erhalten haben, benachrichtigen Sie bitte den Absender, indem 
Sie auf diese Nachricht antworten und vernichten Sie anschließend diese Mail 
und die Anlagen. Das unerlaubte Kopieren sowie die unbefugte Weitergabe und 
Verbreitung dieser Mail und den Anhängen ist nicht gestattet. Kabel Deutschland 
kann für durch Viren entstandene Schäden, die über diese Mail übermittelt 
worden sind, nicht haftbar gemacht werden.

This e-mail and its attachments may contain confidential and/or legally 
privileged information. If you are not the intended recipient (or have received 
this e-mail in error) please immediately notify the sender by replying to this 
e-mail and then delete this e-mail and its attachments from your system / 
computer. Any unauthorised copying, disclosure, dissemination or distribution 
of the material in this e-mail is strictly prohibited. Kabel Deutschland 
accepts no liability for any damage caused by any virus transmitted by this 
email.

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



AW: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2005-11-10 Thread Fred . Hauschel
Hey, 
that will be my next problem. But my actuall problem is, the task, witch should 
create my base App (the pom.xml!?) doesn't work.

And another Problem is that the msg: The plugin 
'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid 
version could be found is not really relaxing ,-) And it seems to generate 
other problems next time.

Fredy


-Ursprüngliche Nachricht-
Von: Sean Hennessy [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 10. November 2005 17:23
An: Maven Users List
Betreff: RE: The plugin
'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no
valid version could be found


A key element missing from the Getting Started guide between the sections
How do I make my first Maven project?
http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20make%20my%20first%20Maven%20project?;

and 
How do I compile my application sources?
http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20compile%20my%20application%20sources?;

Is that mvn needs to execute in the same folder that pom.xml resides.
So if you used -DartifactId=my-app in the archetype create command line..
Simply cd my_app before executing your mvn compile or mvn site.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 10, 2005 7:34 AM
To: users@maven.apache.org
Subject: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not 
exist or no valid version could be found


Hello, 
I'm trying to create a new project like the instruction getting started. But 
there are some problems with the 'archetype' PlugIn! I'm using maven 2. Is 
there somebody who can help?

C:\Dokumente und Einstellungen\hauschel.fredmvn archetype:create 
-DgroupId=com.mycompany.app -DartifactId=my-app -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] 

[ERROR] BUILD ERROR
[INFO] 

[INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not 
exist or no valid version could be found [INFO] 

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 
'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid 
version could be found
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1124)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1356)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:376)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:132)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: The 
plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no 
valid version could be found
at 
org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:225)
at 
org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:87)
at 
org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:158)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1095)
... 14 more
[INFO] 

[INFO] Total time:  1 second
[INFO] Finished at: Thu Nov 10 16:24:00 CET 2005
[INFO] Final Memory: 1M/2M
[INFO] 





Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen 
Fernsehens und über Kabel Digital HOME  - auf dem Kabel Deutschland Infokanal. 

Der Kabel Deutschland Infokanal ist neu in den 

AW: AW: The plugin 'org.apache.maven.plugins:maven-archetype-plug in' does not exist or no valid version could be found

2005-11-10 Thread Fred . Hauschel
Great!!!

The Proxy was the problem, now it works.

Thanks...


-Ursprüngliche Nachricht-
Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 10. November 2005 18:07
An: Maven Users List
Betreff: Re: AW: The plugin
'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no
valid version could be found


Are you behind a proxy?

There was an error during the download of this plugin.
Remove directory $local_repo/org/apache/maven/plugins/maven-archetype-plugin 
and retry

Emmanuel

[EMAIL PROTECTED] a écrit :
 Hey, 
 that will be my next problem. But my actuall problem is, the task, witch 
 should create my base App (the pom.xml!?) doesn't work.
 
 And another Problem is that the msg: The plugin 
 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid 
 version could be found is not really relaxing ,-) And it seems to generate 
 other problems next time.
 
 Fredy
 
 
 -Ursprüngliche Nachricht-
 Von: Sean Hennessy [mailto:[EMAIL PROTECTED]
 Gesendet: Donnerstag, 10. November 2005 17:23
 An: Maven Users List
 Betreff: RE: The plugin
 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no
 valid version could be found
 
 
 A key element missing from the Getting Started guide between the sections
 How do I make my first Maven project?
 http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20make%20my%20first%20Maven%20project?;
 
 and 
 How do I compile my application sources?
 http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20compile%20my%20application%20sources?;
 
 Is that mvn needs to execute in the same folder that pom.xml resides.
 So if you used -DartifactId=my-app in the archetype create command line..
 Simply cd my_app before executing your mvn compile or mvn site.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 10, 2005 7:34 AM
 To: users@maven.apache.org
 Subject: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does 
 not exist or no valid version could be found
 
 
 Hello, 
 I'm trying to create a new project like the instruction getting started. 
 But there are some problems with the 'archetype' PlugIn! I'm using maven 2. 
 Is there somebody who can help?
 
 C:\Dokumente und Einstellungen\hauschel.fredmvn archetype:create 
 -DgroupId=com.mycompany.app -DartifactId=my-app -e
 + Error stacktraces are turned on.
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not 
 exist or no valid version could be found [INFO] 
 
 [INFO] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 
 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid 
 version could be found
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1124)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1356)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:376)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:132)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: 
 The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist 
 or no valid version could be found
 at 
 org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:225)
 at 
 org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:87)
 at