Re: [m2] assembly plugin + a few instructions

2005-09-20 Thread Daniel Schömer
have tried the descriptorId "jar-with-dependencies". It seems to me that this would have created a jar that should fit your needs. Daniel Schömer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] compile errors for clover:report with wrong dependency declaration order

2005-09-28 Thread Daniel Schömer
junit junit 3.8.1 test commons-lang commons-lang 2.1 compile junit junit Regards, Daniel Schömer ---

Re: [m2] JUnit report plug-in

2005-07-12 Thread Daniel Schömer
ven.doxia.DoxiaMojo.categorizeReports(DoxiaMojo.java:332) | at org.apache.maven.doxia.DoxiaMojo.execute(DoxiaMojo.java:207) | ... 16 more Thanks, Daniel Schömer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Error during site generation with '.'-files in src/site/ with m2-2.0-beta-1

2005-09-17 Thread Daniel Schömer
27; sub-directories, since this would cause my scm-tool to ignore these directories. And I don't want to exclude the site directories from my source repository. Is it a bug or a "feature" of the maven-site-plugin t

[m2] "Duplicate files" error during report generation with m2-2.0-beta-1

2005-09-17 Thread Daniel Schömer
.apt files over .fml files over .xml files with the same names). But this is just an idea. To change the error above to a warning may also be a possibility. The short-time solution would be to rename the files listed, but this doesn't satisfy me. Regards, Daniel Schömer

Re: [m2] Error during site generation with '.'-files in src/site/ with m2-2.0-beta-1

2005-09-18 Thread Daniel Schömer
. Thanks, Daniel Schömer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] "Duplicate files" error during report generation with m2-2.0-beta-1

2005-09-18 Thread Daniel Schömer
Brett Porter wrote: > It seems it is being too overzealous - it should only be checking for > duplicates in the different doc directories, not in the resources directory. > Please file a bug under JIRA. OK, filed as http://jira.codehaus.org/browse/MNG-912 Thanks, Danie

Re: [m2] assembly plugin

2005-09-20 Thread Daniel Schömer
in the provided assemblies ("bin", "src" or "jar-with-dependencies"). m2 assembly:assembly -Dmaven.assembly.descriptorId=bin Regards, Daniel Schömer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] assembly plugin

2005-09-20 Thread Daniel Schömer
Ashley Williams wrote: > On 20 Sep 2005, at 12:49, Daniel Schömer wrote: >> Ashley Williams wrote: >>> Does anyone know how to use assembly:assembly, in particular what the >>> descriptor is supposed to be? I did hardcode it as a path to my pom >>> from within