UTF-8?

2008-01-20 Thread Bjørn T Johansen
I am trying to use PostgresSQL as our database but I have a problem with character encoding. I am using ISO-8859-1 as my encoding but it seems like Continuum insist on using UTF-8, how can I switch to ISO-8859-1? Regards, BTJ --

Re: [m2] continuum dashboard integration?

2008-01-20 Thread Wendy Smoak
On Jan 18, 2008 12:25 PM, Mick Knutson [EMAIL PROTECTED] wrote: How do I run more than one goal in a series? Can anyone help me? Not until you clearly tell us what you did, what happened, and how that differed from what you expected to happen. I see you've linked to some instructions, but you

Re: Avoid Dependency version

2008-01-20 Thread amit kumar
Hi, The reason for I thinking about not having version component in the dependency tag might result in a better version control in terms of same version being used across the different modules of the project. Though not very sure if I am genuine enough when I think that. Actually when I want to

Re: Avoid Dependency version

2008-01-20 Thread Michael Meyer
amit kumar schrieb: Hi, The reason for I thinking about not having version component in the dependency tag might result in a better version control in terms of same version being used across the different modules of the project. Though not very sure if I am genuine enough when I think that. As

release:prepare no javadoc generation

2008-01-20 Thread Vytautas Čivilis
Hi. When using release:prepare plugin, it parses javadocs and generates javadoc html files. Is it possible to turn that off? Thanks! vyc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: release:prepare no javadoc generation

2008-01-20 Thread Tom Huybrechts
Turn of the release profile. If you still want sources, you'll have to add them yourself. http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html#useReleaseProfile On Jan 20, 2008 10:56 AM, Vytautas Čivilis [EMAIL PROTECTED] wrote: Hi. When using release:prepare plugin, it

release:prepare no javadoc generation

2008-01-20 Thread Vytautas Čivilis
Hi. When using release:prepare plugin, it parses javadocs and generates javadoc html files. Is it possible to turn that off? Thanks! vyc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Configure maven-jetty-plugin logging

2008-01-20 Thread Michael Osipov
Hi, I have some serious logging configuration problems with Maven, slf4j and Jetty. The jetty plugin was configured this way http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin#Logging but all I see are the log outputs from jetty, none from my webapp made with slf4j :-( Did I

How to avoid creating a jar?

2008-01-20 Thread Joshua ChaitinPollak
Hello, we have a few projects we are building with Maven which do not result in jar's being the final output. For those projects we are using the maven-assembly-plugin, but when we run 'mvn package' we still end up with both our assembly and a jar. How can we prevent the jar from being

Producing 2 JAR's with exclusive content

2008-01-20 Thread Richard Gal
Hello Could somebody help me with the following problem: I have a project that uses some native libraries (dll's). I would like to create 2 JAR artifacts out of this project - one with the Java classes of the project and - another with nothing else but the native libraries. What is the

Re: How to avoid creating a jar?

2008-01-20 Thread nicolas de loof
The maven-way is to create a maven extension with a custom packaging and lifecycle, similar to jar one, but without packaging as a .jar. For example, take a look at https://svn.codehaus.org/mojo/trunk/sandbox/javascript-maven-tools/javascript-maven-extensions that creates a javascript packaging.

Re: How to avoid creating a jar?

2008-01-20 Thread Jerome Lacoste
On Jan 18, 2008 5:39 PM, Joshua ChaitinPollak [EMAIL PROTECTED] wrote: Hello, we have a few projects we are building with Maven which do not result in jar's being the final output. For those projects we are using the maven-assembly-plugin, but when we run 'mvn package' we still end up with

Re: Eclipse plugin and project references

2008-01-20 Thread TM
Yes, when mvn eclipse:eclipse is run for a multi module project, the dependencies between the modules will be project dependencies. I see. After I started it from the root project it did work as wanted. Thanks. Still remains the (minor) question to me why does the plugin behaves different

Re: Producing 2 JAR's with exclusive content

2008-01-20 Thread Insitu
Richard Gal [EMAIL PROTECTED] writes: Hello Could somebody help me with the following problem: I have a project that uses some native libraries (dll's). I would like to create 2 JAR artifacts out of this project - one with the Java classes of the project and - another with nothing else

Re: How to set up an Eclipse library plugin

2008-01-20 Thread Marshall Schor
I found one way to do the jar building. The idea is to have the eclipse-runtime POM project include two things: 1) a Jar configuration specifying where to find the Eclipse manifest: manifestFileMETA-INF/MANIFEST.MF/manifestFile 2) an extra ant-run step for the packaging phase which runs the

Re: [m2][archiva1] Issue deploying to Archiva

2008-01-20 Thread Kaizer H. Sogiawala
Related question - Is this a case sensitive match? Thanks! On 1/14/08, Wendy Smoak [EMAIL PROTECTED] wrote: On Jan 14, 2008 11:27 AM, Mick Knutson [EMAIL PROTECTED] wrote: I can deploy my site docs to my remote server just fine, but when I try to deploy a module to my archiva REP, I get a

Re: [m2] continuum dashboard integration?

2008-01-20 Thread Mick Knutson
Is there no person that is using Continuum in this way? I really do need some help here please. I would really appreciate it... On Jan 18, 2008 11:25 AM, Mick Knutson [EMAIL PROTECTED] wrote: How do I run more than one goal in a series? Can anyone help me? On Jan 17, 2008 8:56 AM, Mick

Re: Copyright Symbol broken in Javadoc

2008-01-20 Thread Jochen Wiedmann
On Jan 19, 2008 5:25 PM, Vincent Siveton [EMAIL PROTECTED] wrote: The bottom uses #169; for the copyright. So I guess UTF-8 is used in command line. See http://www.nabble.com/Handling-of-encoding-in-commons-parent-to14975629.html for my conclusions. -- Look, that's why there's rules,

Re: Avoid Dependency version

2008-01-20 Thread Michael McCallum
On Sun, 20 Jan 2008 17:16:46 Brian E. Fox wrote: You can use dependencyManagment in a parent pom to avoid specifying the version in all your child poms. If you really want the latest you have I thought the depedencyManagement section was going away in 2.1 because its a poor implentation of an

Re: EJB WebSphere dependencies

2008-01-20 Thread Siarhei Dudzin
Try to setup a remote repository like Artifactory. We use one and have not problems so far... Regards, Siarhei On 1/16/08, Marcus Müller [EMAIL PROTECTED] wrote: Hi all, I'm currently trying to use Maven2 for creating an EAR file which contains among some utitlity-JARs an EJB-project using

Re: [m2] continuum dashboard integration?

2008-01-20 Thread Wendy Smoak
On Jan 20, 2008 2:47 PM, Mick Knutson [EMAIL PROTECTED] wrote: My basic issue is that my continuum does not seem to run more than the 1st goal for a project as setup in the Project Information Tab, Build Definitions section of continuum. The terms 'goal' and 'build definition' are not

How to handle Incremental Versions

2008-01-20 Thread amit kumar
Hi, If I use buildnumber plugin to have builds with versions in incremental fashion, is there any way to handle this changed version of the artifact in the pom.xmls of other artifacts which are dependent on such a particular module(with incremental versions) Regards, Amit

Re: How to handle Incremental Versions

2008-01-20 Thread amit kumar
I am using buildnumber plugin now to append timestamp to the builds. But at continuous integration ( Continuum) I am facing the problem because in the pom.xml for any dependency I have specified a particular version say 1.0, but after using the buildnumber plugin the builds have a different