Resolver to POM or Model

2018-10-16 Thread Elliotte Rusty Harold
available in the artifact itself. Any ideas? -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Is compile classpath deterministic?

2018-10-21 Thread Elliotte Rusty Harold
inistic? If not, can we > make it deterministic so that it is easier to discover and debug dependency > issues? > > Thanks! > Dagang -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsub

Re: Parsing pom.xml

2018-12-09 Thread Elliotte Rusty Harold
it should be. Parent POMs are one issue, but that's expected. What may not be obvious is that many real world pom.xml files omit the namespace declarations. This require s lot of contortions in your code to handle cases both with and without namespaces.

Maven enforcer rules with access to current project

2019-03-20 Thread Elliotte Rusty Harold
from the validate phase? If not, we're probably going to have to rewrite our enforcer rule as an independent maven plugin. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.or

Re: Question on maven-artifact

2019-03-27 Thread Elliotte Rusty Harold
reasons of backwards compatibility. However it is an Apache project today. No comment one way or the other on the licensing. I'm not familiar with that. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail

Re: Accessing a maven repository programatically (in 2019)

2019-04-06 Thread Elliotte Rusty Harold
y, using the ~/.m2/repository as cache, as > usual. The ArtifactRepository interface > (https://maven.apache.org/ref/3.6.0/apidocs/index.html) seems perfect > for this. How can I get an object that implements it? > > Thanks! > > - Michael >

Re: Accessing a maven repository programatically (in 2019)

2019-04-08 Thread Elliotte Rusty Harold
that nobody really uses it and I shouldn't care about it and > rather use org.eclipse.aether. Is this correct? > > - Michael > > -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [ANN] Maven Resolver Ant Tasks 1.2.0 released

2019-04-12 Thread Elliotte Rusty Harold
ges from Java source code." Is that accurate? That sounds like the JXR plugin. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Java 6 in plugins

2019-04-15 Thread Elliotte Rusty Harold
Is this page still accurate or should it be deleted? https://maven.apache.org/developers/java6.html -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands

Collecting optional + non-optional dependencies

2019-05-22 Thread Elliotte Rusty Harold
33371924c36d21f4756d97126d4/plugins/com.google.cloud.tools.eclipse.util/src/com/google/cloud/tools/eclipse/util/DependencyResolver.java https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/3428 -- Elliotte Rusty Harold elh...@ibiblio.org -

Re: proposal for maven-archetype to switch to dom4j 2.1.1 (and Java 8)

2019-06-03 Thread Elliotte Rusty Harold
these changes. > What else I should do to advance this proposal? > > Thanks! > Tony Homer > > [1] https://nvd.nist.gov/vuln/detail/CVE-2018-1000632 > [2] https://issues.apache.org/jira/browse/ARCHETYPE-567 > [3] https://dom4j.github.io > [4] https://github.com/apache/mave

Re: proposal for maven-archetype to switch to dom4j 2.1.1 (and Java 8)

2019-06-03 Thread Elliotte Rusty Harold
I agree that this should be fixed. I'm not yet convinced that requiring Java 8 and upgrading to dom4j 2.1 is the bets fix. On Mon, Jun 3, 2019 at 10:24 AM Enrico Olivelli wrote: > > Elliotte, > > Il giorno lun 3 giu 2019 alle ore 15:59 Elliotte Rusty Harold < > elh...@

Re: proposal for maven-archetype to switch to dom4j 2.1.1 (and Java 8)

2019-06-03 Thread Elliotte Rusty Harold
va 8 and 11 only these days. Java 7 is > in the distant past. Most people can't even get Java 7 updates since it is > EOL unless you pay. > > Gary > > On Mon, Jun 3, 2019 at 10:35 AM Elliotte Rusty Harold > wrote: > > > I agree that this should be fixed. I

Re: proposal for maven-archetype to switch to dom4j 2.1.1 (and Java 8)

2019-06-03 Thread Elliotte Rusty Harold
r me. > If some code was broken in that version, it would be an argument. But it > is > not an argument to infinitely grow versions only because somebody in CVE > wants to. This really is pushing hard to sell technologies and not a > common > sense. > > T

Re: proposal for maven-archetype to switch to dom4j 2.1.1 (and Java 8)

2019-06-04 Thread Elliotte Rusty Harold
7;d like to stop doing this and use the > > > upstream version instead. > > > In order to achieve this, I logged the issue with m2e-core and opened a > > PR > > > (as mentioned above), then logged an issue with maven-archetype and > > opened > > > a PR (which i

Re: proposal for maven-archetype to switch to dom4j 2.1.1 (and Java 8)

2019-06-04 Thread Elliotte Rusty Harold
wrote: > > Just wondering: what stops you developing on more modern java, and > targeting older java? Or in other words, why is using target java a must on > development? Just curious. > > Ps: sry for jumping the thread > > On Mon, Jun 3, 2019, 16:48 Elliotte Rusty Harold

Push install plugin docs

2019-07-02 Thread Elliotte Rusty Harold
Could someone push the docs for https://maven.apache.org/plugins/maven-install-plugin/? I noticed a 404 from this page. When I went to fix it in Github, I realized it had already been fixed 6 months ago, but the page doesn't seem to have been updated since the fix. -- Elliotte Rusty Harol

Re: [SUMMARY] 3 ITs permanently fail on Linux / Maven Core

2019-08-04 Thread Elliotte Rusty Harold
bert > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Elliotte Rusty Harold elh...@ibiblio.org -

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Elliotte Rusty Harold
ore we do a new > release. > > WDTY, > Robert > > [1] https://issues.apache.org/jira/browse/MNG-6656 > [2] https://github.com/apache/maven/compare/MNG-6656?expand=1 > > --------- >

Re: [DISCUSS] Maven 3.7.0

2019-10-03 Thread Elliotte Rusty Harold
that runs Java 7 is required. On Thu, Oct 3, 2019 at 8:25 AM Paul Hammant wrote: > > Would jdk 8 for maven itself and a target of 7 for the compiler (etc) for > maven-using projects be ok? > > On Thu, Oct 3, 2019 at 1:15 PM Elliotte Rusty Harold > wrote: > > > Strong -1

Re: Consumer pom...a better name like 'public pom' ?

2019-10-07 Thread Elliotte Rusty Harold
is usually > deployed to remote repositories > > In alternative to source/public I have imagined other couples: > - source/shared > - original/result > - source/result > - source/sharable > - source/visible > - source/effective > . > > Thoughts ? >

Hard requirements

2019-10-22 Thread Elliotte Rusty Harold
we actually explain what a soft or a "Hard" requirement is. If someone can clarify this for me, I'll update the docs accordingly. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-uns

***UNCHECKED*** Re: Hard requirements

2019-11-01 Thread Elliotte Rusty Harold
r than or equal to 1.2, but not 1.1. Multiple requirements are comma-separated * <<<(,1.1),(1.1,)>>>: Soft requirement on any version except 1.1; for example because it is known not to have a critical vulnerability. On Fri, Oct 25, 2019 at 4:43 PM Stephen Connolly wro

Re: ***UNCHECKED*** Re: Hard requirements

2019-11-04 Thread Elliotte Rusty Harold
Thanks. I've rewritten the PR under the assumption that all version ranges are "hard". Please take another look. (PTAL) On Fri, Nov 1, 2019 at 7:54 PM Stephen Connolly wrote: > > On Fri 1 Nov 2019 at 21:37, Elliotte Rusty Harold > wrote: > > > Pass 1: > &g

Re: Maven Enforcer Release-3.0.0-M3

2019-11-11 Thread Elliotte Rusty Harold
-- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-

Re: Maven Enforcer Release-3.0.0-M3

2019-11-12 Thread Elliotte Rusty Harold
. So i put the > prefix in the system property and that's what i break, a little. It was > just an example, but this is the principle that i understand and we > untilize it in the milestones. > > T > > On Mon, Nov 11, 2019 at 7:55 PM Elliotte Rusty Harold > wrote: > > &

Re: Maven Enforcer Release-3.0.0-M3

2019-11-13 Thread Elliotte Rusty Harold
t; We can propose more alternatives and finally the result will be naming > conventions, when/how to use them > > T > > On Tue, Nov 12, 2019 at 1:01 PM Elliotte Rusty Harold > wrote: > > > I'm a little nervous about this is being messages to and being > >

Re: Maven Enforcer Release-3.0.0-M3

2019-11-13 Thread Elliotte Rusty Harold
d the change, but it seems to be working well. The Maven project might want to consider whether something similar could work for us. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apach

assembly plugin status

2019-11-20 Thread Elliotte Rusty Harold
Is anyone working on the assembly plugin? There are eight open PRs in the repo, the oldest of which hasn't been touched for almost two years: https://github.com/apache/maven-assembly-plugin/pulls -- Elliotte Rusty Harold elh...@ibibli

Closing issues permissions

2019-11-20 Thread Elliotte Rusty Harold
the protocol for clearing these out? -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Closing issues permissions

2019-11-22 Thread Elliotte Rusty Harold
Robert > On 20-11-2019 14:28:36, Tibor Digana wrote: > You should contact the INFRA team in Jira and ask them for your permissions > in Maven. > I also had similar problem like you in the beginning and i had to do it > this way. > So you should ask them whether you are already in c

Re: Remove Artifact Commons-Lang Dependency?

2019-11-25 Thread Elliotte Rusty Harold
reimplement any method in those classes." The same applies to commons lang. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Suggestions for improvements of current maven version

2019-11-28 Thread Elliotte Rusty Harold
hich can be > less important in many cases. > > Thanks for taking the time for reading this, and if this approach can be > feasible, > I can be reached at the following email address dikugabri...@yahoo.com for > more details. > > Sent from Mail for Windows 10 > -- Ell

Re: [ANN] Apache Maven Artifact Transfer 0.12.0 Released

2019-12-01 Thread Elliotte Rusty Harold
gt; > > Release Notes - Maven Shared Components - Version > maven-artifact-transfer-0.12.0 > > ** Bug > * [MSHARED-818] - Issue management URL in maven-artifact-transfer returns > 404 > > ** Improvement > * [MSHARED-811] - Improve handling of Metadata > * [MSH

Re: Yearly JIRA cleanup

2019-12-08 Thread Elliotte Rusty Harold
; Please also raise your voice if you have anything to discuss. > > If the issue is not modified or no objection has been raised, I will > autoclose those issues with a comment by 2019-12-30. > > Michael > > - >

Re: Yearly JIRA cleanup

2019-12-09 Thread Elliotte Rusty Harold
On Mon, Dec 9, 2019 at 3:18 PM Michael Osipov wrote: > > Am 2019-12-08 um 18:08 schrieb Elliotte Rusty Harold: > > Please don't. There are certainly some real and important issues in > > there. More importantly, users spent a great deal of effort and time > > to

Re: Yearly JIRA cleanup

2019-12-13 Thread Elliotte Rusty Harold
On Thu, Dec 12, 2019 at 6:56 PM Stephen Connolly wrote: > I think we have some crazy permissions that Brian manages. Ldap just fixes > the account name to match across systems AIUI > That's probably true. As of an hour ago, I did not seem able to close issues. -- Elliotte Ru

Re: Yearly JIRA cleanup

2019-12-13 Thread Elliotte Rusty Harold
NVM, I seem to have access now. I think I just needed to logout with my old credentials and back in with the new ones. On Fri, Dec 13, 2019 at 9:56 AM Elliotte Rusty Harold wrote: > > On Thu, Dec 12, 2019 at 6:56 PM Stephen Connolly > wrote: > > I think we have some crazy permiss

Re: Release 3.6.0 - cleaning up JIRA

2019-12-15 Thread Elliotte Rusty Harold
mentation for new important features > - license files related issues (we are now adding OpenSSL for instance) > - upgrade of dependencies flagged by OWASP or any other public directory > . > > As soon as I create the branch-3.6 please ping me on every patch you want

Meta issue on bug closure

2019-12-15 Thread Elliotte Rusty Harold
teral decision or should be discussed on the mailing list first? -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Defining EoL for Older Maven Versions

2019-12-15 Thread Elliotte Rusty Harold
.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Integration Tests of Maven Core

2019-12-15 Thread Elliotte Rusty Harold
n version 3.7.0-SNAPSHOT not in range [3.5.3-SNAPSHOT,3.5.4-SNAPSHOT] > mng6352PrintVersion(itShouldPrintVersionInAllLines).SKIPPED - > Maven version 3.7.0-SNAPSHOT not in range [3.5.3-SNAPSHOT,3.5.4-SNAPSHOT] > > > whic

Re: Meta issue on bug closure

2019-12-15 Thread Elliotte Rusty Harold
ache infrastructure, but if 30 minutes spent triaging bugs locks one out, I might perhaps have an idea why we have too many open issues in our Jira. :-) On Sun, Dec 15, 2019 at 6:10 AM Elliotte Rusty Harold wrote: > > I'm seeing a lot of forward progress on triaging bugs, especially in

Bug Triage Thoughts

2019-12-18 Thread Elliotte Rusty Harold
t; Jira will autocomplete project names. Thanks. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven site master branch

2019-12-19 Thread Elliotte Rusty Harold
x27;t happen. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Eclipse import

2019-12-19 Thread Elliotte Rusty Harold
line 113Java Problem when I import them into Eclipse. m2e seems really confused about missing lifecycle configurations. Is there something I'm missing here? -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscri

Re: Yearly JIRA cleanup

2019-12-20 Thread Elliotte Rusty Harold
or no objection has been raised, I will > autoclose those issues with a comment by 2019-12-30. > > Michael > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > --

Re: Yearly JIRA cleanup

2019-12-20 Thread Elliotte Rusty Harold
0, 2019 at 6:29 AM Elliotte Rusty Harold wrote: > > While working through the bugs I found this interesting bit of history: > > https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014 > > It seems like we've been here before. Some of the bugs that we

Re: Yearly JIRA cleanup

2019-12-20 Thread Elliotte Rusty Harold
d one truly scary security issue someone badly needs to look at. On Fri, Dec 20, 2019 at 6:42 AM Michael Osipov wrote: > > I will exlude those. It does not makes sense to close/reopen again. > > Am 2019-12-20 um 12:29 schrieb Elliotte Rusty Harold: > > While working throug

Re: [VOTE] - Integration Tests of Maven Core

2019-12-22 Thread Elliotte Rusty Harold
hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > Kind regards > Karl Heinz Marbaise > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.o

Re: Yearly JIRA cleanup

2019-12-23 Thread Elliotte Rusty Harold
gt; be closed be the version has not been proposed yet. > > > > On Fri, Dec 20, 2019 at 12:49 PM Elliotte Rusty Harold > > wrote: > > > >> One thing we should try going forward is be more ready to won't fix > >> and close bugs and RFEs we disagree wit

Doxia test flakiness

2019-12-23 Thread Elliotte Rusty Harold
can figure out how to fix the autogenerated test instead that would be even better. Details at https://issues.apache.org/jira/browse/DOXIATOOLS-64 -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev

Re: Doxia test flakiness

2019-12-24 Thread Elliotte Rusty Harold
ls] > > > for some reason only the doxia-converter and doxia-linkchecker got their own > repo, the doxia-book-renderer and doxia-book-maven-plugin not. > > Before having a look at this, we need to know the status of it. > > thanks, > Robert > > On 23-12-2019 23:38:43,

Re: Current master is broken !

2019-12-26 Thread Elliotte Rusty Harold
> > org.apache.httpcomponents-httpclient-4.4.1.jar unaccounted for in LICENSE > > org.apache.httpcomponents-httpcore-4.4.1.jar unaccounted for in LICENSE > > org.apache.thrift-libthrift-0.9.3.jar unaccounted for in LICENSE -- Elliotte Rusty Harold elh...@ibiblio.

Modello status

2019-12-26 Thread Elliotte Rusty Harold
hat makes small changes far more work to implement than they would be if the code Modello provides had been written by hand and committed to the Maven repos. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mai

Continuous integration

2019-12-26 Thread Elliotte Rusty Harold
in on setting this up. However there might be contractual issues between the vendors and the Apache Foundation. Does anyone happen to know if this is something Apache does? Or if there's a another type of CI other projects are using for Github? -- Ellio

Re: Current master is broken !

2019-12-26 Thread Elliotte Rusty Harold
t; but I can't find a reason why some pull requests passed validation > > > > > > Enrico > > > > > > INFO] Total time: 08:22 min > > > > > > [INFO] Finished at: 2019-12-24T17:58:44Z > > > > > > [INFO] > > ---- > >

Re: Modello status

2019-12-26 Thread Elliotte Rusty Harold
s://issues.apache.org/jira/browse/MNG-6036 I was exploring the possibility of fixing some issues with the MavenXpp3Reader. One thing that surprised me is that Modello appears to use string literals to create the generated code, not something more easily edited such as Velocity templates. --

Re: Doxia test flakiness

2019-12-30 Thread Elliotte Rusty Harold
ason only the doxia-converter and doxia-linkchecker got their own > repo, the doxia-book-renderer and doxia-book-maven-plugin not. > > Before having a look at this, we need to know the status of it. > > thanks, > Robert > > On 23-12-2019 23:38:43, Elliotte Rusty Harold wro

Version poll results

2020-01-07 Thread Elliotte Rusty Harold
is is something we should fix. It's a breaking change but I expect the high majority of devs who encounter this would classify the existing behavior as a bug. My main question is what version of Maven should we fix this in? 3.6.5? 3.7? 4.0? Thoughts? -- Elliot

Re: Version poll results

2020-01-07 Thread Elliotte Rusty Harold
ything after the version starting with an alphabetic character > is a classifier, used to classify a pre-production version. The > classifiers being in alphabetical order. > > That is why i never understood Spring working with versions like > 2.1.RELEASE (being < 2.1). > &

Re: Version poll results

2020-01-07 Thread Elliotte Rusty Harold
; > TIA > > Clemens > > Am 07.01.2020 um 16:16 schrieb Clemens Quoss: > > Consider this artifact: > > > > artifactId-1.0-alpha1-classifier.jar > > > > How to separate version (1.0-alpha1) from classifier (classifier), then? > > > > TIA

Re: Version poll results

2020-01-07 Thread Elliotte Rusty Harold
ogle-cloud-firestore-0.41.0-beta.jar has the version 0.41.0-beta and no classifier or the version 0.41.0 and the classifier beta. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apach

Re: [DISCUSS] Merging small plugins

2020-01-08 Thread Elliotte Rusty Harold
based release schedule > > > I image the big work you did for splitting all of the 100 git repositories > from svnbut I think this move can give more vitality to the project > > We would have to think about jira, websitesI

Re: aspectj-maven-plugin status

2020-01-13 Thread Elliotte Rusty Harold
plugin is not supported > now, or just nobody had enough time to look into it? > > Alexander -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Paypal Declares Latest Release Pom in Maven Central

2020-01-16 Thread Elliotte Rusty Harold
issue here: > https://github.com/paypal/merchant-sdk-java/issues/46 > but nobody seems to take a notice. > Is there any official way to contact Paypal and ask them to fix it? > > -- > Regards, Petar! > Karlovo, Bulgaria. > --- > Public

Re: Doxia test flakiness

2020-01-22 Thread Elliotte Rusty Harold
Ping. Any progress on getting Doxia migrated into Github? On Mon, Dec 23, 2019 at 5:38 PM Elliotte Rusty Harold wrote: > > Anyone working on Doxia these days? If so, your review of > https://github.com/apache/maven-doxia-tools/pull/3 would be > appreciated. This PR effectively disa

Re: Doxia test flakiness

2020-01-22 Thread Elliotte Rusty Harold
https://github.com/apache/maven-doxia-linkcheck > > Le mercredi 22 janvier 2020, 18:12:30 CET Elliotte Rusty Harold a écrit : > > Ping. Any progress on getting Doxia migrated into Github? > > > > On Mon, Dec 23, 2019 at 5:38 PM Elliotte Rusty Harold > > > > wrote

Re: Doxia test flakiness

2020-01-23 Thread Elliotte Rusty Harold
reuse my migration script to prepare the 2 components dedicated Git > > repositories and let you know > > > > Regards, > > > > Hervé > > > > [1] > > https://cwiki.apache.org/confluence/display/MAVEN/Git+Migration#GitMigratio > > n-Migratinganaggregatortree

Re: Maven feature request

2020-01-24 Thread Elliotte Rusty Harold
ependency_Scope>) > *and > AFAIK this is not currently supported, but I have a specific reason for > wanting this. > > > *I'd really appreciate if someone can add that for me and let me know when > it's done.* > > *Please let me know if you hav

Re: Maven feature request

2020-01-24 Thread Elliotte Rusty Harold
the attached pom and see if there's anything I can do to make this > work? He was using gson in this example. > > Scott > > > > On Fri, Jan 24, 2020 at 5:02 AM Elliotte Rusty Harold > wrote: >> >> That's a really interesting idea and I can s

Profiles, builds, and repositories

2020-01-24 Thread Elliotte Rusty Harold
d about dependencies. Profiles can change dependencies, so the runtime and compile time classpath might depend on the active profile. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@

Re: Abandoned project

2020-01-31 Thread Elliotte Rusty Harold
re abandoned > nowadays. > > Are there any plans to make them an Apache Project? I guess there probably > must have been a discussion on this list, but I haven't found any. > > Recent example: > https://github.com/mojohaus/buildnumber-maven-plugin/issues/93 -- El

Re: [ANN] Apache Maven Parent POMs 34 Released

2020-02-06 Thread Elliotte Rusty Harold
> reproducible plexus/components.xml > * [MPOM-234] - Upgrade apache-rat-plugin to 0.13 > > Enjoy, > > -The Apache Maven team > > > > --------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.a

Add RAT exclusion

2020-02-06 Thread Elliotte Rusty Harold
this, where/what do I need to add to the doxia-site pom.xml? That is I want to reconfigure the rat plugin. None of the obvious things I tried seemed to have any effect. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscri

Re: Cutting Checkstyle 3.1.1

2020-02-06 Thread Elliotte Rusty Harold
my projects yesterday to 3.1.0/8.29 and didn't notice any issues: https://github.com/GoogleCloudPlatform/appengine-plugins-core/pull/830/files -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubsc

Re: Cutting Checkstyle 3.1.1

2020-02-06 Thread Elliotte Rusty Harold
I feel it is a > good step forward to let them move forward with changes in Checkstyle > > Enrico > > Il giorno gio 6 feb 2020 alle ore 15:41 Elliotte Rusty Harold > ha scritto: > > > > On Thu, Feb 6, 2020 at 9:33 AM Enrico Olivelli wrote: > > > > > >

Re: Add RAT exclusion

2020-02-06 Thread Elliotte Rusty Harold
configure the rat plugin. None of the obvious things I tried > > seemed to have any effect. > > > > > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Elliotte Rusty Harold elh...@ibiblio.org ---

Re: Releasing Maven Shade Plugin

2020-02-08 Thread Elliotte Rusty Harold
egards, > > Hervé > > > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Elliotte Rusty Harold elh...@ibiblio.org ---

Re: Maven GroupID authority

2020-02-14 Thread Elliotte Rusty Harold
> for almost every sub-project within its scope. Many of them simply > > > starting with the word "commons" instead of "org.apache.commons". Does > > the > > > PMC have any ideas on how to combat this? > > >

Re: Maven GroupID authority

2020-02-14 Thread Elliotte Rusty Harold
On Fri, Feb 14, 2020 at 5:12 PM Hervé BOUTEMY wrote: > > Le vendredi 14 février 2020, 14:11:07 CET Elliotte Rusty Harold a écrit : > > Changing group IDs of existing projects is a very bad idea. > there is relocation strategy: > https://maven.apache.org/guides/mini/guide-rel

Re: Maven GroupID authority

2020-02-15 Thread Elliotte Rusty Harold
because no one wants to build two jars for pre > and post J9. > True enough, but a Java 8 jar can still have an explicit module name. It's just one more entry in the MANIFEST.MF that pre-9 VMs are happy to ignore. We can't go back and add module names to old jars but it's wort

Re: Maven GroupID authority

2020-02-15 Thread Elliotte Rusty Harold
> I really don't think Maven works like that, but feel free to point me to the code in Github that proves me wrong. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apach

Re: Maven GroupID authority

2020-02-16 Thread Elliotte Rusty Harold
es relocation is possible. If this does work, I can see a lot of use cases for it, but I'm currently working with the assumption it is not. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr

Modello development

2020-02-17 Thread Elliotte Rusty Harold
b.com/codehaus-plexus/modello/tree/modello-1.10.0/ as indicated on the web site? Seems like the latter redirects to the former so Im guessing github is now preferred. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e

Re: [maven-dependency-plugin] Proposal: Additional parameter to order tree output

2020-02-18 Thread Elliotte Rusty Harold
iendly language such as > XML or JSON. > > I will be happy to supply PR, if this is something that the Maven community > is interested in. > > Best regards, > > Loïc Ledoyen -- Elliotte Rusty Harold elh...@ibiblio.org --

Re: java version for jlink plugin

2020-02-19 Thread Elliotte Rusty Harold
> > As jlink has been released with java9 I wonder if this java7 minimum > > really > > > makes sense? > > > > > > cheers > > > -- > > > Olivier Lamy > > > http://twitter.com/olamy | http://linkedin.com/in/olamy > > > > &

Re: Maven GroupID authority

2020-02-19 Thread Elliotte Rusty Harold
2/javax/xml/jaxb-api/1.0.1/jaxb-api-1.0.1.pom > > testing relocation was on my todo list for years, but I never really test > > Regards, > > Hervé > > Le dimanche 16 février 2020, 15:18:17 CET Elliotte Rusty Harold a écrit : > > On Sun, Feb 16, 2020 at 2:35 AM wrote: &g

Re: [VOTE] Release Apache Maven Doxia Sitetools version 1.9.2

2020-02-19 Thread Elliotte Rusty Harold
- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Apache Maven Doxia Sitetools version 1.9.2

2020-02-20 Thread Elliotte Rusty Harold
this error, I can't reproduce and ASF Jenkins can't > reproduce either: > https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven-doxia-sitetools/job/master/ > > Regards, > > Hervé > > Le mercredi 19 février 2020, 21:21:22 CET Elliotte Rusty Harold a

Jenkins + Github

2020-02-20 Thread Elliotte Rusty Harold
Is it possible to integrate the Jenkins builds with Github as Traivs and CircleCI do? That is, to have Jenkins report build status on a PR back to Github as a hook? -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe

Re: is it legal to shade "gson" packages in Maven?

2020-02-23 Thread Elliotte Rusty Harold
shade packages in gson library. > Although it contains the Apache 2.0 license but it contains Copyright (C) > 2010 Google Inc. as well, see: > https://github.com/google/gson/blob/master/gson/src/main/java/com/google/gson/stream/JsonReader.java > > -- > Cheers > Tibor --

Re: is it legal to shade "gson" packages in Maven?

2020-02-23 Thread Elliotte Rusty Harold
mpletely separate classpaths for user code and your product’s code. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: is it legal to shade "gson" packages in Maven?

2020-02-23 Thread Elliotte Rusty Harold
binding packages that caused more trouble than they were worth. Plain old reliable SAX and DOM are still bundled as are XPath and XSLT. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...

Re: is it legal to shade "gson" packages in Maven?

2020-02-23 Thread Elliotte Rusty Harold
his dependency (though it's yet to be demonstrated here) but I suspect the pot roast principle might be in play here: https://www.psychologytoday.com/us/blog/thinking-makes-it-so/201402/the-pot-roast-principle -- Elliotte Rusty Harold elh...@ibiblio.org -

Re: Jenkins + Github

2020-02-23 Thread Elliotte Rusty Harold
or security reasons, you cannot trust pull > requests to have malicious code. The Jenkins builds are not that isolated. > > Gruss > Bernd > > > -- > http://bernd.eckenfels.net > ________ > Von: Elliotte Rusty Harold > Gesendet: Thursd

XML Encoding and character set errors

2020-02-25 Thread Elliotte Rusty Harold
n the XML parsing code. :-) -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: XML Encoding and character set errors

2020-02-26 Thread Elliotte Rusty Harold
I may have to generate such a bad example and see what happens, though I'm hesitant to take the risk that it might slip through. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.a

Maven Repository Security issues: any war stories?

2020-02-28 Thread Elliotte Rusty Harold
t.com/graphics/2020/world/national-security/cia-crypto-encryption-machines-espionage/> and most open source projects could be had for a lot less. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Maven Repository Security issues: any war stories?

2020-02-29 Thread Elliotte Rusty Harold
verify-maven-plugin/ -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

  1   2   3   4   5   6   7   >