Re: [ANN] Maven Release Plugin 2.4 Released

2013-01-07 Thread Tim Kettler
I don't think MRELEASE-818 is related to SCM-709. I'm not familiar with the codebase at all, but taking a quick look it seems PerformReleaseMojo needs to extend AbstractScmReleaseMojo instead of AbstractReleaseMojo. At least that fixes it for me locally. -Tim Am 07.01.2013 20:02, schrieb Rob

Re: Mocking a repository, sort of

2011-06-27 Thread Tim Kettler
The assembly-plugin can create a repository structure [1] which can then be used as a file:/// based repo. [1] http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_repository Am 27.06.2011 14:55, schrieb Benson Margulies: I'm checking into whether archiva can be launched

Re: Releasng the war and deploy plugins

2008-05-16 Thread Tim Kettler
Hi, The filtering of webResources in the war plugin is seriously borked ( see here [1] for a bug report back from Nov 2007 and here [2] for a discussion on the users list just from today). This should be fixed before a new version is released (IMHO). -Tim [1] http://jira.codehaus.org/browse

Re: plexus classloader issue ?

2007-10-18 Thread Tim Kettler
Hi, nicolas de loof schrieb: > My first plugin defines some custom components, shored with other plugins. > It is used from other projects as a maven extension. > > My second plugin uses this component > > My main project uses the 2d plugin and has the 1rst one set as extension. > The second plu

Re: Bad dependency

2007-10-08 Thread Tim Kettler
Hi, this is more a user question than a developer one. José Pacheco schrieb: Hello all, I’m using testng version 5.1 in one project, but maven says that can not find the dependency, and I now the dependency is available in mvn repository. How can I solve the problem? This kind of failur

Re: Debugging maven 2 with Netbeans

2007-10-04 Thread Tim Kettler
Hi, the surefire-plugin defaults to fork a new jvm for running the tests. You either have to specify the debug options in the parameter of the plugin configuration or disable the forking. -Tim Paul Sterk schrieb: Hi, I want to run 'mvn test' and have maven open a jdwp listener so that I c

Re: Snapshot access to maven-assembly-plugin-2.2-beta-2-SNAPSHOT

2007-09-13 Thread Tim Kettler
Hi, I moved this to the users list, see there for my response. Besides that, there is no reason to repost just about half an hour after you posted the original mail. Give the people time to respond. -Tim Mark Diggory schrieb: I'm having difficulty getting Maven to detect the maven-assembly-

Re: Problem with ejb deployment

2007-09-04 Thread Tim Kettler
Hi, Hemant Ved schrieb: Hi all I am trying to deploy ejb using maven and websphere application server? Can anybody please tell me which cargo plugin is required? I know there are cargo jboss and weblogic plugins available but does anybody know whether any Cargo Maven plugin is available for w

Re: Testing_Problem

2007-09-03 Thread Tim Kettler
Hi, the user list is more appropriate for this kind of questions. Your build is failing during the test phase, so deployment hasn't even started. The failing tests are: > Failed tests: > testDecisionCrud(eu.ohim.dip.tests.FunctionalTest) > testDecisionSearch(eu.ohim.dip.tests.FunctionalTe

Re: [VOTE] Release archetype 1.0-alpha-5

2007-08-24 Thread Tim Kettler
Hi, why is this version already available in central [1]? If this is intentional the corresponding paren pom needs to be deployed too. A user already ran into this [2] -Tim [1] http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/1.0-alpha-5/ [2] http://www.nabble.

Maven Homepage: 'Plugins by Category' page broken

2007-08-10 Thread Tim Kettler
Hi, the links on the page currently look like this: http://maven.apache.org/plugins/index.html#maven-deploy-plugin/ which obvioulsy doesn't work. -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [jira] Updated: (MEJB-6) Make the ejb-jar.xml deployment descriptor optional

2006-05-24 Thread Tim Kettler
Hi, I updated Dan's version of the fix. The new configuration option is well documented, the code complies to the maven code style and the updated patch contains testcases for the new option. Is there anything else that prevents the patch from getting applied? -Tim Tim Kettler

Re: Assembly and DependencySets (Re: assemply and packaging)

2006-05-23 Thread Tim Kettler
I have not used the assembly plugin further than creating a 'jar-with-dependencies'. You should move this thread to the users list. The audience that can help is probably greater there than on the dev list. -Tim Carsten Karkola schrieb: What I tried to do is, to filter dependencies and unpack

Re: assemply and packaging

2006-05-19 Thread Tim Kettler
Can't you just bind the plugin to a lifecycle phase in your pom?: org.apache.maven.plugins maven-assembly-plugin package jar-with-dependencies assembly Hope this helps -Tim Carsten Karkola schrieb: Hel

Re: maven-jar-plugin fixes to be reviewed committed

2006-04-12 Thread Tim Kettler
I just deleted my local repo and checked out the latest versions of the jar and webstart plugins from svn and can't reproduce the second NPE from MJAR-31 anymore. So this is fixed somehow already (at least for me). -Tim jerome lacoste schrieb: On 4/13/06, Brett Porter <[EMAIL PROTECTED]> wrot

Re: Debugging Maven with Eclipse?

2006-04-12 Thread Tim Kettler
Have you found this threads in the archives: http://www.mail-archive.com/users@maven.apache.org/msg31345.html http://www.mail-archive.com/users@maven.apache.org/msg27239.html Hope this helps -Tim Jochen Kuhnle schrieb: Hi, is there a guide/howto for this? Or even better, does anybody have a

[jira] Created: (MEJB-6) Make the ejb-jar.xml deployment descriptor optional

2006-02-14 Thread Tim Kettler (JIRA)
Make the ejb-jar.xml deployment descriptor optional --- Key: MEJB-6 URL: http://jira.codehaus.org/browse/MEJB-6 Project: Maven 2.x Ejb Plugin Type: Improvement Reporter: Tim Kettler Priority: Trivial

[jira] Created: (MPEAR-43) Plugin configuration doesn't support .ejb3 and .par EJB modules

2005-12-01 Thread Tim Kettler (JIRA)
Plugin configuration doesn't support .ejb3 and .par EJB modules --- Key: MPEAR-43 URL: http://jira.codehaus.org/browse/MPEAR-43 Project: maven-ear-plugin Type: Bug Reporter: Tim Kettler Pri

Re: maven-ear-plugin

2005-12-01 Thread Tim Kettler
Please see the example project at http://h6282.serverkompetenz.net/tik/test-prj.tar.gz which fails like this: [EMAIL PROTECTED]:~/Develop/test-prj$ mvn -e package + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Unnamed - test:test-project:p

Re: maven-ear-plugin

2005-12-01 Thread Tim Kettler
ear-plugin test test-ejb Stephane Nicoll schrieb: If M2: It's fixed in SVN, you need to rebuild M2 ear plugin. Regards, Stéphane On 11/30/05, Tim Kettler <[EMAIL PROTECTED]> wrote: Hi, curre

[m2]Building trunk fails

2005-11-30 Thread Tim Kettler
Hi, I just pulled the latest trunk. During the build it crashed in maven-model-converter with the error showed in the log at the end of the mail. Adding plexus-utils as a dependency fixes this. -Tim --- [INFO]

Re: maven-ear-plugin

2005-11-30 Thread Tim Kettler
test test-ejb Stephane Nicoll schrieb: If M2: It's fixed in SVN, you need to rebuild M2 ear plugin. Regards, Stéphane On 11/30/05, Tim Kettler <[EMAIL PROTECTED]> wrote: Hi, currently the maven-ear-plugin doesn't support ejb3 modules bec

maven-ear-plugin

2005-11-30 Thread Tim Kettler
Hi, currently the maven-ear-plugin doesn't support ejb3 modules because it expects artifacts of type *.ejb. For my local use I created a new Ejb3Module class with the only difference to EjbModule.java that the getType() method returns "ejb3". If that solution is ok for you I will create a pa

[jira] Created: (MNG-1691) [maven-par-plugin] NPE in ParMojo.java

2005-11-26 Thread Tim Kettler (JIRA)
[maven-par-plugin] NPE in ParMojo.java -- Key: MNG-1691 URL: http://jira.codehaus.org/browse/MNG-1691 Project: Maven 2 Type: Bug Components: Sandbox Reporter: Tim Kettler Attachments: maven-par-plugin.patch Same problem

[jira] Created: (MNG-1690) [maven-ejb3-plugin] NPE in EJB3Mojo.java

2005-11-26 Thread Tim Kettler (JIRA)
[maven-ejb3-plugin] NPE in EJB3Mojo.java Key: MNG-1690 URL: http://jira.codehaus.org/browse/MNG-1690 Project: Maven 2 Type: Bug Components: Sandbox Reporter: Tim Kettler Attachments: maven-ejb3-plugin.patch running