I had to install the Oracle JDBC driver (ojdbc6) in my local repo for my
integration tests. I ran "install:install-file" from the command line to
install it, and then I inspected the hierarchy that created. It looks correct
to me.
I then went back into Eclipse and tried to add a new dependenc
I'm on Helios (STS 2.8.1), m2e 1.0.100.20110804-1717.
In some recent update I seem to have lost the functionality in the "Add
Dependency" dialog to search Maven repos for artifact matches. I used to be
able to enter a partial search string in the "Enter groupid, ..." field, and it
would list t
" section. After I added that back in,
search is working fine again. :)
Thanks.
> On 11-12-09 12:09 PM, KARR, DAVID wrote:
> > I'm on Helios (STS 2.8.1), m2e 1.0.100.20110804-1717.
> >
> > In some recent update I seem to have lost the functionality in the
> &quo
This morning I noticed that my Maven projects are giving me weird errors in my
pom.xml file. Two of them I hadn't changed recently, but the other I worked on
yesterday, and it was fine. I didn't change anything in the pom or the project
config.
I'm using STS 2.8.1 (essentially Indigo), with m
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of KARR, DAVID
> Sent: Friday, December 23, 2011 9:06 AM
> To: Maven Integration for Eclipse users mailing list
> Subject: [m2e-users] New weird errors in po
I tried to update my plugins a couple of days ago, and it listed the following
as having updates available:
* Eclipse EGit
* EGit Mylyn
* m2e connector for build-helper-maven-plugin
Then it gave me the errors following this. Any idea what my options are for
resolving this?
---
builder-helper requires m2e 1.1
On 28 December 2011 18:56, KARR, DAVID mailto:dk0...@att.com>>
wrote:
I tried to update my plugins a couple of days ago, and it listed the following
as having updates available:
* Eclipse EGit
* EGit Mylyn
* m2e connector for build-helper-maven-plugin
T
lugin:
http://download.eclipse.org/technology/m2e/milestones/1.1
Cheers,
Rafał
On 01/03/2012 03:59 PM, KARR, DAVID wrote:
How does that information help me?
From: m2e-users-boun...@eclipse.org<mailto:m2e-users-boun...@eclipse.org>
[mailto:m2e-users-boun...@eclipse.org] On Behalf Of Matthew P
m the following update
site in order to upgrade build-helper-maven-plugin:
http://download.eclipse.org/technology/m2e/milestones/1.1
Cheers,
Rafał
On 01/03/2012 03:59 PM, KARR, DAVID wrote:
How does that information help me?
From: m2e-users-boun...@eclipse.org<mailto:m2e-users-boun...@ecl
Sorry to nag, but does anyone have an idea how to get past this?
From: m2e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] On
Behalf Of KARR, DAVID
Sent: Tuesday, January 03, 2012 9:04 AM
To: Maven Integration for Eclipse users mailing list
Subject: Re: [m2e-users] Update
e you tried to uninstall org.sonatype.m2e.subversive?
No. Are you confident that will resolve this or are you just gathering
information?
> On 12-01-04 1:19 PM, KARR, DAVID wrote:
> > Sorry to nag, but does anyone have an idea how to get past this?
> >
> > *From:*m2e-users-b
> On 12-01-04 1:19 PM, KARR, DAVID wrote:
> > Sorry to nag, but does anyone have an idea how to get past this?
> >
> > *From:*m2e-users-boun...@eclipse.org
> > [mailto:m2e-users-boun...@eclipse.org] *On Behalf Of *KARR, DAVID
> > *Sent:* Tuesday, January 03, 2012 9:04
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of KARR, DAVID
> Sent: Wednesday, January 04, 2012 4:50 PM
> To: Maven Integration for Eclipse users mailing list
> Subject: Re: [m2e-users] Update con
I had Eclipse installed on my old XP laptop. I was getting a new Win7 laptop,
and I copied the eclipse tree and my workspace to the new laptop. Most
everything appears to work on the new laptop, but problems started when I saw a
plugin update come through (for "Maven Integration for WTP"). I tri
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of KARR, DAVID
> Sent: Saturday, February 04, 2012 12:51 PM
> To: m2e-users@eclipse.org
> Subject: [m2e-users] Eclipse and workspace copied from old XP to n
Today I restarted Eclipse (STS 2.8.1) and got a string of errors like the
following in all my Maven projects:
---
ArtifactDescriptorException: Failed to read artifact descriptor for
com.sun.xml.bind:jaxb-impl:jar:2.2.4-1: ArtifactResolutionException: Failure to
transfer com.sun.x
one of its dependencies
could not be resolved: Failed to read artifact descriptor for
org.apache.maven.plugins:maven-jar-plugin:jar:2.3.1
> On 12-02-17 12:46 AM, KARR, DAVID wrote:
> > Today I restarted Eclipse (STS 2.8.1) and got a string of errors like
> the following in all my Mave
I restarted Eclipse this morning, and now I've got a bunch of errors like this:
Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (execution:
default-testCompile, phase: test-compile)
There were 5 others like this in the po
I have one m2e project checked out from svn which is an aggregator project. It
is several layers deep. Several layers down there are some projects with
src/main/java trees. I need to have the top-level aggregator project, but I
also need to be able to debug code from the lower-level directori
some project, it doesn't matter which one,
and then I added source folders to the debug configuration. I now only have
one copy of the source, and I can set breakpoints in the Java code.
> --
> Sent from my SGS
>
> "KARR, DAVID" wrote:
>
> >I have one m
project looking at a
> subset of another project
>
> There is only one copy of the code on the filesystem but two (or more)
> references to it from workspace projects.
Ok, then could you please elaborate, because I didn't understand what you were
suggesting.
>
this
> does not happen for you.
Ok, now I see the option. I'll see how this works.
> "KARR, DAVID" wrote:
>
> >I have one m2e project checked out from svn which is an aggregator
> >project. It is several layers deep. Several layers down there are
r-plugin:1.6.0:scr (execution:
generate-scr-descriptor, phase: process-classes)
Updating the project along with forcing snapshot updates doesn't fix it.
> "KARR, DAVID" wrote:
>
> >I have one m2e project checked out from svn which is an aggregator
> >project. It is
In my poms, I specify specific versions for my dependencies and plugins. Every
once in a while, I use the interactive dialog in m2e to see if there are new
versions available for some of my dependencies. I realized this morning that
I've never done that for plugins, and I think the reason is t
I've been working on a Maven project with my Eclipse running on a Linux box.
Today I tried getting my Win7 environment up to date. I have the latest 3.x
version of Eclipse on both boxes. When I checked out my working project from
SVN on the Win7 box, I had a bunch of errors like this:
--
ns networking related problems. Are
you sure windows firewall is not playing tricks on you?
--
Regards,
Igor
On 12-08-27 5:18 PM, KARR, DAVID wrote:
I've been working on a Maven project with my Eclipse running on a Linux box.
Today I tried getting my Win7 environment up to date. I have the late
windows firewall is not playing tricks on you?
--
Regards,
Igor
On 12-08-27 5:18 PM, KARR, DAVID wrote:
I've been working on a Maven project with my Eclipse running on a Linux box.
Today I tried getting my Win7 environment up to date. I have the latest 3.x
version of Eclipse on both bo
a "timeout", that timeout
must be very short, which leads me to think this is not doing what it says it's
doing.
> On 12-08-27 7:10 PM, KARR, DAVID wrote:
> > I mentioned that those urls do not fail in my Firefox instance, or in
> > the internal browser in Eclipse
In this workspace that I created a couple of days ago, I have a handful of
small Maven projects. Eclipse is doing something strange to one of them. I'm
seeing the "target" directory disappearing and reappearing in the Package
Explorer a couple of times per second, which is getting really annoy
m proxies [1], which may
> or may not be related.
>
> [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=343009
>
> --
> Regards,
> Igor
>
> On 12-08-28 11:51 AM, KARR, DAVID wrote:
> >> -Original Message-
> >> From: m2e-users-boun...@eclipse.or
maven.plugins
maven-deploy-plugin
2.7
deploy
org.apache.maven.plugins
maven-site-plugin
3.0
site
>
> --
> Regards,
&
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of KARR, DAVID
> Sent: Tuesday, August 28, 2012 10:31 AM
> To: m2e-users@eclipse.org
> Subject: [m2e-users] Eclipse seemingly deleting and recreating "targ
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of KARR, DAVID
> Sent: Tuesday, August 28, 2012 11:45 AM
> To: Maven Integration for Eclipse users mailing list
> Subject: Re: [m2e-users] Eclipse seem
u use to handle EARs) DOES NOT modify your
pom.xml behind your back.
Please open a bug report and add a sample project to reproduce the issue at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=M2E-WTP
Regards,
Fred Bricon
On Wed, Aug 29, 2012 at 6:52 PM, KARR, DAVID
mailto:dk0...@
Twice now last evening and this morning I've tried to create a trivial Maven
project, and after it creates it, I get the following:
Could not calculate build plan: Plugin
org.apache.maven.plugins:maven-jar-plugin:2.3.2 or one of its dependencies
could not be resolved: Failed to read artifact de
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of KARR, DAVID
> Sent: Thursday, August 30, 2012 8:15 AM
> To: Maven Integration for Eclipse users mailing list
> Subject: [m2e-users] Created simple project and
Can someone clarify what Eclipse/m2e does to resolve project dependencies when
one or more of the dependencies is represented by another Maven project in the
workspace? I'd just like to understand what happens here.
If I make a change to a source file in one of the dependent projects and then
I'm preparing a couple of presentations arguing a transition from Ant to Maven
for an organization. I'm gathering background information about Maven-related
tools.
I noticed in a recent note here that m2e provides some features by
interrogating the configuration of specific plugins in the proj
and are in line with what I'm looking for.
> There might be more, depending on preferences.
>
> These things would also be true comparing using Maven to Graddle or
> any other build tool without any support in the IDE. It might be ok
> from command-line, but I argue you shou
This is probably just a continuation of the recent discussions about workspace
resolution vs. non-workspace resolution, but perhaps it's slightly different.
This may also be a pure Maven question, but it probably has aspects that are
exclusive to the IDE environment.
I work in an environment w
>
> On 12-09-03 9:50 PM, KARR, DAVID wrote:
> > Each project will have a unique coordinate, and when built will be
> > installed in the user's local repository. However, I obviously have
> > to figure out how to deal with the fact that the same project could
> >
to each
branch, or some other numbering strategy?
> On 12-09-04 2:23 PM, KARR, DAVID wrote:
> >> -Original Message-
> >> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> >> boun...@eclipse.org] On Behalf Of Igor Fedorenko
> >> Sent: Tuesday, S
xceptions using "branch for feature"), but I met too much
resistance to this strategy.
> On 12-09-04 3:02 PM, KARR, DAVID wrote:
> >> -Original Message-
> >> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> >> boun...@eclipse.org] On Behalf Of Ig
I'm trying to check out a project from our SVN repo that is a subfolder of a
multi-module project. A .project file wasn't stored in SVN, so when I checked
it out, it created a new .project file that is almost empty.
I need to figure out what correct steps I need to follow to get Eclipse to know
different
name from its pom artifact name, which I often need.
Otherwise, it still left the project without knowledge of its java sources or
dependencies.
> On 12-09-10 5:09 PM, KARR, DAVID wrote:
> > I'm trying to check out a project from our SVN repo that is a
> subfolder of a
> be a Maven Java project
>
>
> On 12-09-10 6:03 PM, KARR, DAVID wrote:
> >> -Original Message-
> >> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> >> boun...@eclipse.org] On Behalf Of Igor Fedorenko
> >> Sent: Monday, Septembe
aven 3.
> On 12-09-10 7:34 PM, KARR, DAVID wrote:
> >> -Original Message-
> >> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> >> boun...@eclipse.org] On Behalf Of Igor Fedorenko
> >> Sent: Monday, September 10, 2012 3:30 PM
> >> To: m2e-
Has anyone ever considered adding capabilities to m2e to show the output from
"help:describe"? I could visualize different ways this could be presented. For
instance, pressing F2 (show-tooltip-description) while hovering on an
"artifactId" element in a plugin coordinate should show this, or on
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of Igor Fedorenko
> Sent: Wednesday, September 19, 2012 11:12 AM
> To: Maven Integration for Eclipse users mailing list; Maven Integration
> for Eclipse developers mailing list
> S
I got a similar error
for "Tycho Project Configurators". I then did the same for that, and then I
was able to update m2e.
> On 12-09-19 2:21 PM, KARR, DAVID wrote:
> >> -Original Message-
> >> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> >>
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of Steinar Bang
> Sent: Tuesday, September 25, 2012 3:28 PM
> To: m2e-users@eclipse.org
> Subject: [m2e-users] Creating and editing a parent POM in the workspace
> directory?
>
>
I checked for updates this morning, and the following update site said "No
repository found".
https://repository.sonatype.org/content/repositories/forge-sites/sonatype-m2e/org.sonatype.m2e.maven.runtime.3.0.3/1.0.1/N/1.0.1.201106291304/
I imagine this site was added automatically, as I'm pretty
I've been working occasionally on a Maven app that uses CXF's XJC plugin to
generate Java code from an XSD. I'm pretty sure I've seen Eclipse regenerate
the Java code when I saved the XSD, which then recompiles those classes. This
is a very good thing to happen automatically.
Recently I've no
cle mapping configuration to use :
false
See [2] for more infos on that setting.
[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=395433
[2] http://wiki.eclipse.org/M2E_compatible_maven_plugins#mapping
On Tue, Apr 16, 2013 at 6:03 PM, KARR, DAVID
mailto:dk0...@att.com>> wrote:
I've bee
One navigation annoyance I run into quite often is when I'm sitting in a Java
source file in a module and realize that I need to edit the dependencies of my
module, so I have to move over to my Package Explorer, find the project this
source file is from, alt-click it (I use Mylyn tasks and conte
A few days ago I installed STS 3.3.0, which uses Kepler as the base.
Most of the projects I browse are Ant projects, but two particular ones that I
spend a lot of time on are Maven projects.
My initial testing of STS 3.3.0 is ok in general, except for a problem with
keyboard shortcuts that I se
roduce these problems with fresh/clean m2e install on
> > one of Eclipse packages available from download.eclipse.org? If not,
> > you probably want to report these to vmware.
> >
> > --
> > Regards,
> > Igor
> >
> >
> >
> > On 2013-07-18 7:2
through my workspace and distro), not to mention not knowing where it's
being used.
> On 2013-07-18 7:26 PM, KARR, DAVID wrote:
> > A few days ago I installed STS 3.3.0, which uses Kepler as the base.
> >
> > Most of the projects I browse are Ant projects, but two particu
Integration (optional)3.3.0.201307091516-RELEASE
* Spring IDE AOP Extension (optional) 3.3.0.201307091516-RELEASE
The last two from both sites are identical to what I have, but my ADT appears
to be older than the 4.2 version, which is older than the 4.3 version. What
should I do here?
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] On
> Behalf Of KARR, DAVID
> Sent: Thursday, July 18, 2013 8:26 AM
> To: Maven Integration for Eclipse users mailing list
> Subject: [m2e-users] After STS 3.3.0 (Kepler), get
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] On
> Behalf Of Steve Cohen
> Sent: Thursday, October 03, 2013 10:47 AM
> To: Maven Integration for Eclipse users mailing list
> Subject: [m2e-users] Javadoc generation for Eclipse project
>
>
I know that m2e has some features for automatically downloading changed
dependencies. I'm trying to understand exactly under what circumstances this
happens. I'm trying to produce a demo of this happening, but I'm realizing I
don't really understand how this works. Can someone describe a simu
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] On
> Behalf Of KARR, DAVID
> Sent: Tuesday, November 19, 2013 2:05 PM
> To: Maven Integration for Eclipse users mailing list
> Subject: [m2e-users] Need to understand how/if
I'm having a lot of trouble getting m2e to give me available completions for
GAV coordinates in the "Add" dialog. It's very inconsistent. I'm sometimes
getting completions on the group id and artifact id, but I've yet to see
anything come up in the version field. I'm sometimes seeing results
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of Emond Papegaaij
> Sent: Thursday, March 31, 2016 2:32 AM
> To: Maven Integration for Eclipse users mailing list us...@eclipse.org>
> Subject: [m2e-users] Build problems after u
I have the same version of Eclipse (Neon/4.6.0) installed on Win7 and a
CentOS7.2 VM, with just about the same set of plugins. All updated. I created
a small Maven project with the same components in both workspaces. Both
projects specify the same particular external Maven artifact repository
> -Original Message-
> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-
> boun...@eclipse.org] On Behalf Of KARR, DAVID
> Sent: Thursday, September 08, 2016 8:34 AM
> To: m2e-users@eclipse.org
> Subject: [m2e-users] Search in "Add" dialog finds artifac
I unfortunately have to look for opportunities to recover space on my laptop
drive. I noticed that I have some particularly large files in
"workspace/.metadata/.plugins/org.eclipse.m2e.core/nexus". By large I mean
several gigabytes. They are in files like "_15u.fdt" in directories with names
li
If it matters, I have also noticed that it feels like it should be easier to
navigate directly to “project-global” files (files that affect the entire
project) from the source view of a file in that project. Opening the POM is a
common one I have to get to. However, I would say the same thing a
Using latest Oxygen.
I started working on a new project today. The initial state is basically an
archetype, with a buildable Maven project. I was able to build it successfully
from the command line. When I imported the project in Eclipse, either by
right-clicking on the git repo or by import
I'm using Eclipse 2019-03 with Java 8 on Win7, with m2e installed.
I have a bunch of projects all built with Maven, that present SpringBoot REST
services in different subdomains. All of them build fine from the command line,
and all but one have no compile issues in Eclipse.
I just inherited re
e=test in your pom.xml ?
On Sat, May 25, 2019 at 8:27 AM KARR, DAVID
mailto:dk0...@att.com>> wrote:
I'm using Eclipse 2019-03 with Java 8 on Win7, with m2e installed.
I have a bunch of projects all built with Maven, that present SpringBoot REST
services in different subdomains. All o
Subject: Re: [m2e-users] Why is one maven project imported into Eclipse unable
to see JUnit or Mockito artifacts?
can you provide a sample project reproducing this issue?
On Sat, May 25, 2019 at 10:56 AM KARR, DAVID
mailto:dk0...@att.com>> wrote:
The “Sources” entry for “src/test/jav
idea of anything I can look for?
From: m2e-users-boun...@eclipse.org On Behalf
Of KARR, DAVID
Sent: Saturday, May 25, 2019 8:14 AM
To: Maven Integration for Eclipse users mailing list
Subject: Re: [m2e-users] Why is one maven project imported into Eclipse unable
to see JUnit or Mockito
Integration for Eclipse users mailing list
Subject: Re: [m2e-users] Why is one maven project imported into Eclipse unable
to see JUnit or Mockito artifacts?
So if you add all sources back the error shows up?
On Sat, May 25, 2019 at 9:56 PM KARR, DAVID
mailto:dk0...@att.com>> wrote:
Well, the
rtefacts imported
with scope=test.
On Sun, May 26, 2019 at 6:50 AM KARR, DAVID
mailto:dk0...@att.com>> wrote:
Good question. The errors do appear when I add the source files back. Now I
guess I’m looking at some sort of bisect process, with 291 source files, and
over 31k lines. Yay.
I'm trying to work with a project used by our team. It builds fine from the
command line, but I get a bunch of errors like the following in Eclipse:
Execution of goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.3:generate
failed: Prefix is already bound to
(org.jvnet.jaxb2.maven2:maven-jaxb
Every few weeks I run into a situation when I try to update plugins, where it
gives various dependency errors that are effectively impossible for me to
resolve on my own. The current one involves m2e.
The error message in the update dialog says this:
---
Cannot complete the install
I work on a team with a bunch of git repos that are Java, Maven, and Spring
Boot projects. We all configure Eclipse somewhat similarly, although I'm sure
many of the other developers on the team have variations that I don't expect.
We install the Spring IDE and Groovy plugins, and we (not all
projects, with minimal maven info
Can you attach the projects (before import), without the source code, and after
anonymizing the poms?
On Wed, Jul 10, 2019 at 10:30 PM KARR, DAVID
mailto:dk0...@att.com>> wrote:
I work on a team with a bunch of git repos that are Java, Maven, and Spring
I was previously using 2020-09, with most projects using:
* git
* springboot
* maven/m2e
* groovy plugin
This was all working fine.
I just installed 2020-12, with the same plugins I was using with 2020-09. I
exported my preferences from my 2020-09 workspace and imported them into my
2020-10 wo
I work on many SpringBoot projects that are built with Maven, and which have
been worked on in Eclipse. We are compiling projects with Java 8, but I use
close to the latest version of Java to run Eclipse.
I'm looking at one project that is giving me problems. It has some additional
dependenci
ped (as it should be), and your class using mockito under
src/main instead of src/test?
On Sun, Jun 27, 2021, 00:31 KARR, DAVID mailto:dk0...@att.com>>
wrote:
I work on many SpringBoot projects that are built with Maven, and which have
been worked on in Eclipse. We are compiling projects wi
to be working.
Now, a couple of weeks later, those “ignores” appeared to be causing this new
problem. So, I removed those “ignore” entries from lifecycle mapping, and
suddenly it was able to compile everything.
I’m mystified.
From: m2e-users On Behalf Of KARR, DAVID
Sent: Saturday, June 26
ectly happy if I then remove those overrides. No
clue. I'm flying blind here.
> -Original Message-
> From: m2e-users-boun...@eclipse.org On
> Behalf Of KARR, DAVID
> Sent: Friday, December 18, 2020 9:44 AM
> To: m2e-users@eclipse.org
> Subject: [m2e-users] G
I've been running 2021-06 on Windows 10 for a while now. I generally update
plugins as soon as I get the notification. Today I suddenly started seeing the
following error on multiple Maven projects:
java.lang.IllegalArgumentException: Malformed \u encoding.
at java.base/java.util.P
I'm looking at a project with a dependency like this:
-
io.netty
netty-tcnative
2.0.20.Final
${os.detected.classifier}
runtime
Ah. Never mind. I found https://github.com/trustin/os-maven-plugin/issues/34 .
> -Original Message-
> From: m2e-users On Behalf Of KARR, DAVID
> Sent: Monday, April 11, 2022 11:13 AM
> To: m2e-users@eclipse.org
> Subject: [m2e-users] How to do something like "o
This is the first I’ve heard of github discussions. Does anyone know if github
is going to allow separate notification levels for discussions, as opposed to
the other categories? Looking at the configuration for notifications, it
doesn’t appear to be even covered.
From: m2e-users On Behalf Of
; To: m2e-users@eclipse.org
> Subject: Re: [m2e-users] Where does System.err of Maven plugin go?
>
> Watch > Custom > Discussions
>
> Am 23.04.22 um 17:35 schrieb KARR, DAVID:
> > This is the first I’ve heard of github discussions. Does anyone know
> > if github is
90 matches
Mail list logo