[m2e-users] Integrate maven javadoc plugin errors into editor?

2016-01-14 Thread David M. Karr
I'm working on a large codebase that I've inherited. I'm going to be submitting it to an open-source team that has certain standards I have to adopt. One of them is javadoc. Very few of my existing classes have javadoc tags, but the build in the new project requires them. When I run the Mav

[m2e-users] How to control which repos m2e uses for completions in the "add artifact" dialog?

2016-01-20 Thread David M. Karr
I was attempting to search for available artifacts in the "add artifact" dialog. It was able to find common third-party libraries, but when I entered common search strings for "custom" libraries, even though those artifacts are deployed in the repositories defined in my ~/.m2/settings (they've

[m2e-users] What controls what repos go into the "Project Repositories" list in the "Maven Repositories" view?

2016-03-04 Thread David M. Karr
I'm having trouble understanding how to control what repos go into the "Project Repositories" list in the "Maven Repositories" view. I have three Eclipse distributions and workspaces, all using the same ".m2/settings.xml" file, and all having similar projects and plugins loaded. The list of r

[m2e-users] How to configure m2e in Eclipse to use same checkstyle config as used in my build?

2016-05-04 Thread David M. Karr
I have an Eclipse plugin codebase built with Tycho. The parent pom that I get from a maven repo has the checkstyle config, including the custom ruleset required the project. How exactly do I get m2e in Eclipse to use the same checkstyle config used in the build? I saw Eclipse install a m2e c

[m2e-users] Risks of setting output folders to "target" for maven projects?

2016-05-25 Thread David M. Karr
I've always been under the impression that Eclipse Maven projects should write their classes (from Eclipse) into the default "bin" and not share the same output folder as the command line build, using "target". However, I've never had definite information about this. Are there specific issues

[m2e-users] Why does m2e offer bundle artifacts when the underlying POM doesn't know about them?

2016-05-25 Thread David M. Karr
For a while I've been struggling with an issue where I see the search facility in the "Add" dialog offering some artifacts that are "jar" artifacts, and some that are "bundle" artifacts. I know the basic difference between them. The funny thing is, I believe that these artifacts are all struc

Re: [m2e-users] Why does m2e offer bundle artifacts when the underlying POM doesn't know about them?

2016-05-25 Thread David M. Karr
ing the user from creating a situation that will definitely fail, perhaps not so much. Am 25.05.2016 um 19:38 schrieb David M. Karr : For a while I've been struggling with an issue where I see the search facility in the "Add" dialog offering some artifacts that are "ja

Re: [m2e-users] Why does m2e offer bundle artifacts when the underlying POM doesn't know about them?

2016-05-26 Thread David M. Karr
type is usually the extension (according to maven docs) m2e chooses it. On 25 May 2016 at 17:37, David M. Karr <mailto:davidmichaelk...@gmail.com>> wrote: On 05/25/2016 10:54 AM, Konrad Windszus wrote: Type is actually determined only by the packaging of the re

[m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread David M. Karr
I'm looking at a project with a POM file, with a "repositories" section like this: --- opendaylight-release opendaylight-release https://nexus.opendaylight.org/content/repositories/opendaylight.release/ opendaylight-snapshot openda

Re: [m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread David M. Karr
s list in that view? Eric On Jun 1, 2016 7:13 PM, "David M. Karr" <mailto:davidmichaelk...@gmail.com>> wrote: I'm looking at a project with a POM file, with a "repositories" section like this: ---

Re: [m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread David M. Karr
different. Rereading it, I am also confused by the results that you see. Eric On Wed, Jun 1, 2016 at 8:50 PM, David M. Karr mailto:davidmichaelk...@gmail.com>> wrote: On 06/01/2016 04:35 PM, Eric B wrote: You also have to consider any inherited

[m2e-users] What is the "sha1 prefix" referred to in the "Add" dialog?

2016-07-07 Thread David M. Karr
When adding a dependency, the label in the "Add" dialog says "Enter groupId, artifactId or sha1 prefix or pattern(*)". I've gone through this dialog billions of times and never really read that label. What exactly is a "sha1 prefix" in this context? ___

[m2e-users] Befuddled by behavior of repo indexing and "Add" searches

2016-07-11 Thread David M. Karr
I've always been a bit confused about repository indexing. I normally work on a Linux laptop, and it's been working well enough there for a while. This has been using Mars.2. Today I've been trying to get a project set up on my Win7 work laptop, using the latest Neon. I'm working with two