Re: Adjust Model Interpolation on 'project.basedir'

2022-01-07 Thread Fred Eisele
Here is the code change. update-version generate-sources execute projectBaseDir ${project.basedir} mavenVersion ${project.version}

Re: Adjust Model Interpolation on 'project.basedir'

2022-01-07 Thread Fred Eisele
containing unescaped characters. There are several ways this can be resolved, you point out a few. The approach I took was to provide a property which gets treated as a groovy variable rather than a string literal in the provided script. On Thu, Jan 6, 2022 at 8:00 PM Alexander Kriegisch wrote: >

Re: Adjust Model Interpolation on 'project.basedir'

2022-01-06 Thread Fred Eisele
I found the fix. I need to use https://github.com/groovy/GMavenPlus/wiki/Examples#execute-scripts properties which somehow do not have this problem. On Thu, Jan 6, 2022 at 6:13 PM Fred Eisele wrote: > > I have a situation where I am using a code generator which reads text > gener

Fwd: Adjust Model Interpolation on 'project.basedir'

2022-01-06 Thread Fred Eisele
I have a situation where I am using a code generator which reads text generated from the pom.xml file. The problem is that the code generator is written in groovy which does not like '\' in the file path. The current line of code is... ```maven def file = new

Re: How to minimize quantity of profiles in pom.xml file

2014-02-14 Thread fred
I need to build project for many kinds of environment so i need a lot of profiles with settings for this env. There is a cutted module pom.xml - pom.xml file http://www.mediafire.com/view/47gt5jiegta7auq/pom.xml -- View this message in context:

How to minimize quantity of profiles in pom.xml file

2014-02-13 Thread fred
I have a lot of profiles in my module pom. The difference between them is only target URL. Is there any possibility to make one profile with parameters which will be taken from file or any other solution to make one profile instead of many. -- View this message in context:

maven jetty plugin - running two jetty's with different ports

2011-02-28 Thread Hauschel Fred Robert
Hi List, is it possible to run two jetty instances one on port 8080 and one on port 8090? Both jetty's should start several webApps. Running Multiple Webapps is decribed in http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin I hope this works. Thanks Fredy

AW: maven jetty plugin - running two jetty's with different ports

2011-02-28 Thread Hauschel Fred Robert
As that's a specific question for that plugin, you should probably ask on a mailing list specific for that plugin. I believe these are the appropriate ones: http://jetty.codehaus.org/jetty/maven-plugin/mail-lists.html /Anders On Mon, Feb 28, 2011 at 10:59, Hauschel Fred Robert fredrobert.hausc

maven3 - maven-checkstyle-plugin:2.5 - Property ${basedir} has not been set

2011-02-16 Thread Hauschel Fred Robert
Hi all, I've configured checkstyle for a project. 1. If I use the default check style, all works. 2. If I use a absolute path in file system configLocation//xxx\yyy\Checkstyle\ISPA_checkstyle.xml/configLocation The same error as with 3. Happens! 3. If I use:

maven-assembly-plugin and .folder

2011-02-10 Thread Hauschel Fred Robert
Hi all, I will zip a folder with the name '.metadata' but assembly plugin is ignoring me ;-) This is ignored: include.metadata/version.ini/include Does anybody have an idea, why assembly is ignoring '.metadata'? Or is it a feature of the fileset ?? fileSets fileSet

AW: adding a jar as resource to a webapp

2011-02-02 Thread Hauschel Fred Robert
Hi Marc, that is exactly what I need! Thank you very much!! @Antonio, Martin: Because of classpath manipulation (switching 3rdParty libraries) while runtime! The library should not be loaded from the webapp classloader. Fredy -Ursprüngliche Nachricht- Von: Marc Rohlfs

AW: Inermediatte surefire reports

2010-12-22 Thread Hauschel Fred Robert
Hi sridharl, divide and conquer ;-) I can't imagine a artifact, which needs 2 hours for unit-test. Maybe you should rethink the modularization. To you question, I don't think, that it is possible to see the reports immediately in one artifact. But it is sure possible if you divide your code (or

AW: AW: AW: AW: releas:perform with profiles fails

2010-12-22 Thread Hauschel Fred Robert
: releas:perform with profiles fails On 22/12/2010 2:56 AM, Hauschel Fred Robert wrote: See inline... -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Dienstag, 21. Dezember 2010 17:17 An: users@maven.apache.org Betreff: Re: AW: AW: releas:perform

AW: AW: releas:perform with profiles fails

2010-12-21 Thread Hauschel Fred Robert
, Hauschel Fred Robert wrote: Found a workarround: http://www.tutorials.de/java/347377-maven-release-plugin-und-profile-activation.html Fredy You will be back. Search this forum for discussions of profiles and environments. The road to Maven hell is paved with profiles. Just as good intentions

AW: AW: releas:perform with profiles fails

2010-12-21 Thread Hauschel Fred Robert
Ok, maybe packagingExcludesWEB-INF/lib/*.jar/packagingExcludes Explained in http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.html is a better way ;-) Fredy -Ursprüngliche Nachricht- Von: Hauschel Fred Robert [mailto:fredrobert.hausc...@cirquent.de] Gesendet

AW: AW: AW: releas:perform with profiles fails

2010-12-21 Thread Hauschel Fred Robert
See inline... -Ursprüngliche Nachricht- Von: Ron Wheeler [mailto:rwhee...@artifact-software.com] Gesendet: Dienstag, 21. Dezember 2010 17:17 An: users@maven.apache.org Betreff: Re: AW: AW: releas:perform with profiles fails On 21/12/2010 4:28 AM, Hauschel Fred Robert wrote: Ok, maybe

AW: AW: Dependency on pom-project not resolved in reactor on multi-module build

2010-12-20 Thread Hauschel Fred Robert
Nachricht- Von: Hauschel Fred Robert [mailto:fredrobert.hausc...@xxx.de] Gesendet: Freitag, 17. Dezember 2010 13:39 An: Maven Users List Betreff: AW: AW: Dependency on pom-project not resolved in reactor on multi-module build So I can't see a difference to my test, expecting version

releas:perform with profiles fails

2010-12-20 Thread Hauschel Fred Robert
Hi list, I've a multi module with differences between the prod and dev environment. Threfor I've defined some profiles. mvn clean install -P devContainerSettings,dependencies,!eclipse works fine! but mvn --batch-mode release:prepare -P devContainerSettings,dependencies,!eclipse fails with

AW: releas:perform with profiles fails

2010-12-20 Thread Hauschel Fred Robert
Found a workarround: http://www.tutorials.de/java/347377-maven-release-plugin-und-profile-activation.html Fredy -Ursprüngliche Nachricht- Von: Hauschel Fred Robert [mailto:fredrobert.hausc...@cirquent.de] Gesendet: Montag, 20. Dezember 2010 15:23 An: Maven Users List Betreff

Maven and environment Properties - Feature or bug ??

2010-12-17 Thread Hauschel Fred Robert
In windows: set test=dev and using ${env.test} in the pom for example in name myArtifact _${env.test}/name Results in: Building myArtifact_${env.test} 00.01-SNAPSHOT set TEST=dev and using ${env.TEST} in the pom for example in name myArtifact _${env.TEST}/name Results in: Building

AW: Dependency on pom-project not resolved in reactor on multi-module build

2010-12-17 Thread Hauschel Fred Robert
What happens, if you use mvn install? Fredy -Ursprüngliche Nachricht- Von: Florian Rampp [mailto:florian.ra...@jambit.com] Gesendet: Freitag, 17. Dezember 2010 10:51 An: users@maven.apache.org Betreff: Dependency on pom-project not resolved in reactor on multi-module build Hello, I

AW: Dependency on pom-project not resolved in reactor on multi-module build

2010-12-17 Thread Hauschel Fred Robert
How is the reactor solving the order of your modules? How is the order in your parent pom? Fredy -Ursprüngliche Nachricht- Von: Florian Rampp [mailto:florian.ra...@jambit.com] Gesendet: Freitag, 17. Dezember 2010 10:51 An: users@maven.apache.org Betreff: Dependency on pom-project not

activating a profile by two environment variables/values

2010-12-17 Thread Hauschel Fred Robert
Hi, I have four profiles prodDeps, prodResources, devDeps, devResources. If I set ENVIRONMENT=devContainer - prodDeps and devResources should be activated If I set ENVIRONMENT=prodContainer - prodDeps and prodResources should be activated If I set ENVIRONMENT=eclipse - devDeps and devResources

AW: Maven and environment Properties - Feature or bug ??

2010-12-17 Thread Hauschel Fred Robert
Rtfm ;-) Thanks!!! Fredy -Ursprüngliche Nachricht- Von: Benjamin Bentmann [mailto:benjamin.bentm...@udo.edu] Gesendet: Freitag, 17. Dezember 2010 12:18 An: Maven Users List Betreff: Re: Maven and environment Properties - Feature or bug ?? Hauschel Fred Robert wrote: Or did I have

AW: AW: Dependency on pom-project not resolved in reactor on multi-module build

2010-12-17 Thread Hauschel Fred Robert
Hello Florian, have you defined the typepom/type ?? dependencies dependency groupIdmygroup/groupId artifactIdA/artifactId version${parent.version}/version typepom/type /dependency Fredy -Ursprüngliche Nachricht- Von: Florian Rampp

AW: AW: Dependency on pom-project not resolved in reactor on multi-module build

2010-12-17 Thread Hauschel Fred Robert
-- Florian Rampp, Software Architect Phone: +49.89.45 23 47-64 -Ursprüngliche Nachricht- Von: Hauschel Fred Robert [mailto:fredrobert.hausc...@cirquent.de] Gesendet: Freitag, 17. Dezember 2010 13:12 An: Maven Users List Betreff: AW: AW: Dependency on pom-project not resolved in reactor

Missing M2Eclipse extensions: Checking out a Maven project from several SCM repositories

2010-12-16 Thread Hauschel Fred Robert
Hi list, A few weeks ago I think I've installed this feature from: m2eclipse Extras - http://m2eclipse.sonatype.org/sites/m2e-extras But now the feature is not available any more ?!?! Any Idea ?? Thanks Fredy - To unsubscribe,

[M3] release plugin

2010-12-01 Thread Hauschel Fred Robert
Hey all, i've some problems with releasing my artifacts with m3: [INFO] [ERROR] Plugin org.apache.maven.plugins:maven-source-plugin:2.2-SNAPSHOT or one of its dependencies could not be resolved: Failure to find org.apache.maven.plugins:maven-source-plugin:jar:2.2-2 0100510.060623-403 in

[m3] maven-site-plugin - out of memory

2010-11-04 Thread Hauschel Fred Robert
Hey all, I'm running site:site on a windows cmd line: C:\temp\scoreset maven_opts MAVEN_OPTS=-Xmx1536m Configuration in my parent pom: build plugins plugin groupIdorg.apache.maven.plugins/groupId

[m3] maven documentation - maven-site-plugin

2010-11-02 Thread Hauschel Fred Robert
Hey all, what is happening with the maven-site-plugin in future? Will it be supported for maven 3? I heard from any other plans keyword: idiom: access wiki. Does anybody have some information? Actually my sit generation crashes ;-( Fredy

Re: Can't get doxia-module-docbook-simple version 1.1 or 1.1.1 working

2009-09-08 Thread Fred Vos
by doxia-module-docbook-simple v. 1.1.1 was possible for producing a site based on reStructuredText, but it's not. With version 1.0 of the docbook-simple module it works, but then images don't work. I have to think about my next step. Thanks again, Lukas and Anders, for your time. Fred

Re: Can't get doxia-module-docbook-simple version 1.1 or 1.1.1 working

2009-09-07 Thread Fred Vos
anyone have a clue where I can find it or how I can install it? Fred - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Can't get doxia-module-docbook-simple version 1.1 or 1.1.1 working

2009-09-06 Thread Fred Vos
images in my reStructuredText documentation in a normal way? Or is it possible to use reStructuredText for documentation in a Maven site via another - less complicated - path? Thanks for your help. Fred Vos - To unsubscribe, e

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

2008-10-29 Thread Fred Hauschel
/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!

Re: Using Spring 2.5.1 for Spring-dao and Spring-hibernate3

2008-01-28 Thread Fred Zhang
/org/springframework/ Hope it helps. Best Regards Fred Zhang -邮件原件- 发件人: Jacob Bergoo [mailto:[EMAIL PROTECTED] 发送时间: 2008年1月29日 8:09 收件人: users@maven.apache.org 主题: Using Spring 2.5.1 for Spring-dao and Spring-hibernate3 Hi, I am beginner with maven and now I am trying to create

答复: how to use maven project properties in other configuration files?

2008-01-07 Thread Fred Zhang
Kalle, Thanks a lot! -邮件原件- 发件人: Kalle Korhonen [mailto:[EMAIL PROTECTED] 发送时间: 2008年1月7日 11:47 收件人: Maven Users List 主题: Re: how to use maven project properties in other configuration files? On 1/6/08, Fred Zhang [EMAIL PROTECTED] wrote: My project is a multi-module project which

Re: how to use maven project properties in other configuration files?

2008-01-06 Thread Fred Zhang
module or from the project root pom in maven? Best Regards Fred Zhang -Original message--- From: Kalle Korhonen [mailto:[EMAIL PROTECTED] Sent: Jan.04.2008 16:31 To: Maven Users List Subject: Re: how to use maven project properties in other configuration files? Make your configuration

how to use maven project properties in other configuration files?

2008-01-03 Thread Fred Zhang
-lookup. But how can I use the maven property ${project.version} in configuration files? Is there any plug-in that can make the job done? Thanks in advance! Fred Zhang - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

how to set subversion authentication information into settings.xml (instead of writing it into project pom)

2007-12-14 Thread Fred Zhang
. But I still got authentication failure. Is there any way to make it? Thanks in advance. Fred

How does maven find the real central repository even when I overrided the central repository in my profile

2007-12-09 Thread Fred Zhang
Hi there, I set up a mirror of repo1.maven.org/maven2 for my group and added the following profile to the settings.xml file. The key point here is that I overrided the central repository with my mirror, so that the mavens using this profile will go to myrepo instead of repo1.maven.org/maven2

答复: How does maven find the real central repository even when I overrided the centra l repository in my profile

2007-12-09 Thread Fred Zhang
Hi Wendy, Thanks a lot for the reponse! Regards Fred Zhang -邮件原件- 发件人: Wendy Smoak [mailto:[EMAIL PROTECTED] 发送时间: 2007年12月10日 10:11 收件人: Maven Users List 主题: Re: How does maven find the real central repository even when I overrided the central repository in my profile On Dec 9, 2007

[m2] archetype plugin

2007-07-16 Thread Hauschel, Fred
hey all, last week i created my first own archetype. All does work fine! This week the plugin replaces ${groupId} and ${artifactId} with the values from the archetype instead of the passed Values from cmdLine ;-( But the plugIn received the cmd line arguments: [INFO]

AW: [m2] archetype plugin

2007-07-16 Thread Hauschel, Fred
great mistake ;-))) I had added a parent pom which has aktivated the resource filtering. So the filtering has replaced the variables with the wrong values ;-(( Fredy -Ursprüngliche Nachricht- Von: Hauschel, Fred [mailto:[EMAIL PROTECTED] Gesendet: Montag, 16. Juli 2007 13:49 An: Maven

[m2] install/deploy of artifacts

2007-07-11 Thread Hauschel, Fred
Hey all! i've made an axis2 service. With the axis2-aar-maven-plugin i'm packaging the aar file to the target folder. All works fine, but the install and deploy goal doesn't take my *.aar to the repository?! How can i tell these goals to add the *.aar, too? I've added the execution of the

AW: [m2] install/deploy of artifacts

2007-07-11 Thread Hauschel, Fred
/primaryArtifact /configuration executions execution phasepackage/phase goals goalaar/goal /goals /execution /executions /plugin Any better ideas? Fredy -Ursprüngliche Nachricht- Von: Hauschel, Fred [mailto:[EMAIL PROTECTED

site.xml for Maven

2007-03-07 Thread Fred Foucart
Hello everybody, I'm looking for an Xsd(or Dtd) file for the site.xml used with Maven 2. Is there an existing one ? And Where can I find it ? Thanks for your answers. Fred.

Maven Wagon Provider File

2007-02-13 Thread Fred Foucart
in advance. Fred

Standard directory layout

2007-01-15 Thread Fred Foucart
Hello everybody, I need to define a specific Maven layout for the following application: The code is generated from an Uml modelling tool. It generates sources and xml files. The XML files are needed for the next tool that we are going to use. Our actual directory layout is like this:

Re: Standard directory layout

2007-01-15 Thread Fred Foucart
Maven 2. Is there any particular specification about that ? 2007/1/15, Ian Springer [EMAIL PROTECTED]: Are you using Maven 1 or Maven 2? | -Original Message- | From: Fred Foucart [mailto:[EMAIL PROTECTED] | Sent: Monday, January 15, 2007 5:47 AM | To: users@maven.apache.org | Subject

Re: Standard directory layout

2007-01-15 Thread Fred Foucart
Thank you for your helpful answers. I now have the solution. I'm gonna use the generated-sources directory(I don't have any plugin yet for the generation tool) Regards, Fred 2007/1/15, Ian Springer [EMAIL PROTECTED]: http://maven.apache.org/guides/introduction/introduction-to-the-standard

[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

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

[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:

[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

[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

[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

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

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

[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

[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

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

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

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

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

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

[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

[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

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

[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

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

[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

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

[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

[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

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:

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.

Re: Launch application through maven 2.x

2006-07-17 Thread Fred
Thanks all for your help. Fred. On Friday 14 July 2006 15:48, Toli Kuznets wrote: Fred, I've had some limited success with the exec-maven plugin. If you only need to launch a java app with maven and can specify all configs in your pom, then it works great. However, if you thought that you

Launch application through maven 2.x

2006-07-14 Thread Fred
support, Fred. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Assembly one of the modules + installer

2006-05-12 Thread fred flinta
of the maven-assembly-plugin will be released ? Thanks, Dário fred flinta wrote: Thanks, yes, it works the way you said. It resulted in the following pom: ... plugin artifactIdmaven-assembly-plugin/artifactId executions execution phasepackage/phase

Assembly one of the modules

2006-05-02 Thread fred flinta
] [INFO] No assembly descriptors found. [INFO] What have I missed? .. How do I create create distribusitions for some of may modules with many modules? / Fred

Re: [m2] HibernateDoclet

2006-02-19 Thread Fred C.
Polish ... hu my employer seem to think it's not a bad idea but I don't have the same opinion. Fred As I am a maven newbie, ideal would be to have an example of XDoclet2/ Jacek Laskowski wrote: 2006/2/19, [EMAIL PROTECTED] [EMAIL PROTECTED]: hi Jacek, it seems you published

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

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

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

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

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

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

Navigation.xml and collapsable menu's

2005-02-02 Thread Fred Muhlenberg
://maven.apache.org/site.html doesn't expand for me either. -Fred -- Fred Muhlenberg 'Tell me and I may forget. Show me and I may not remember. Involve me, and I'll understand.' Native American Saying

Re: Navigation.xml and collapsable menu's (summary)

2005-02-02 Thread Fred Muhlenberg
Ole, Thanks, this works. I think the href of an expandable menu item needs to be absolute.. try changing your setup items' href to /Env-Setup.html.. -Fred -- Fred Muhlenberg 'Tell me and I may forget. Show me and I may not remember. Involve me, and I'll understand

Re: Navigation.xml and collapsable menu's

2005-02-02 Thread Fred Muhlenberg
below with appropriate changes, when I click on the CVS menu link, the correct CVS page is displayed but the top level Setup link collapses. Why? I was expecting the CVS tag to bold and the Setup menu stay expanded. -Fred From: Fred Muhlenberg Sent: Wed 02/02/2005 20:26 To: Maven Users List

How to get user supplied documentation into reports section

2005-01-28 Thread Fred Muhlenberg
in the index menus. TIA, -Fred -- Fred Muhlenberg 'Tell me and I may forget. Show me and I may not remember. Involve me, and I'll understand.' Native American Saying - To unsubscribe, e-mail: [EMAIL