RE: Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-26 Thread Jörg Schaible
kalebral wrote on Friday, March 23, 2007 9:19 PM: Using uniqueVersion=false only makes matters worse for us. When we do, the jar files which we are dependent upon are not downloaded to the local cache as they should be when a dependent jar file has been updated. These are some very serious

Re: what is the best practice for handling build output, reports and archives?

2007-03-26 Thread Erik Drolshammer
Baz wrote: All, What is the best practice for handling build outputs, reports and archives? Here are the brief environments: 1. Build scheduling systerm such as CruiseControl. 2. Maven 2.0. 3. #1 and #2 running nightly, continuous and ad-hoc builds. Outputs: 1. Build tree. 2. Build outputs.

Re: what is the best practice for handling build output, reports and archives?

2007-03-26 Thread Rémy Sanlaville
Why not use Continuum [1]? Continuum is designed to build Maven-projects.. If you modify the site-configuration a bit Continuum should do what you want pretty much out of the box if you can set up apache to serve the generated output. btw, continuum-1.1-alpha is on its way. It has a lot of

Re: Question about changelog-plugin

2007-03-26 Thread Roland Asmann
On Saturday 24 March 2007 17:33, Dennis Lundberg wrote: Roland Asmann wrote: Hi, I thought the changelog-plugin might do some nice things for me, but I've got a feeling it's not doing exactly what it is supposed to do... So, my question would be: Am i right if I say that the plugin ONLY

Re: Question about changelog-plugin

2007-03-26 Thread Roland Asmann
OK, so I found it... the 'basedir' parameter for the changelog-plugin points to the source-dir per default. If I change that to ${project.basedir} I indeed get all changes. Maybe this should be changed as the default setting? On Monday 26 March 2007 11:08, Roland Asmann wrote: On Saturday 24

Default location of config files - Maven Standard Directroy Layo ut?

2007-03-26 Thread Doyle D.G. (Duncan)
Hello, I have a question regarding the default location of a project's configuration files in the Maven Standard Directory Layout. In the Maven2 Getting Started tutorial at http://maven.apache.org/guides/getting-started/index.html http://maven.apache.org/guides/getting-started/index.html there

mvn artifacts with sources attached

2007-03-26 Thread David . Weber
hi all i have builders in my eclipse plugins that download the dependent mvn artifacts into a certain folder if i do a project clean. the problem is, that i want to download the classes and the sources jar files and i didn't managed to do both with one builder. if i use the goal

Re: Build Failes For 521823

2007-03-26 Thread Pratik Parikh
Here is another one http://www.nabble.com/file/7422/TEST-org.apache.maven.archiva.proxy.ProxyRequestHandlerTest.xml TEST-org.apache.maven.archiva.proxy.ProxyRequestHandlerTest.xml Pratik Emmanuel Venisse wrote: Look in archiva-proxy/target/surefire-reports to see what are errors

Re: Build Failed For 521889

2007-03-26 Thread dvicente
i try to build Archiva and it fails during Building Archiva Standard Reports because : [INFO] [jpox:enhance {execution: default}] [DEBUG] Classes Dir is : C:\PIC\projects\Archiva\archiva-reports-standard\target\classes [DEBUG] Executing command line: [DEBUG] java -cp

Re: Passing args to release:prepare

2007-03-26 Thread Jorg Heymans
I haven't tried this patch, but it looks like you're setting the information once for all artifacts in the release process ? How would this work in a multi-module release with different version numbers ? I'm big +1 though on the idea of being able to run through release:prepare without user

Re: Question about changelog-plugin

2007-03-26 Thread Roland Asmann
Another request about this plugin: Would it be possible to change the newlines in the comments to br/-tags in HTML? We sometimes use lists to summarize our changes in files and these lists become pretty much unreadable in HTML without the line-breaks. Thanks. On Monday 26 March 2007 11:26,

Re: Default location of config files - Maven Standard Directroy Layo ut?

2007-03-26 Thread Rémy Sanlaville
Hi, I found also that it wasn't clear at first glance. What I understood : - Use resources directory if you want to have yours properties/configurations files in your package, for example log4j.xml - Use config directory if yours configuration files are just needed for the build process,

How to set up internal repository.

2007-03-26 Thread Srinivasulu G-TLS,Chennai
Hi, How to do this: setting our own internal repository and make it accessible to all the developers in the team without downloading from the maven2 default central repository. Could anyone please help regarding this. What changes we have to make for pom.xml and

Different repositories for different target environment?

2007-03-26 Thread mlorenzi
Hi all,we're working on revising our development process based on Maven2. We're in doubt about how to manage different application build for different target environment (say for example integration, quality, production and so on). Weh thought abut this solution: keep omogeneus artifcat name and

Howto create poms for JRE-dependent artifacts

2007-03-26 Thread M Wurm
Hello, I'm currently looking for a good way to make a pom / several poms for an artifact that has to be created for JRE1.4 / JRE1.5. The difference: A few class files are excluded in the jre1.4 version and some dependencies are different. Is there a recommended way in Maven to realize such a

Re: How to set up internal repository.

2007-03-26 Thread Yoav Landman
Did you try using Artifactory or a similar solution - http://www.jfrog.org/sites/artifactory/latest/introduction.html Srinivasulu G-TLS,Chennai wrote: Hi, How to do this: setting our own internal repository and make it accessible to all the developers in the team

Re: Howto create poms for JRE-dependent artifacts

2007-03-26 Thread ossi petz
hallooo well it may does not help at all but welll... :) the 'better builds with maven' book contains a chapter where the spring framework is migrated to maven2. in this example it is shown how to treat special classes that are 1.5 dependant. i didnt paid that much attention - but it is

Database Migrations in Maven

2007-03-26 Thread Tyler Nelson
Does there happen to be a plugin to handle database migrations for Maven 2. I was thinking something like what Ruby on Rails does. If not what are some of the best practices for doing DDL and DML with maven, which part of the maven lifecycle have others put this type of behavior? Thanks,

Re: what is the best practice for handling build output, reports and archives?

2007-03-26 Thread Erik Drolshammer
Rémy Sanlaville wrote: btw, continuum-1.1-alpha is on its way. It has a lot of additional features compared with 1.0.3. I am trying to find some documentation on continuum-1.1 and the additional features. Do you have some links ? No, good ones, but you can try;

Re: Howto create poms for JRE-dependent artifacts

2007-03-26 Thread Matthias Wurm
2007/3/26, ossi petz [EMAIL PROTECTED]: hallooo well it may does not help at all but welll... :) the 'better builds with maven' book contains a chapter where the spring framework is migrated to maven2. in this example it is shown how to treat special classes that are 1.5 dependant. i didnt

apt - annotation processing tool

2007-03-26 Thread leonid_ilyevsky
Is there any progress in using apt with maven2? I saw one message suggesting org.apache.myfaces.tobago. I couldn't figure out how to make it to do anything at all. Are there any examples anywhere? Without maven, apt works fine for me, but I want it as a part of the maven build. Another

RE: How can i run clover and cobertura permanantly?

2007-03-26 Thread David Jackman
Are you sure this is true? I just finished writing an EMMA plugin (based on the Cobertura code), and I only needed the node in the reporting section for it to work (when running mvn site from the command line). I found I could even provide configuration properties for the instrumentation mojo in

How is CruiseControl compare to Continuum?

2007-03-26 Thread Baz
All, How is Cruisecontrol compare to Continuum? I am working on Maven 2 project and it seems to be pretty much integrated with Maven 2. Considerations: 1. Integration with M2. 2. Control: a. Does the interface allow both release engineers and developers to start and monitor builds easily? b.

Re: apt - annotation processing tool

2007-03-26 Thread Gregory Kick
there's always maven-antrun-plugin + the java task On 3/26/07, leonid_ilyevsky [EMAIL PROTECTED] wrote: Is there any progress in using apt with maven2? I saw one message suggesting org.apache.myfaces.tobago. I couldn't figure out how to make it to do anything at all. Are there any examples

Re: How can i run clover and cobertura permanantly?

2007-03-26 Thread Wayne Fay
I only know what I've read on this list and on the plugin website(s). Sounds like you have more experience as a plugin author, so I'd probably defer to your knowledge in this case. Wayne On 3/26/07, David Jackman [EMAIL PROTECTED] wrote: Are you sure this is true? I just finished writing an

Re: apt - annotation processing tool

2007-03-26 Thread Wayne Fay
Or exec-maven-plugin: http://mojo.codehaus.org/exec-maven-plugin/usage.html Wayne On 3/26/07, Gregory Kick [EMAIL PROTECTED] wrote: there's always maven-antrun-plugin + the java task On 3/26/07, leonid_ilyevsky [EMAIL PROTECTED] wrote: Is there any progress in using apt with maven2? I saw

Re: Database Migrations in Maven

2007-03-26 Thread Mark Hobson
On 26/03/07, Tyler Nelson [EMAIL PROTECTED] wrote: Does there happen to be a plugin to handle database migrations for Maven 2. I was thinking something like what Ruby on Rails does. If not what are some of the best practices for doing DDL and DML with maven, which part of the maven lifecycle

jboss-packaging:sar

2007-03-26 Thread EJ Ciramella
Is anyone using this particular plugin? Even when I specify packagingFile it seems unable to find it.

Re: Database Migrations in Maven

2007-03-26 Thread Mark Derricutt
I'm working on my own mini-framework for this, I blogged last year about my initial work [1] and am currently reworking it to put up on GoogleCode, going a more annotation based route. What I initially wrote it for was creating/migrating databases consistently during tests and deployments (thou

Re: Database Migrations in Maven

2007-03-26 Thread Tyler Nelson
Hi Mark, I will check them out. Thanks for the links, Tyler On 3/26/07, Mark Hobson [EMAIL PROTECTED] wrote: On 26/03/07, Tyler Nelson [EMAIL PROTECTED] wrote: Does there happen to be a plugin to handle database migrations for Maven 2. I was thinking something like what Ruby on Rails

Re: Passing args to release:prepare

2007-03-26 Thread Tom Huybrechts
Like I said, it's a very simple patch. I use it because I want to release a big multi-module project with the same (non-default) version for all modules. tom On 3/26/07, Jorg Heymans [EMAIL PROTECTED] wrote: I haven't tried this patch, but it looks like you're setting the information once for

Re: Database Migrations in Maven

2007-03-26 Thread Tyler Nelson
Hi Mark D, This sound very interesting and what was kind of what I was envisioning,. The caveat for us is the we are still on Websphere 6 so no annotations :(. I'm guessing that the annotations would need to be added to application classes, is that correct? Still let me know when you put this

Re: Database Migrations in Maven

2007-03-26 Thread Mark Derricutt
Correct, the new model (annotation based) is modeled after a fashion by TestNG. You have a set of classes which contain migrations. The current version uses classes extending from a Migration interface. I'm also only targetting PostgreSQL so far ( at least on the database creation side, but

Override Javac in JSPC

2007-03-26 Thread Ben Tatham
Hello, Does anyone know how to override the javac compiler used by jspc-maven-plugin. As best I can tell, it is using the eclipse compiler (jasper-compiler-jdt), but unfortunately I am then compiling my Java with GCJ 4.0.1 which chokes on those class files. I've tried adding a dependency on

How can I force scopeprovided/scope for a transitive dependency?

2007-03-26 Thread Thomas Knowlton
I've got a webapp project that depends transitively on groupIdxerces/groupId artifactIdxercesImpl/artifactId which it turns out is provided by the container in which the webapp runs. While parsing some XML, I'm getting a ClassCastException. Looking deeper, the FQCN's are exactly the same

Re: How can I force scopeprovided/scope for a transitive dependency?

2007-03-26 Thread Carlos Sanchez
add it to your pom with that scope, your pom dependencies always win. in 2.0.6 you can do it in the dependencyManagement section On 3/26/07, Thomas Knowlton [EMAIL PROTECTED] wrote: I've got a webapp project that depends transitively on groupIdxerces/groupId artifactIdxercesImpl/artifactId

Re: Override Javac in JSPC

2007-03-26 Thread Wayne Fay
Several people have been asking about JSPC plugin lately on this list... It seems like perhaps this plugin could use some refinement, with additional options available via configuration settings etc. It sounds like there are several valid use cases which are not being handled today. Wayne On

Problems with scm section when setting up continuum

2007-03-26 Thread Baz
All, Please help with my Continuum setup. I am using P4 and I put the followings in the Continuum GUI configuration page: scm:perfoce:perforce.corp.abc.net:2000://depot/dev/temp_sample I also filled out the scm username and password fields. Build fail and here is the error: Exception:

Re: Question about changelog-plugin

2007-03-26 Thread Dennis Lundberg
Hi Roland Asmann wrote: Another request about this plugin: Would it be possible to change the newlines in the comments to br/-tags in HTML? We sometimes use lists to summarize our changes in files and these lists become pretty much unreadable in HTML without the line-breaks. I've added this

Re: Source Repository and Changelog generated links question

2007-03-26 Thread Dennis Lundberg
George Stragand wrote: Yes, explicitly 2.0. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-changelog-plugin/artifactId version2.0/version /plugin On 3/15/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Are you using the released 2.0 version of the maven-changelog-plugin?

Re: Problems with scm section when setting up continuum

2007-03-26 Thread Baz
Continuum created a new p4 client spec??! I try to google the answer but i cannot see the specific information on how i can specify each fields especially the p4 client spec. B. jvm 1| 2007-03-26 14:31:54,398 [Thread-2] INFO ScmManager - Executing: p4 -H perforce.corp.intuit.net:2000 -u

Question regarding assemblies

2007-03-26 Thread Kirk True
Hi, I am using a custom assembly to generate Apache UIMA PEAR files. There is a top-level POM with many child POMs. Each sub-project has a custom assembly that looks like this: assembly iddistribution/id formats formatzip/format /formats fileSets fileSet

Re: Problems with scm section when setting up continuum

2007-03-26 Thread Wayne Fay
You should probably send this to the Continuum Users list, not Maven Users. Wayne On 3/26/07, Baz [EMAIL PROTECTED] wrote: Continuum created a new p4 client spec??! I try to google the answer but i cannot see the specific information on how i can specify each fields especially the p4 client

Re: How to configure ArchiveManager

2007-03-26 Thread shinsato
No response? I've not found any enlightenment about this topic, is this a bug in the documentation - because there is no ArchiveManager that can be configured? -- View this message in context: http://www.nabble.com/How-to-configure-ArchiveManager-tf2600362s177.html#a9684778 Sent from the Maven

Re: Cannot remove project (due to notifier)

2007-03-26 Thread David Leangen
Sorry... never was able to get back to this until now. On Tue, 2007-03-20 at 09:16 +, David Roussel wrote: I am unable to remove a project because of a FK constraint in the DB on the notifiers. See Re: troubles removing projects on 15 March 2007 on this very same mailing list. The

Re: How is CruiseControl compare to Continuum?

2007-03-26 Thread shinsato
CruiseControl works pretty well with Maven2, we picked it instead of Continuum last year because there were some reports that Continuum might be immature still. There are lots of opinions on the internet about Continuum and CruiseControl, it would be interesting to hear what the Maven2 users here

RE: How is CruiseControl compare to Continuum?

2007-03-26 Thread Phill Moran
Have you considered Luntbuild? -Original Message- From: shinsato [mailto:[EMAIL PROTECTED] Sent: March 26, 2007 9:40 PM To: users@maven.apache.org Subject: Re: How is CruiseControl compare to Continuum? CruiseControl works pretty well with Maven2, we picked it instead of Continuum

Project dependencies

2007-03-26 Thread David Leangen
Hello! I have several projects I would like to build separately with Continuum. Some projects are dependent on others. What is the best way to ensure that the dependencies are available at build time? For example, is there any way of controlling the order of the build? Or should I make some

Including build number in mail subject line

2007-03-26 Thread Justin Deoliveira
Hi all, I am wondering if anyone knows of a good way to setup the subject line of the mailer so that the build number is included. Or perhaps some other way to set up the subject line so that build notification messages don't get thrown into the same thread by a mail client. Thanks. --

Downloading Repo Artificats w/o version

2007-03-26 Thread Larry Suto
Hi, I am using maven 2.0.5 and i can't seem to figure out how to create a dependency w/o version info..maven keeps mentioning 'dependencies.dependency.version' is missing..is their any way I can get around this? Thanks - To

RE: Downloading Repo Artificats w/o version

2007-03-26 Thread Jörg Schaible
Larry Suto wrote on Tuesday, March 27, 2007 8:01 AM: Hi, I am using maven 2.0.5 and i can't seem to figure out how to create a dependency w/o version info..maven keeps mentioning 'dependencies.dependency.version' is missing..is their any way I can get around this? Depends on your

[m2] Release:perform fails becuase of checkstyle plugin

2007-03-26 Thread Ziv Ben-Eliahu
Short description of the problem * When running mvn release:perform, Checkstyle report plugin fails on: [WARNING] Unable to load parent project from repository: Could not find the model file 'D:\projectParent\projectA\target\checkout\..\pom.xml'. [INFO]