Re: pass extra parameters to idlj plugin

2008-10-06 Thread maarten roosendaal
Cheers, it worked, thanks a lot. - Original Message From: Henric Larsson [EMAIL PROTECTED] To: users@maven.apache.org Cc: [EMAIL PROTECTED] Sent: Monday, October 6, 2008 12:08:49 PM Subject: Re: pass extra parameters to idlj plugin Hi, You can add extra parameters via the source

pass extra parameters to idlj plugin

2008-10-06 Thread maarten roosendaal
Hi, We're moving a Java project from ANT to Maven 2 and part of this transition is the use of idlj. The current ant target looks like this: execexecutable=idljdir=  We are trying to use the codehaus idlj plugin but we can't pass a parameter through the plugin. We need to pass -fallTie as a

Re: maven assembly plugin does not create actual zip

2008-08-14 Thread maarten roosendaal
] To: Maven Users List users@maven.apache.org Sent: Thursday, August 14, 2008 7:23:11 AM Subject: Re: maven assembly plugin does not create actual zip On Wed, Aug 13, 2008 at 10:12 PM, maarten roosendaal [EMAIL PROTECTED] wrote: I'm trying to create a relative simple .zip file with the assembly plugin

maven assembly plugin does not create actual zip

2008-08-13 Thread maarten roosendaal
Hi, I'm trying to create a relative simple .zip file with the assembly plugin but all i get is a directory structure with the correct files., not an actual zip file. I've set format to zip but it does not seem to work. Any suggestions? Maven 2.0.9 assembly plugin version 2.1 OS: WindowsXP

StrutsTestCase issues

2008-04-03 Thread maarten roosendaal
Hi, We're trying to setup StrutsTestCase but we get a NullPointerException telling us that the struts-config.xml probably cannot be found. The tests are succesfull in Eclipse but not with Maven 2 info: Maven 2.0.7 StrutsTestCase 2.1.4-1.2-2.4 EasyMock 2.3 Surefire 2.4.2 I've tried: * adding

webdav protocol for distributionManagement?

2007-12-16 Thread maarten roosendaal
Hi, Is it still necessary to add 'wedav' as a protocol to the url of distributionManagement in the pom.xml. When i remove it things work fine, so i assumed the http wagon implementation has been improved. What i'm also curious about is the number of repositories between the

Re: maven2 release plugin - no dependencies update

2007-12-14 Thread maarten roosendaal
try using the releaseManagement tags in you root pom.xml, that way you will not have to define a version (and/or groupId) in the pom.xml's of the children. Works perfectly for me. Regards, Maarten - Original Message From: Tomasz Zieleniewski [EMAIL PROTECTED] To:

war-plugin 2.1-alpha-2-SNAPSHOT warSourceExcludes not working

2007-12-12 Thread maarten roosendaal
Hi, It seems that the option warSourceExcludes for war-plugin 2.1-alpha-2-SNAPSHOT is not working. I've been using alpha-1 and that was working fine. Any ideas? Thanks, Maarten Looking for last

Re: war-plugin 2.1-alpha-2-SNAPSHOT warSourceExcludes not working

2007-12-12 Thread maarten roosendaal
is not working is not especially helpful. this should only apply to stuff from the src/main/webapp directory. If you used this to filter the content of the war, it has only worked by side effect. Regards, Stéphane On Dec 12, 2007 11:19 AM, maarten roosendaal [EMAIL PROTECTED] wrote: Hi, It seems

exclude depend. from all war files included in EAR

2007-12-10 Thread maarten roosendaal
Hi, I have an EAR file wich contains 5 WAR files. Each is dependent on struts, now i want be able to build the EAR so that all dependencies are concentrated in the root of the EAR and excluded from the WEB-INF\lib. The manifests are correct and the struts library is situated in the EAR and not

Re: exclude depend. from all war files included in EAR

2007-12-10 Thread maarten roosendaal
AM, maarten roosendaal [EMAIL PROTECTED] wrote: I have an EAR file wich contains 5 WAR files. Each is dependent on struts, now i want be able to build the EAR so that all dependencies are concentrated in the root of the EAR and excluded from the WEB-INF\lib. The manifests are correct

plugin equivalent of Marmelade Mojo: requiresProject

2007-11-28 Thread maarten roosendaal
Hi, I've build a plugin which should be agnostic to modules in a project. It should only be called once regardless of how may modules there are. A bit more context, we have a specific SLOC counter and before invoking the Maven buildcycle (clean deploy) we want to execute this plugin once. For

Re: The Maven team needs help from translators

2007-11-25 Thread maarten roosendaal
Hi Dennis, I'll take the Dutch translations, when is the deadline for this part? I'll try to have it done by the end of the week or attach the file with what i've got by then. Maarten - Original Message From: Dennis Lundberg [EMAIL PROTECTED] To: Maven Users List

Re: The Maven team needs help from translators

2007-11-25 Thread maarten roosendaal
1 more question, am i correct that there are now 201 entries for this file? I've added the ones that were missing from http://jira.codehaus.org/browse/MPIR-34 and downloaded the sources today (25-11-2007) - Original Message From: Dennis Lundberg [EMAIL PROTECTED] To: Maven Users List

Re: The Maven team needs help from translators

2007-11-25 Thread maarten roosendaal
:44 PM Subject: Re: The Maven team needs help from translators Maarten, If you need help with the dutch translations, just give a shout. I can do some in this week. With regards, Nick Stolwijk maarten roosendaal wrote: Hi Dennis, I'll take the Dutch translations, when is the deadline

Re: The Maven team needs help from translators

2007-11-25 Thread maarten roosendaal
sorry, i miscounted, the count is 211 - Original Message From: maarten roosendaal [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Sunday, November 25, 2007 1:38:47 PM Subject: Re: The Maven team needs help from translators 1 more question, am i correct

restrict GPL/BSD licenses

2007-11-23 Thread maarten roosendaal
Hi, I was wondering that if you make an application for a large corporate firm using Maven 2, what problems can you expect regarding licenses of (transitive) dependencies. Some licenses force you to make the application you made, based on their open source product, open source and make it

Re: maven-release-plugin best practice question

2007-11-01 Thread maarten roosendaal
multiple times in a short period. Some files are made read-only which cause an '507 Insufficient Storage' error. Restarting solves this problem, temporarily. Thanks for the tips and help, Maarten - Original Message From: maarten roosendaal [EMAIL PROTECTED] To: Maven Users List users

Re: maven-release-plugin best practice question

2007-10-30 Thread maarten roosendaal
List users@maven.apache.org Cc: users@maven.apache.org Sent: Monday, October 29, 2007 4:29:25 PM Subject: Re: maven-release-plugin best practice question On Mon, October 29, 2007 5:18 pm, maarten roosendaal wrote: I'm working with the maven-release-plugin and it works fine except for the fact

Re: maven-release-plugin best practice question

2007-10-30 Thread maarten roosendaal
are picked up from the dependency management of his parent. Nicole On 30/10/2007, maarten roosendaal [EMAIL PROTECTED] wrote: Hi, Apparently this does not work for my project. It stil does not update the versions in the dependencies. Using either $(pom.version} or $( project.version

Re: maven-release-plugin best practice question

2007-10-30 Thread maarten roosendaal
/groupId artifactIdmaven-release-plugin/artifactId version2.0-beta-6/version configuration preparationGoalsclean install/preparationGoals /configuration /plugin BTW there is a ne version of the release plugin 2.0-beta-7 On 30/10/2007, maarten roosendaal

maven-release-plugin best practice question

2007-10-29 Thread maarten roosendaal
Hi, I'm working with the maven-release-plugin and it works fine except for the fact that my own module-version-SNAPSHOT dependencies in various pom.xml's do no get updated when performing a release:prepare. I thought i could use the dependencyManagement for this but when i use this and do a

Re: maven-release-plugin best practice question

2007-10-29 Thread maarten roosendaal
, October 29, 2007 5:18 pm, maarten roosendaal wrote: I'm working with the maven-release-plugin and it works fine except for the fact that my own module-version-SNAPSHOT dependencies in various pom.xml's do no get updated when performing a release:prepare. I thought i could use

Re: Maven Proxy

2007-10-12 Thread maarten roosendaal
Hi, We use Archiva (beta2) which works fine. We had some problems with the beta1 version but getting it up and running was very easy. The hard part is comming up with procedures regarding dependencies and management. - Original Message From: Denis Bessmertniy [EMAIL PROTECTED] To:

usefullness of the maven-eclipse-plugin

2007-08-20 Thread maarten roosendaal
Hi, I was wondering what the use is of the eclipse plugin and mostly when it is usefull. I know it generates files for Eclipse but why /when would you use it? Most projects in our organization work with tools such as RSA or Eclipse with several project wizards. When they start developing

Re: deploying war automatically to tomcat

2007-07-31 Thread maarten roosendaal
http://mojo.codehaus.org/tomcat-maven-plugin When you have a question like this do a search like this: Maven 2 tomcat plugin Most of the time the result will point you in the right direction. - Original Message From: maven2 [EMAIL PROTECTED] To: users@maven.apache.org Sent: Tuesday,

Re: How to add dependencies in the POM.xml?

2007-07-31 Thread maarten roosendaal
what is the error? - Original Message From: Shilpac [EMAIL PROTECTED] To: users@maven.apache.org Sent: Tuesday, July 31, 2007 10:08:32 AM Subject: How to add dependencies in the POM.xml? After creating a project automatically one POM.xml is getting created. There I tried to add some

Re: deploying to two repositories and two snapshots repositories in m2

2007-07-30 Thread maarten roosendaal
Use profiles to define 2 profiles, each having it's own repository. You can then say mvn deploy:deploy -P repo1 - Original Message From: Piotr Oktaba [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Monday, July 30, 2007 8:31:30 AM Subject: deploying to two

Best Practice Repository usage

2007-07-26 Thread maarten roosendaal
Hi, I was wondering if there is a best practice regarding the use of repositories, not just for handling 3rd party dependencies but also regarding SNAPSHOT development and Releases from the project itself. I've read some articles related to setting up a repo and why use one, but nothing

Re: Cobertura broken ?

2007-07-24 Thread maarten roosendaal
This is a known issue, use version 2.0 - Original Message From: Mac-Systems [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, July 24, 2007 2:23:41 PM Subject: Cobertura broken ? plugin groupIdorg.codehaus.mojo/groupId

Re: How to make a multimodules site

2007-07-12 Thread maarten roosendaal
Haven;t figured that one out either but when you deploy the site (for example c:\mysite) it works fine. You have to add the deplomentManagement tags to your pom.xml - Original Message From: Sylvain Mazaleyrat [EMAIL PROTECTED] To: users@maven.apache.org Sent: Thursday, July 12, 2007

Re: maven proxies

2007-06-30 Thread maarten roosendaal
Brett, We are in the progress of moving to Maven 2 and at the moment we just use a local drive (c:) or a shared drive as a repository. We are trying to come up with a standard for the whole organisation and for all projects executed internally. So what we need is 1 central company wide

Documentation incorrect?: guide-ant-plugin-development -- Advanced Usage -- Forking new LifeCycles

2007-06-28 Thread maarten roosendaal
Hi, I'm trying to fork a new Lifecycle when calling my custom plugin. I've followed the instructions sited in the documentation on http://maven.apache.org/guides/plugin/guide-ant-development.html -- Forking new Lifecycles, but when running mvn install the tag execute or lifecycle are not

Re: [M2] maven-cobertura-plugin: cobertura.ser

2007-06-26 Thread maarten roosendaal
It is generated in the target\cobertura directory and is updated each time cobertura is executed. You should not put this file under sourcecontrol, there is no use in doing so. If you want to keep history, just use the site-goal to create reporting. the maven clean plugin basically deletes the

Maven 1.1 feat. ANT Classloader problem when using Jasper

2007-06-25 Thread maarten roosendaal
Hi, We are trying to convert an ANT (1.6.5) project to a Maven project but first we have to call the ANT scripts from Maven (1.1). This works fine except when there is a part in the ANT-script that does JSP compilation. What we get is a ClassCastException: java.lang.ClassCastException:

Re: Maven 1.1 feat. ANT Classloader problem when using Jasper

2007-06-25 Thread maarten roosendaal
://maven.apache.org/maven-1.x/using/developing-plugins.html#Plugin_dependencies [2] http://maven.apache.org/maven-1.x/plugins/ant/goals.html maarten roosendaal wrote: Hi, We are trying to convert an ANT (1.6.5) project to a Maven project but first we have to call the ANT scripts from Maven (1.1

Re: Maven 1.1 feat. ANT Classloader problem when using Jasper

2007-06-25 Thread maarten roosendaal
the ant plugin is doing [1], I don't know any workaround. -Lukas [1] http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/ant/plugin.jelly?revision=405476view=markup maarten roosendaal wrote: The thing is we don't use ANT as a plugin, we simply call an ANT-file with ant antfile

changelog plugin not working for top-level project

2007-06-19 Thread maarten roosendaal
Hi I've been trying to use the changelog plugin for Maven 2 and it works fine for the modules but not for the top-level project. I have a project consisting of 3 modules and the changes for each module can be seen, but when the top-level pom.xml changes or any file directly under the root of

Re: How to create custom lifecycle through custom plugin

2007-06-07 Thread maarten roosendaal
to create custom lifecycle through custom plugin On 07/06/07, maarten roosendaal [EMAIL PROTECTED] wrote: Hi, For all our projects we want to count the lines of code, this is done with a small application through a plugin. We want to incorporate this in the maven lifecycle only on our

How to create custom lifecycle through custom plugin

2007-06-06 Thread maarten roosendaal
Hi, For all our projects we want to count the lines of code, this is done with a small application through a plugin. We want to incorporate this in the maven lifecycle only on our buildserver and projects themselves are unaware of this feature. How should we go about this? We are plannig on

MOJO question

2007-05-22 Thread maarten roosendaal
Hi, In Maven 1 we had a 'wrapper' plugin that executed standard maven goals and an executable and also executed goals from our own custom made plugins through the plugin.jelly. Our projects executed Maven 1 with the goal 'custom:buildAll' and it was very easily changed. What is the best way

Maven 2 plugin calling executable

2007-05-11 Thread maarten roosendaal
Hi, I've create a plugin which calls an executable and is packaged within the plugin. However the code does not seem to be able to find the .exe even when it is in the same package (error=2). When i place the exe in c: it does seem to be able to find it using cmd c/ start c:/test.exe but i

convert maven 1 plugins to maven 2: best way to go

2007-05-10 Thread maarten roosendaal
Hi, We have a few custom Maven 1 plugins we need to convert to Maven 2 plugins but i'm not sure what the best way is. We have 1 that is a wrapper around specific maven goals and a few customer goals, and we have 2 custom plugins. One of these does: goal name=tdi:sloc ant:echoStart SLOC

Maven 2 wrapper plugin

2007-05-10 Thread maarten roosendaal
Hi, What is the best way to write a Maven 2 plugin that wraps multiple goals? In Maven 1 we create a plugin which did something like: our-own-plugin:do-a ccupdate (via antexec) multiproject:clean multiproject:install multiproject:site our-own-plugin:do-b I hope i don't have to write a Java