Hi,
On 13/04/17 02:05, András Kerekes wrote:
Hi,
I'm working on a Maven plugin and I'd like to check whether a parameter for
a Mojo has been explicitly set by the user (via POM), or it contains the
default value. Is there a way to do this?
Maybe I misunderstand a thing but why do you need to
Hi Maven team, we are having trouble getting a couple new modules included
in our release build and our former "Maven person" can't contribute any
more at their new job.
Anyone up for some troubleshooting? We release from master, our source repo
is at https://github.com/apache/mahout, and our late
The Apache Maven team is pleased to announce the release of the Apache
Maven Surefire Plugin, version 2.20.
The release contains 70 bug fixes.
Again we received contributions from the community in form of bug reports
and bug fixes.
Thank you and keep them coming!
http://maven.apache.org/plugins/m
Github user eolivelli closed the pull request at:
https://github.com/apache/maven-plugins/pull/112
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the featu
GitHub user eolivelli reopened a pull request:
https://github.com/apache/maven-plugins/pull/112
MWAR-405 Workaround XStream incompatibility with Java9
This is a proof-of-concept implementation of a possible way to word-around
the actual incompatibility of xstreams default converter
Try to put a break point to setter but you won't distinguish between user
and default value.
On Thu, Apr 13, 2017 at 2:06 AM, András Kerekes [via Maven] <
ml-node+s40175n5905937...@n5.nabble.com> wrote:
> Hi,
>
> I'm working on a Maven plugin and I'd like to check whether a parameter
> for
> a Mo
Hi,
The vote has passed with the following result:
+1 : Petr Široký (non-binding), Andreas Gudian (binding), Michael Osipov
(binding), Dan Tran (non-binding), Manfred Moser (binding), Hervé BOUTEMY
(binding), Tibor Digana (binding)
PMC quorum: Andreas Gudian, Michael Osipov, Manfred Moser, Hervé
+1 (binding)
On Sat, Apr 8, 2017 at 12:53 PM, Tibor Digana
wrote:
> Hi,
>
> We solved 70 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12317927&version=12334636
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/i#issues/?jql=pro
Hi,
I'm working on a Maven plugin and I'd like to check whether a parameter for
a Mojo has been explicitly set by the user (via POM), or it contains the
default value. Is there a way to do this?
Thanks,
András
Le mercredi 12 avril 2017, 22:05:02 CEST Michael Osipov a écrit :
> Am 2017-04-12 um 08:54 schrieb Hervé BOUTEMY:
> > yes, that's what I tried to say (there were 4 branches iin MNG-6169/)
> >
> > I finally renamed the 4 branches and replaced / with _: now there won't be
> > any stupid failure on J
Hi Lennart,
that sounds feasible, will give it a try and come back with the result.
Thanks so far to all of you!
Dirk
Am Mittwoch 12. April 2017 schrieb Lennart Jörelid:
> Hello Dirk,
>
> There are always options for doing this, although they may not be
> considered elegant.
>
> To solve your
Hello Dirk,
There are always options for doing this, although they may not be
considered elegant.
To solve your problem in a practical way I would recommend defining two
profiles within your pom (say "neo4jV2" and "neo4jV3").
One of the properties should be included ("Conditional profiles") using
Am 2017-04-12 um 08:54 schrieb Hervé BOUTEMY:
yes, that's what I tried to say (there were 4 branches iin MNG-6169/)
I finally renamed the 4 branches and replaced / with _: now there won't be any
stupid failure on Jenkins, and I just checeked that the github mirror is up to
date also
Hell, seri
Hi Stephen,
I need to declare the dependency to static directly, so I'm on the
Sorry-Out-Of-Luck path...
But your suggestion makes me thinking of providing an artifact myself (just
pom packaging) in two different versions that pulls in the different
dependencies and which can be overridden by
On Wed 12 Apr 2017 at 20:21, Dirk Mahler wrote:
> Hi Bindul,
>
> sadly it's not that easy (or it's so easy that I don't see the
> solution...). As a default and for compatibility reasons I'd like to
> declare the dependencies of the Neo4j 2.x artifacts for my Maven plugin:
>
> - org.neo4j:neoj
>
Hi Bindul,
sadly it's not that easy (or it's so easy that I don't see the
solution...). As a default and for compatibility reasons I'd like to
declare the dependencies of the Neo4j 2.x artifacts for my Maven plugin:
- org.neo4j:neoj
- org.neo4j.app:neo4j-server
- org.neo4j.app:neo4j-server:st
Dirk,
On Wed, Apr 12, 2017 at 7:06 AM, Dirk Mahler wrote:
> Hi all,
>
> is there a way to provide users of a plugin a way of easily switching
> dependencies of it?
>
> Background: I'm developing a Maven plugin (jQAssistant) that comes with a
> dependency to Neo4j (graph database). Currently I'm u
GitHub user mkrizmanic opened a pull request:
https://github.com/apache/maven/pull/113
[MNG-6127] Fix plugin execution configuration interference
PR for maven-integration-testing:
https://github.com/apache/maven-integration-testing/pull/21
You can merge this pull request into a Git
GitHub user mkrizmanic opened a pull request:
https://github.com/apache/maven-integration-testing/pull/21
[MNG-6127] Add plugin execution configuration interference test
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkrizmanic/
Yes, I think that makes sense. Will do so.
Robert
On Wed, 12 Apr 2017 03:15:41 +0200, Hervé BOUTEMY
wrote:
Robert,
Should this war plugin be added to the Java 9 - Jigsaw Wiki page in the
plugins section?
https://cwiki.apache.org/confluence/display/MAVEN/Java+9+-+Jigsaw
Regards,
Hervé
L
Hi all,
is there a way to provide users of a plugin a way of easily switching
dependencies of it?
Background: I'm developing a Maven plugin (jQAssistant) that comes with
a dependency to Neo4j (graph database). Currently I'm using Neo4j 2.3.x
which has been compiled against Java 7 but I would
I think the issue was changing from MNG-6169 to MNG-6169/something and then
back again
using names with a slash in them *should* be fine... reusing the part
before the slash can cause issues during the same sync
On 12 April 2017 at 07:54, Hervé BOUTEMY wrote:
> yes, that's what I tried to say (
I have created the JIRA to better track my proposal
https://issues.apache.org/jira/browse/MWAR-405
2017-04-12 3:15 GMT+02:00 Hervé BOUTEMY :
> Robert,
>
> Should this war plugin be added to the Java 9 - Jigsaw Wiki page in the
> plugins section?
> https://cwiki.apache.org/confluence/display/MAV
Github user eolivelli closed the pull request at:
https://github.com/apache/maven-plugins/pull/112
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the featu
GitHub user eolivelli reopened a pull request:
https://github.com/apache/maven-plugins/pull/112
MWAR-405 Workaround XStream incompatibility with Java9
This is a proof-of-concept implementation of a possible way to word-around
the actual incompatibility of xstreams default converter
25 matches
Mail list logo