Re: build times doubled moving from 2.0.8 to 2.0.9

2008-04-14 Thread deckrider
: http://blogs.sonatype.com/brian/2008/04/10/1207873624557.html Are you only seeing this when doing a release? This could be a few things: the release plugin or the plugins introduced by the release profile (sources, javadoc). --Brian -Original Message- From: deckrider

build times doubled moving from 2.0.8 to 2.0.9

2008-04-11 Thread deckrider
Using the following targets, my total build time has doubled between maven 2.0.8 and 2.0.9: release:clean clean release:prepare release:perform --batch-mode Am I the only one? Any ideas? - To unsubscribe, e-mail: [EMAIL

Signing Dependency Jars for Zip Assembly

2008-03-26 Thread deckrider
I am using dependencySet in the assembly plugin to deliver a jar file that I built and some of its transient dependencies. The final requirement I have to meet is the signing of every jar in this zip file. I'm aware that I can use the the jar plugin for signing. But how can I integrate it so that

ejb 2.0 annotation help/example

2008-03-22 Thread deckrider
Hi, I'm using maven 2.0.8 and have an ejb 2.0 project. Is there some example pom.xml of how to use maven to generate ejb.jar.xml and the local/remote/home source for compilation? I've been searching around and have found several plugins mentioned in relation to this: hibernate-maven-plugin

retrotranslator-maven-plugin with

2008-03-20 Thread deckrider
I'm using the ejb plugin in a multi-module build and also generating a _client_ (java 1.5): plugin artifactIdmaven-ejb-plugin/artifactId configuration archive manifest addClasspathtrue/addClasspath /manifest /archive

Re: dependencyManagement, pluginManagement, artifactManagement?

2008-03-15 Thread deckrider
at 14:07 -0600, deckrider wrote: Hi, I have the following two snippets in my pom.xml, but what I really want to do is define the version of my-artifact in something like 'dependencyManagement' or similar inside 'godfather-parent' so that it can be inherited. Is there a way to do

Re: dependencyManagement, pluginManagement, artifactManagement?

2008-03-15 Thread deckrider
Oops, I spoke too soon, even though there was ? it still used the correct version. Thanks. On Sat, Mar 15, 2008 at 7:21 AM, deckrider [EMAIL PROTECTED] wrote: dependencyManagement doesn't work for this scenario. I get this: [INFO] [dependency:unpack {execution: default}] [INFO] Configured

Re: [ANN] m2eclipse 0.9.0 Released

2008-03-14 Thread deckrider
. On 3/13/08, Eugene Kuleshov [EMAIL PROTECTED] wrote: deckrider wrote: I wasn't able to make this work on Eclipse 3.3 on Linux. I tried selecting both /path/to/apache-maven-2.0.8 and /path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I should use? There was a bug

dependencyManagement, pluginManagement, artifactManagement?

2008-03-14 Thread deckrider
Hi, I have the following two snippets in my pom.xml, but what I really want to do is define the version of my-artifact in something like 'dependencyManagement' or similar inside 'godfather-parent' so that it can be inherited. Is there a way to do this? Thanks, pom.xml snippets follow: parent

Re: dependencyManagement, pluginManagement, artifactManagement?

2008-03-14 Thread deckrider
myArtifactVersion1.2.3/myArtifactVersion /properties then later version${myArtifactVersion}/version Is this not enough? Regards, Simon On Fri, 2008-03-14 at 14:07 -0600, deckrider wrote: Hi, I have the following two snippets in my pom.xml, but what I really want to do is define

webstart:jnlp zip file not installed or uploaded using 1.0-alpha-2

2008-03-14 Thread deckrider
Hi, I'm wondering if anyone knows of a workaround for this, or should I just go back to the earlier version of the plugin? -- Forwarded message -- From: deckrider (JIRA) [EMAIL PROTECTED] Date: Fri, Mar 14, 2008 at 4:52 PM Subject: [jira] Created: (MWEBSTART-115) webstart:jnlp zip

Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread deckrider
I wasn't able to make this work on Eclipse 3.3 on Linux. I tried selecting both /path/to/apache-maven-2.0.8 and /path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I should use? On 3/11/08, Brian E. Fox [EMAIL PROTECTED] wrote: Nice! I stumbled on the ability to use external

Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread deckrider
java.io.FileNotFoundException: /home/deckrider/apache-maven-2.0.8\bin\m2.conf (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.init(FileInputStream.java:106) at java.io.FileInputStream.init(FileInputStream.java:66

Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread deckrider
Searching turned up this: http://jira.codehaus.org/browse/MNGECLIPSE-482 On Thu, Mar 13, 2008 at 10:13 AM, Nick Stolwijk [EMAIL PROTECTED] wrote: It seems the slashes are reversed. Did the plugin use File.separator or a hard coded '\'? With regards, Nick S. deckrider wrote

Re: Maven / Repository / SVN

2008-03-11 Thread deckrider
The reason I'm getting my team to switch to maven2 is beacuse it makes life easier to do it the 'right way' and more difficult (if not impossible) to do it the 'wrong way'. But alas, when all one knows is a source code management tool, every build artifact looks like source code. Keep patience

Re: Validating version selections

2008-03-07 Thread deckrider
the boat a bit here? -Original Message- From: deckrider [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 9:57 PM To: Maven Users List Subject: Re: Validating version selections Perhaps a pom depending on those other projects? Then you could run the dependency plugin

Re: heap size for unit tests

2008-03-06 Thread deckrider
Check MAVEN_OPTS mentioned near the bottom of http://maven.apache.org/download On 3/6/08, Ritz, Martin [EMAIL PROTECTED] wrote: Hello, is it possible to increase the heap size for maven especially for the unit tests? --- regards Martin Ritz BTC AG - Unit Softwaredevelopment

Re: Validating version selections

2008-03-06 Thread deckrider
Perhaps a pom depending on those other projects? Then you could run the dependency plugin against it. On 3/6/08, EJ Ciramella [EMAIL PROTECTED] wrote: Is there a standalone type plugin one can use to verify that multiple projects are using the same set of dependencies? I'd love to use

one build per cpu (continuum 1.1)

2008-03-03 Thread deckrider
Hi, We have a 4-cpu machine on which we run continuum 1.1. Unfortunately, it only runs one build at a time. How can we run up to 4 builds at a time? Thanks!

enforce versions for plugins

2008-02-28 Thread deckrider
I see that the maven release plugin enforces versioned dependencies. I like this, since it makes the build reproduce-able. However, I think I want the same enforcement for all plugins referenced within pom.xml should depend on exact versions. Is this possible?

Re: enforce versions for plugins

2008-02-28 Thread deckrider
] http://maven.apache.org/plugins/maven-enforcer-plugin/rules/requirePluginVersions.html -Original Message- From: deckrider [mailto:[EMAIL PROTECTED] Sent: Thu 2/28/2008 18:51 To: Maven Users List Subject: enforce versions for plugins I see that the maven release plugin enforces

jaxrpc-impl 1.1.3_01 wscompile

2008-02-26 Thread deckrider
Hello, We are using com.sun.xml.rpc:jaxrpc-impl:1.1.3_01 in the following ant task. I was wondering if there was a plugin that would be better, that would still produce the mapping? Thanks! plugin artifactIdmaven-antrun-plugin/artifactId executions execution

svnmerge and multi module parent pom version updates

2008-02-23 Thread deckrider
We have a number of multi module projects with multiple branches. Unfortunately, this means that every time we use release:prepare release:perform, it updates all the poms, which then appear in another branch (and must be ignored) when we run svnmerge. Is there some technique to easily ignore

Re: svnmerge and multi module parent pom version updates

2008-02-23 Thread deckrider
On Sat, Feb 23, 2008 at 10:27 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Sat, Feb 23, 2008 at 9:56 AM, deckrider [EMAIL PROTECTED] wrote: We have a number of multi module projects with multiple branches. Unfortunately, this means that every time we use release:prepare release:perform

mvn mkdir

2008-02-22 Thread deckrider
I have an unusual situation where we are using the exec:exec plugin (we hope to change our approach later so this isn't necessary). Before we call this executable we must create an empty directory (target/foo). What is the correct maven way to do this? -- ASCII ribbon campaign: () against HTML

Re: multi module eclipse:eclipse mewbie

2008-02-18 Thread deckrider
Yes, Eclipse 3.3 On 2/17/08, Arnaud HERITIER [EMAIL PROTECTED] wrote: Do you have eclipse 3.3 ?? On Feb 17, 2008 6:28 PM, deckrider [EMAIL PROTECTED] wrote: On Feb 15, 2008 10:59 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Feb 15, 2008 9:09 PM, deckrider [EMAIL PROTECTED] wrote

Re: multi module eclipse:eclipse mewbie

2008-02-17 Thread deckrider
On Feb 15, 2008 10:59 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Feb 15, 2008 9:09 PM, deckrider [EMAIL PROTECTED] wrote: 1. Check out the project, but don't use Eclipse to check it out. 2. Run 'mvn elicpse:eclipse' from the parent. 3. Now start Eclipse and import the existing project

multi module eclipse:eclipse mewbie

2008-02-15 Thread deckrider
Sorry for the silly question but I'm trying to understand the best way to use Eclipse with Maven2 multi module projects. Here is my understanding: 1. Check out the project, but don't use Eclipse to check it out. 2. Run 'mvn elicpse:eclipse' from the parent. 3. Now start Eclipse and import the

java - java2wsdl - wsdl2java

2008-02-13 Thread deckrider
I have a multi-module project that begins with java, needs to generate a wsdl, and then from that wsdl needs to generate more java. The plugin I'm using for this is the axistools-maven-plugin. Unfortunately this approach does not play well with the release plugin. It works fine until it comes

Re: java - java2wsdl - wsdl2java

2008-02-13 Thread deckrider
Of deckrider Sent: Wednesday, February 13, 2008 3:44 PM To: Maven Users List Subject: java - java2wsdl - wsdl2java I have a multi-module project that begins with java, needs to generate a wsdl, and then from that wsdl needs to generate more java. The plugin I'm using for this is the axistools

Re: java - java2wsdl - wsdl2java

2008-02-13 Thread deckrider
My apologies, I was looking at the wrong build output. This does appear to work around my problem. However, I can't help but wonder if it is a bug that this must be done, but perhaps I just don't understand yet. Anyway, thanks much for the help! On Feb 13, 2008 5:50 PM, deckrider [EMAIL

Re: ldaps authentication

2008-02-05 Thread deckrider
No one has any thoughts here? On Jan 29, 2008 11:19 AM, deckrider [EMAIL PROTECTED] wrote: Hello, I'm also trying to setup continuum and archiva to work with ldaps. We already do this with apache/subversion as follows in this small example excerpt of our httpd.conf: LDAPTrustedGlobalCert

SCM Username/Password

2008-02-05 Thread deckrider
Hello, I want to have the users who add builds to continuum to enter their SCM Username/Password. However this isn't working during the commits needed to run the following targets: release:prepare release:perform We are using subversion, but when it comes time to commit it says invalid

ldaps authentication

2008-01-29 Thread deckrider
Hello, I'm also trying to setup continuum and archiva to work with ldaps. We already do this with apache/subversion as follows in this small example excerpt of our httpd.conf: LDAPTrustedGlobalCert CA_BASE64 /opt/apache2/etc/ldap.pem LDAPVerifyServerCert Off AuthType Basic AuthName Email

Re: End-of-line style plugin

2008-01-23 Thread deckrider
I personally dislike any approach that changes what a developer commits to the source code management system withput leaving a record in that system of the original commit--it serves to undermine confidence in that system. If one needs to enforce policy it seems better to prohibit the commit with

two compiles from the same source

2007-12-15 Thread deckrider+mvn
I have a requirement to build two different jars (one for java 1.4 and one for java 1.5) from the same source. Is this the best way to make such a project or are there better aproaches? Layout: foo-parent/pom.xml foo-parent/foo14 foo-parent/foo14/pom.xml foo-parent/foo15

Re: [assembly] add all dependency jars to lib folder in a bin assembly

2007-12-13 Thread deckrider
On Dec 13, 2007 10:11 AM, Daniele Dellafiore [EMAIL PROTECTED] wrote: it works! The only problem is that include the main artifact in lib folder. I just want the dependencies jars. Now I have: dependencySets dependencySet outputDirectory/lib/outputDirectory

Re: continuum 1.1 and guest user

2007-12-12 Thread deckrider
PROTECTED] wrote: On Dec 6, 2007 3:22 PM, deckrider+mvn [EMAIL PROTECTED] wrote: I would like to just have 1-2 admins and everyone else can be guest for continuum 1.1. This seemed possible in continuum 1.0, but I must be missing some step to know how to do it with continuum 1.1. After I log

continuum 1.1 and guest user

2007-12-08 Thread deckrider+mvn
I would like to just have 1-2 admins and everyone else can be guest for continuum 1.1. This seemed possible in continuum 1.0, but I must be missing some step to know how to do it with continuum 1.1. After I log in the first time to set up admin, I'm still not understanding how to log in so as to

getting the selected version from a range

2007-11-29 Thread deckrider
Is there some way for me to access the selected version from the range that I put in my pom? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

finding the dependency artifact name for filtering

2007-11-27 Thread deckrider
Hello, I have the following dependency on a war artifact (contains a bundle of jnlp/webstart apps): dependency groupIdfoo.bar/groupId artifactIdwebstart-apps/artifactId version[8,)/version typewar/type scoperuntime/scope /dependency I'm planning to use the

Re: dependency plugin and version

2007-11-21 Thread deckrider
. -- phaseprocess-resources/phase goals goalunpack-dependencies/goal /goals /execution /executions /plugin /plugins On Nov 19, 2007 4:19 PM, deckrider [EMAIL PROTECTED] wrote: Ok, I got this to include only

Re: solaris package (pkg) support

2007-11-20 Thread deckrider
On Oct 17, 2007 5:00 PM, Dan Tran [EMAIL PROTECTED] wrote: could you try this http://mojo.codehaus.org/solaris-maven-plugin/ and give feed back? I couldn't get this to work. Looking through the docs as well as finding this subversion repository ...

Re: solaris package (pkg) support

2007-11-19 Thread deckrider
Hi, what url do I put in my pom so that I can use this plugin? On Nov 12, 2007 1:03 PM, Joerg Hohwiller [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, sorry for catching up so late... Thanks for responding. I already know how to make Solaris packages,

dependency plugin and version

2007-11-19 Thread deckrider+mvn
Hi, is there a way I can change version below to take the latest greater than 8.0.0 instead of hard-coding the version as I do below? I tried using: version[8,)/version but that did not work. plugin groupIdorg.codehaus.mojo/groupId

Re: dependency plugin and version

2007-11-19 Thread deckrider
the unpack-dependencies goal instead since that allows maven core to resolve it. You would then use the filters to get only the file you want. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of deckrider+mvn Sent: Monday, November 19, 2007 2:25 PM

Re: dependency plugin and version

2007-11-19 Thread deckrider
Ok, I got this to include only what I want by changing the phase from 'process-resources' to 'package'. However, because of the dependencies, the jars are placed under WEB-INF/lib in the war file, which is not correct. On Nov 19, 2007 3:53 PM, deckrider [EMAIL PROTECTED] wrote: Hmm, I'm having

both idlj and jacorb

2007-11-15 Thread deckrider+mvn
I'm a looking to convert a project to maven. This project currently produces two jar files from the same IDL source, by generating first from idlj and then again from jacorb. For instance, jacorb-foo.jar and idlj-foo.jar. Is there some way of setting up my pom.xml so that this can still happen?

version and artifact management

2007-10-25 Thread deckrider
I am new to maven and continuum, and have downloaded the latest stable version of continuum and done some simple tests. However, I would like to do the following, and I don't know how (barely even how to ask): Our version numbers are something like MAJOR.MINOR.MICRO. I would like each build to

Re: version and artifact management

2007-10-25 Thread deckrider
Stolwijk deckrider wrote: Thanks, I've done a little testing and the release plugin seems to do what I'm looking for. But I'm curious ... to use it with Continuum 1.0.3, do I now have add a 'Shell Project' instead of a 'Maven 2.0+ project'? On 10/25/07, Nick Stolwijk [EMAIL PROTECTED

scm in pom?

2007-10-25 Thread deckrider
It appears that I have to put scm information into my pom.xml in order to use a Maven 2 project in Continuum. Is this true? The reason I'm concerned about this, is suppose I'm in CVS, and create a lot of branches and tags in each of my projects. Now I want to convert to Subversion. My job of

Re: scm in pom?

2007-10-25 Thread deckrider
On 10/25/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/25/07, deckrider [EMAIL PROTECTED] wrote: It appears that I have to put scm information into my pom.xml in order to use a Maven 2 project in Continuum. Is this true? Yes. That's how Continuum knows how to find the source code

Re: solaris package (pkg) support

2007-10-18 Thread deckrider
On 10/17/07, Graham Leggett [EMAIL PROTECTED] wrote: deckrider wrote: I need to generate a Solaris package (pkg) when building on Solaris (pkgadd format). I managed to reverse engineer the whole ritual you have to follow a while back to get solaris packages of APR and httpd. Look

Re: solaris package (pkg) support

2007-10-18 Thread deckrider
On 10/17/07, Dan Tran [EMAIL PROTECTED] wrote: could you try this http://mojo.codehaus.org/solaris-maven-plugin/ and give feed back? Thanks, it looks interesting. I'll have to spend some time with it before being able to provide feedback.

Re: solaris package (pkg) support

2007-10-18 Thread deckrider
On 10/18/07, Graham Leggett [EMAIL PROTECTED] wrote: On Thu, October 18, 2007 1:54 pm, deckrider wrote: Thanks for responding. I already know how to make Solaris packages, but I don't know how to integrate the process into my pom.xml. Someone posted a reference to a maven plugin

solaris package (pkg) support

2007-10-17 Thread deckrider
Hello from a Maven Newbie, I need to generate a Solaris package (pkg) when building on Solaris (pkgadd format). My first thoughts were of using the dir format of the maven-assembly-plugin and then somehow running a Unix shell script to create the package based on the contents of the assembled

solaris package (pkg) support

2007-10-17 Thread deckrider
Hello from a Maven Newbie, I need to generate a Solaris package (pkg) when building on Solaris (pkgadd format). My first thoughts were of using the dir format of the maven-assembly-plugin and then somehow running a Unix shell script to create the package based on the contents of the assembled