Re: Excluding certain modules in a profile

2007-04-13 Thread takai
Exactly. franz see wrote: Good day, Are you saying that you added plugin dependencies for your antrun, and your antrun cannot see it if it's in the profile-added module? Cheers, Franz takai wrote: Hi Franz, The profile-added module runs the integration tests. Usecase

Re: Excluding certain modules in a profile

2007-04-13 Thread takai
http://jira.codehaus.org/browse/MNG-2946 Thanks for validating this. franz see wrote: Good day, Not really sure what's happening. But you may want to file a jira issue for that :-) Cheers, Franz takai wrote: Exactly. franz see wrote: Good day, Are you saying

Re: Excluding certain modules in a profile

2007-04-13 Thread takai
. takai wrote: http://jira.codehaus.org/browse/MNG-2946 Thanks for validating this. franz see wrote: Good day, Not really sure what's happening. But you may want to file a jira issue for that :-) Cheers, Franz takai wrote: Exactly. franz see wrote: Good day

Re: Excluding certain modules in a profile

2007-04-12 Thread takai
This seems to work. However i found that putting modules in the profile somehow breaks the dependency mechanism. I use the antrun plugin in an integration module. When i execute with a regular pom or just inside the integration module everything works fine. Once i use the aforementioned module

Re: Excluding certain modules in a profile

2007-04-12 Thread takai
...the aggregating or the profile-added module? ..And which classpath? Cheers, Franz takai wrote: This seems to work. However i found that putting modules in the profile somehow breaks the dependency mechanism. I use the antrun plugin in an integration module. When i execute

Re: [m2] Maven gives up looking for parent pom

2007-03-02 Thread takai
David, if you'd like you could report it in Codehaus' jira: http://jira.codehaus.org/browse/MNG Cheers, Daniel David Jackman wrote: I've created a settings.xml that lists all of our internal repositories (some Maven 1, some Maven 2). One of these repositories contains the parent POM

Re: [m2] Assembly Plugin causes Rebuilds

2007-02-14 Thread takai
do the same thing but they differ in how you use them. The assembly goal is used in cli and the attached goal is used inside pom executions. Correct me if I'm wrong, but I think this setup is meant to be the work-around. Are you sure you're using the correct goal? takai wrote

[M2] Assembly Plugin causes Rebuilds

2007-02-12 Thread takai
Hello, the assembly plugin contains a serious bug that quite effectively nukes our build system and it certainly looks like it could nuke *any* multiproject. It's been documented in december. So far no fix version has been scheduled. http://jira.codehaus.org/browse/MASSEMBLY-163 I'm not quite

Re: [mojo-user] [ANN] Maven2 javancss plugin 2.0-beta-2

2007-02-09 Thread takai
Brilliant! Thank you very much! -- View this message in context: http://www.nabble.com/-mojo-user---ANN--Maven2-javancss-plugin-2.0-beta-2-tf3200227s177.html#a8886024 Sent from the Maven - Users mailing list archive at Nabble.com.

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread takai
I'd use the antrun plugin. -- View this message in context: http://www.nabble.com/-m2--Simple-copy-and-filter-plugin--tf3187244s177.html#a8846466 Sent from the Maven - Users mailing list archive at Nabble.com. - To

Re: [M2]: Doubts about modules and packing.

2007-02-07 Thread takai
Marcos, use the overlay capabilities of the war plugin to merge dependent war's. Be warned that timestamping issues exist (newer files in dependent jar's do not get overwritten): http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html i believe the uberjar mojo is what

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread takai
for each profile do tasks property file=${basedir}/my/profile/specific/file/ ant antfile=.../ /tasks that should work, shouldn't it? Sebastian Breit wrote: takai schrieb: I'd use the antrun plugin. OK, its no problem to copy files. But i have defined multiple profiles. Every

Surefire, Cargo and Integration Tests

2007-01-25 Thread takai
Hi, i have problems integrating Cargo Deployment and Surefire Tests. I've bound cargo:start to pre-integration-test, surefire:test to integration-tests and finally cargo:stop to post-integration-test. The problem is that surefire executes twice. Once in test:test and once in integration-test.

Re: Surefire, Cargo and Integration Tests

2007-01-25 Thread takai
Allright - that worked! Thanks a bunch! -- View this message in context: http://www.nabble.com/Surefire%2C-Cargo-and-Integration-Tests-tf3117463s177.html#a8637699 Sent from the Maven - Users mailing list archive at Nabble.com.

NPE on multi-project buil

2007-01-08 Thread takai
Hi, Building mvn 2 projects with continuum 1.0.3 i get the same exception on all my multi-project projects: java.lang.NullPointerException at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1078) I read somewhere that this is a bug in

Custom Lifecycle

2007-01-07 Thread takai
Hi, i'd like to define my own lifecycle and would like to know if this is at all possible and if there's any documentation on it? I'm having a hard time with the given lifecycles and find it difficult to organize the plugins for integration builds - where a lot of plugins come into play. This

Disassemble Plugin

2007-01-05 Thread takai
Hi, i'm looking for a plugin that disassembles a given artifact into some target directory. Does anybody know of a plugin? Thanks a bunch! Daniel -- View this message in context: http://www.nabble.com/Disassemble-Plugin-tf2925448s177.html#a8177790 Sent from the Maven - Users mailing list

Re: Disassemble Plugin

2007-01-05 Thread takai
and please don't use it. I used the following snippet: groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId and get a plugin does not exist. Thank you, Daniel Andrius Šabanas wrote: takai wrote: Hi, i'm looking for a plugin that disassembles a given artifact

Re: Disassemble Plugin

2007-01-05 Thread takai
The main trunk from http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/ does not build. I use the Codehaus version now which works fine. Thanks a bunch! Andrius Šabanas wrote: takai wrote: Brilliant! That's what I need. But how to get the plugin? It's