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
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
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
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
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
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
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-
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
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
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.
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
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
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
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
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
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
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
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
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
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
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]
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
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
[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
[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
25 matches
Mail list logo