> interpolation of these special parameters must happen prior to the
execution of any plugins
That's exactly correct. It's why I built
https://github.com/pascalgn/properties-maven-extension which is implemented
as an extension and runs before any plugins will be executed.
Maybe it can help you.
For me it's hard to understand the problem you are having, it might help to
specify the exact errors you are getting.
If you are willing to try something other than the release plugin, have a
look at https://axelfontaine.com/blog/dead-burried.html
Cheers,
Pascal
2017-10-23 18:40 GMT+
If I recall correctly, in this specific place you are still supposed to use
${basedir} instead of project.basedir
Am 23.06.2017 3:02 nachm. schrieb "Justin Georgeson" :
> -Original Message-
> From: Jörg Schaible [mailto:joerg.schai...@bpm-inspire.com]
> Sent: Friday, June 23, 2017 1:03
The existing bug to support core extensions:
https://issues.jenkins-ci.org/browse/JENKINS-30058
As I said, the only solution so far is to use a Freestyle project. You can
find more details in the bug comments.
Pascal
2017-06-06 19:27 GMT+02:00 Pascal :
> Hello,
>
> I fear you
t use the
"Maven" Job type in Jenkins together with the .mvn folder feature. However,
what you can do is create a Freestyle Job and add a build step "Call Maven
goals".
Cheers,
Pascal
2017-06-06 18:13 GMT+02:00 Eric B :
> Hi,
>
> I'm cross posting this to StackO
Yes! Thanks :)
On 06/09/2015 01:38 PM, Vincent Latombe wrote:
I think http://www.mojohaus.org/flatten-maven-plugin/ should help
Vincent
2015-06-09 19:27 GMT+02:00 Pascal Rapicault :
My question that was not really clear.
Let's say that I have a multi module build that produces a numb
quot;. And that was possible in Maven 2 as
well.
/Anders
On Tue, Jun 9, 2015 at 6:52 PM, Pascal Rapicault
wrote:
Hey,
Someone told me that in recent versions of Maven, it is possible to
publish a pom that only includes dependencies (basically strip all the
information about plugin configura
Hey,
Someone told me that in recent versions of Maven, it is possible to
publish a pom that only includes dependencies (basically strip all the
information about plugin configuration).
What is the configuration to achieve that?
Thanks,
Pascal
You can take a look at https://github.com/takari/tesla-split-localrepo
I remember seeing a demo of this, but I don't know if it is working with
recent versions of Maven / Aether
HTH
On 06/04/2015 04:30 AM, Mehdi Hayani wrote:
Hello,
I'm actually working on a continuous integration platform,
http://download.eclipse.org/releases/kepler
On 05/01/2015 07:10 AM, Martin Gainty wrote:
anyone know where I can download m2eclipse or m2e or m2e-wtp plugin for Eclipse
Kepler?
Thanks!
Martin
__
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T12:29:23-05:00)
On 03/07/2015 02:44 AM, Jeff MAURY wrote:
Which version of Maven are you using ?
Jeff
On Sat, Mar 7, 2015 at 12:53 AM, Pascal Rapicault
wrote:
Hi,
I'm trying to do a set of builds where I'm
as elapsed or updates are forced -> [Help 2]
Pascal
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org
same artifact throughout the process and this w/o blocking
the whole "pipeline" for the whole duration of the process.
HTH
Pascal
On 12/06/2014 10:46 AM, Hohl, Gerrit wrote:
Hello everyone, :)
I have a question which is not about a specific problem with Maven, but
more a genera
d into the
local cache (note that this solution of chained maven repo could also be used
to isolate snapshot from released artifacts)
Since the shared cache is read only, its population could be done by doing a
dump of the repo manager content into the shared folder at regular interval.
Pascal
On
Thx.
On 2012-08-23, at 12:49 PM, Hilco Wijbenga wrote:
> On 23 August 2012 05:56, Pascal Rapicault wrote:
>> I would like to know if there is a way to have a plugin be executed right at
>> the end of the build no matter what.
>> The situation I have is as follow. Early on
Sadly not and requesting a fix from this particular vendor will take time that
I don't have before shipping.
It almost sound easier to me to add the feature in maven :)
Oh well, next time :)
On 2012-08-23, at 12:09 PM, Wayne Fay wrote:
>> I'm well aware that this is not a great practice but this
nyway, thanks for your insights.
Pascal
On 2012-08-23, at 11:42 AM, John Kramer wrote:
>
>
>
>
>
>> Am 23.08.2012 14:56, schrieb Pascal Rapicault:
>>> Hi,
>>>
>>> I would like to know if there is a way to have a plugin be executed
>>> righ
subsequent builds. This works great when the module build is
executed in its entirety, however when it fails part way through, then the file
is not renamed and subsequent build fails.
Therefore my question, is there a way to enforce the execution of a plugin no
matter what.
Thx
Pascal
did you try mvn sonar:sonar
On 2012-07-19, at 10:56 AM, dror wrote:
> Hi all,
>
> Somebody knows how can i write a maven plugin in pom.xml that operate Sonar?
> i looking for a way to operate Sonar's checks via maven build.
>
> Thanks, Dror.
>
> --
> View this message in context:
> http://m
Hello Anthony
Thanks for your feedback.
To answer your question in full disclosure. I'm an m2e committer. However I'm
doing this to promote myself and my consulting services, therefore merging it
back into m2e at this point would do me a disservice.
Pascal
On 2012-07-13, at 5:40 P
t;. This plugin provides a simple View called "Maven Execution"
that presents for a given POM file the phases and associated MOJOs.
Go check it out on http://prapicault.github.com/MavenInspector/ or directly
install it from http://prapicault.github.com/MavenInspector/repository
Hope you
The approach you are describing is akin to what the Eclipse provisioning
platform (aka p2) provides with its concept of bundle pool (equivalent of GAC).
From experience, while this works in practice (for example a commercial distro
of Eclipse called Yoxos ships like this (I'm not affiliated wit
It could mostly likely be specified on the command line.
On 2012-06-11, at 9:44 AM, Cédric Teyton wrote:
> Hello,
>
> I've a question with respect to some POM.xml files i've observed recently. In
> some cases like the following one :
>
>
> 4.0.0
> activemq-web
> activemq-web
> ActiveMQ :: Web
gt;
>
> Regards,
> htfv (Aliaksei Lahachou)
>
>
>
> On Fri, Jun 8, 2012 at 11:25 PM, Pascal Rapicault wrote:
>
>> Hi,
>>
>> I have a situation where I need to execute a mojo just before the
>> execution of the mojo bound to the phase. Is ther
tions.emptyList();
>}
>
> is what we use for certain code completions in netbeans..
>
> Milos
>
> On Sun, Jun 10, 2012 at 9:48 PM, Pascal Rapicault
> wrote:
>> Hi,
>>
>> Given a packaging type, is there a way to programmatically know all the
, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
Thx in advance,
Pascal
hook my mojo to the process-test-resources but I feel that this is
incorrect since the execution of my mojo should only happen if the package
phase does, otherwise it may screw up following builds.
Thanks.
Pascal
-
To unsubscribe
Hi;
I use Maven2 to build my JAVA package and run tests within a CI
(Jenkins / Hudson, Bamboo, ..) and got errors about repo not being accessible.
I had no problem before with my script but:
- network policies have changed (I assume that Jenkins/Maven can't
connect to the repositor
resources
directory?
Thanks in advance for any suggestions and best regards
Pascal
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org
know where that behavior evolves from?
Thanks in advance for any help on this issue and best regards
Pascal Kesseli
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h
like eclipse:eclipse. Whether this is actually useful is
> another story, but really to account for one time operations that
> could be taken care of as part of the generation so that it didn't
> have to be documented.
I see and eclipse:eclipse is ind
I'm wondering why `mvn archetype:generate` has an optional `-Dgoals`
parameter. I understand how to use this parameter but... do you have any
idea of a real use case for it ?
Thanks in advance.
--
Pascal
On 9/9/07, Hussein Badakhchani <[EMAIL PROTECTED]> wrote:
> Pascal.
>
> Thanks for the quick response:
>
> > BTW, the following dependency is really strange too. I don't know why
> > you had to add it.
> >
> >
> > com.sun
> &
fy the "scope" of your dependencies. I think
runtime is what you need.
>
> Many thanks,
> Hoos
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTEC
essary?
>
> TIA
> - Henry
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
mentioned in the "Guide to releasing" guide)
Thanks for all.
>
> Cheers.
>
> Martin.
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Pascal
ipient, you should delete this message.
Any disclosure, copying, or distribution of this message, or the taking of any
action based on it, is strictly prohibited. [v.E.1]
--
Pascal
-
To unsubscribe, e-mail: [EMAIL PROTECTE
Hi,
sorry all for this personal message on the list
On 6/22/06, Pascal Thivent <[EMAIL PROTECTED]> wrote:
Salut Jean-Laurent,
enfoiré, il fait beau en espagne ? Trop cool d'être au symposium !
T'es parti en solo ou t'as réussi à te faire financer ça par Valtech ?
Je t
; -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Jean-Laurent
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Pascal
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
a lot of stuff
in our build logs. Somebody found a workaround?
BTW, "Better builds with Maven" is an excellent work. Thanks a lot!
Have a nice day,
Pascal
g that can be done to have the surefire-report plugin just
doing its job (wich is get the xml from target/surefire-report/ and
generate html in target/site according to the documentation) and not
forcing compilation and tests execution ?
Regards,
Pascal
n your own repository manually. I don't know exactly what
the maven team did plan for this use case.
On 10/10/05, Brian Bonner <[EMAIL PROTECTED]> wrote:
> Pascal, thanks. That's good to know. I don't believe the URL was in
> the POM as it was being downloaded. It certainly d
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Pascal
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Mick,
We do the same thing. If you plan to use 2 or more projects on
CruiseControl, it is not the way to do it. CruiseControl is designed to be
started one time. It reads his configuration file every time it builds a
project.
Pascal
-Message d'origine-
De : Doug Douglass [m
Hi,
Already done, http://jira.codehaus.org/browse/MPCHANGELOG-72
Pascal
-Message d'origine-
De : Edwin Punzalan [mailto:[EMAIL PROTECTED]
Envoyé : September 5, 2005 22:10
À : Maven Users List
Objet : Re: Change log error with Perforce
Hi, this is a bug.
I found that the code c
Michael,
Add -DentityExpansionLimit=10 (or more) to your MAVEN_OPTS.
Pascal
-Message d'origine-
De : Michael Owen [mailto:[EMAIL PROTECTED]
Envoyé : September 2, 2005 14:35
À : users@maven.apache.org
Objet : Entity Expansion Limit Error
Hi,
Using Maven 1.1 beta and go
Karl,
Check that your MAVEN_HOME AND your PATH point to your maven 1.1 location. I
had the same problem when I've switch form 1.0 to 1.1, my PATH wasn't
correctly set.
Pascal
-Message d'origine-
De : Karl Gustav [mailto:[EMAIL PROTECTED]
Envoyé : August 24, 2005
xdoc plugin bug. There are 2 interesting issues in
Velocity Bugzilla that can cause this problem:
http://issues.apache.org/bugzilla/show_bug.cgi?id=33695
http://issues.apache.org/bugzilla/show_bug.cgi?id=9039
Pascal
-Message d'origine-
De : Jim Dickinson [mailto:[EMAIL PROTECTED]
Envo
> ${maven.ejb.src}/META-INF/MANIFEST.MF
>
> and m2 ejb:ejb will be OK?
>
>
> Regards
> Adam
>
> -
> To unsubscribe, e-mail: [EMAIL
> a 'clean project' in eclipse could delete the generated sources
> this can be prevented by adding the property: 'maven.gen.src=${gen.dir}'
>
>
>
> Dennis
>
>
>
> On 6/17/05, Pascal Thivent <[EMAIL PROTECTED]> wrote:
> >
---
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Pascal
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Pascal
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ven't
> had the time to play with it though...
>
> -- Felipe
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Pascal
--
operties files so
> >they
> >can update their plugins.
> >
> >The value of Maven as a tool to simplify things is decreased by imposing this
> >type of activity on the user. (Besides, good luck finding the documentation
> >that
> >tells a new user where to
PROTECTED]> wrote:
>
> Pascal,
>
> I (and all the team) would like, if possible, to install the plugin
> (and the dependencies needed) from the web with minimal intervention. If
> this is not possible, we will download and install manually the plugin
> and the depen
--Original Message-
> >>From: Janos Mucsi [mailto:[EMAIL PROTECTED]
> >>Sent: Monday, November 15, 2004 11:01 PM
> >>To: Maven Users List; Pascal Thivent
> >>Subject: XDoclet in Maven
> >>
> >>
> >>Pascal
>
>
>
> xdoclet
>
> xdoclet-jboss-module
> 1.2
>
>
>
It's not required to declare these dependencies if you install the
maven xdoclet plugin 1.2.2
> Tha
___
> Do you Yahoo!?
> The all-new My Yahoo! - Get yours free!
> http://my.yahoo.com
>
>
>
>
> -----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
mail : maintainability).
On Sat, 13 Nov 2004 20:47:38 -0100, Pascal Thivent
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've upgraded my maven-xdoclet-plugin and my various xdoclet modules
> dependencies to version 1.2.2. EJBs classes and hibernate mappings
> generation works f
nd greatest of xdoclet? 1.2.2 was released,
> and had many improvements and cleanups applied to the Maven plugin.
>
>
>
> > -Original Message-
> > From: Pascal Thivent [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, November 13, 2004 6:32 AM
> > To:
\everest-module-registration\maven.xm
> l
> Element... ant:taskdef
> Line.. 9
> Column 84
> taskdef class xdoclet.modules.ejb.EjbDocletTask cannot
> be found
>
> __
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Pascal
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Can anybody please help? Thanks.
> J
>
> __
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
>
> -----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For addi
Hi,
take a look at https://jjguidelines.dev.java.net/.
Pascal
On Fri, 29 Oct 2004 09:40:24 -0400, Haile, Mussie <[EMAIL PROTECTED]> wrote:
> Hej et al -
>
> I am looking for a complete configuration of Sun_Checks.xml for Checkstyle.
> I had modified the file b
Hi,
there is a weblogic plugin at
http://sourceforge.net/projects/maven-plugins/. It seems to be a
wrapper around Weblogic deployment tool and ant tasks.
--
Pascal
On Mon, 11 Oct 2004 08:40:06 +0200, Thomas Recloux
<[EMAIL PROTECTED]> wrote:
> > I am wanting to automate deployment
Hi,
I think you should use a Continuous Integration solution like Anthill
or Cruise Control to achieve this task.
--
Pascal
On Fri, 9 Jul 2004 09:06:36 -0300 , Roberto Castro
<[EMAIL PROTECTED]> wrote:
> Hi, Brett. My main project doesn't generate anything, it starts the
> sub
Hi,
Pascal Thivent
Thx in advance.
--
Pascal
Quoting Dion Gillard <[EMAIL PROTECTED]>:
> If anyone is after one, pop me an email with your first and last names...
>
> -
> To unsubscribe, e-mail: [EMAI
Hi all,
excuse me for my previous message. It was a personal mail that I sent by mistake
to the whole list.
--
Pascal Thivent
Quoting Pascal Thivent <[EMAIL PROTECTED]>:
> On a des problèmes ?!?
>
> Comment va sinon ?
>
> --
> Pascal
>
>
> Quotin
On a des problèmes ?!?
Comment va sinon ?
--
Pascal
Quoting Laurent PETIT <[EMAIL PROTECTED]>:
> OK, I'll check the CVS for the modifications since the last release.
>
> My personal goal is to automate the release build too, following by default
> the standard repo
ction of sources from a scm, launching the build. Take a
look at CruiseControl. It's very sexy. But as you can read it in the mentioned
thread, it's possible to use some reactor features to send mails on build fails.
BTW, is Continuum still vaporware ?
--
Pascal
Raphael Philipe Men
Quoting Vincent Massol <[EMAIL PROTECTED]>:
>
>
> > -Original Message-
> > From: Pascal Thivent [mailto:[EMAIL PROTECTED]
> > Sent: 13 April 2004 13:43
> > To: [EMAIL PROTECTED]
> > Subject: RE: RE: [ejb] verification plugins/tools?
> >
ss plugin ? From my point of
view, this goal should be "container agnostic" whatever the technology it rely
on.
Do I miss something ?
Thanks in advance.
--
Pascal Thivent
> Thanks
> -Vincent
> -Original Message-
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED
j2ee
1.4
xdoclet
xjavadoc
1.0.2
xdoclet+ejb-module
1.2b4
xdoclet+jboss-module
1.2b4
xdoclet+jmx-module
1.2b4
xdoclet+web-module
1.2b4
BTW, I use a maven-xdoclet-plugin-1.2.jar built from xdoclet's HEAD.
Hope this helps,
-- Pascal
Marco Tedone wrote:
> Hi, I
72 matches
Mail list logo