[jira] [Created] (MNG-7496) DefaultArtifactDescriptorReader.loadPom() should query the MavenWorkspaceReader first

2022-06-11 Thread Jira
Christoph Läubrich created MNG-7496: --- Summary: DefaultArtifactDescriptorReader.loadPom() should query the MavenWorkspaceReader first Key: MNG-7496 URL: https://issues.apache.org/jira/browse/MNG-7496

[jira] [Commented] (DOXIA-590) Either provided element class or default class gets ignored

2022-06-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553184#comment-17553184 ] ASF GitHub Bot commented on DOXIA-590: -- feckertson commented on PR #104: URL: https:/

[GitHub] [maven-doxia] feckertson commented on pull request #104: [DOXIA-590] implement hidden rows

2022-06-11 Thread GitBox
feckertson commented on PR #104: URL: https://github.com/apache/maven-doxia/pull/104#issuecomment-1153015253 > I don't see handling for onSection. Please explain. I see no issues with the way onSection is coded (unless the concern is that onSection does nothing if the level is greate

[GitHub] [maven-surefire] olamy commented on pull request #479: changing depedencies and build plan to be able to use -T3 or mvnd and to be sure artifacts are available when running its use verifier

2022-06-11 Thread GitBox
olamy commented on PR #479: URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1153013522 I agree hacking was a bad choice of title but it was just a quick one when first looking at it. Maybe fixing would have been better but I updated the title to changing. -- This is

[GitHub] [maven-doxia-sitetools] michael-o opened a new pull request, #49: [DOXIASITETOOLS-259] Deprecate Google-related site descriptor properties

2022-06-11 Thread GitBox
michael-o opened a new pull request, #49: URL: https://github.com/apache/maven-doxia-sitetools/pull/49 This closes #39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [maven-doxia-sitetools] michael-o opened a new pull request, #48: [DOXIASITETOOLS-258] Don't inject bannerLeft is none is set

2022-06-11 Thread GitBox
michael-o opened a new pull request, #48: URL: https://github.com/apache/maven-doxia-sitetools/pull/48 This closes #48 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[jira] [Updated] (DOXIASITETOOLS-258) Don't inject bannerLeft is none is set

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIASITETOOLS-258: -- Description: There are several problems with this: * It is not document

[jira] [Created] (DOXIASITETOOLS-259) Deprecate Google-related site descriptor properties

2022-06-11 Thread Michael Osipov (Jira)
Michael Osipov created DOXIASITETOOLS-259: - Summary: Deprecate Google-related site descriptor properties Key: DOXIASITETOOLS-259 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-259 Pr

[jira] [Created] (DOXIASITETOOLS-258) Don't inject bannerLeft is none is set

2022-06-11 Thread Michael Osipov (Jira)
Michael Osipov created DOXIASITETOOLS-258: - Summary: Don't inject bannerLeft is none is set Key: DOXIASITETOOLS-258 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-258 Project: Maven

[GitHub] [maven-doxia-sitetools] michael-o opened a new pull request, #47: [DOXIASITETOOLS-257] Require a skin if a site descriptor (site.xml) h…

2022-06-11 Thread GitBox
michael-o opened a new pull request, #47: URL: https://github.com/apache/maven-doxia-sitetools/pull/47 …as been provided -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [maven-surefire] Tibor17 commented on pull request #479: hacking depedencies and build plan to be able to use -T3 or mvnd and use verifier in auto mode (e.g embedded most of the time)

2022-06-11 Thread GitBox
Tibor17 commented on PR #479: URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1152990675 If somevody wants to keep the build order of some groupd of modules, and some other group of modules should be built in parallel, then hacking is not in place in our Apache project,

[jira] [Updated] (DOXIASITETOOLS-257) Require a skin if a site descriptor (site.xml) has been provided

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIASITETOOLS-257: -- Summary: Require a skin if a site descriptor (site.xml) has been provide

[jira] [Created] (DOXIASITETOOLS-257) Require a skin if a site.xml has been provided

2022-06-11 Thread Michael Osipov (Jira)
Michael Osipov created DOXIASITETOOLS-257: - Summary: Require a skin if a site.xml has been provided Key: DOXIASITETOOLS-257 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-257 Project

[jira] [Commented] (DOXIA-590) Either provided element class or default class gets ignored

2022-06-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553146#comment-17553146 ] ASF GitHub Bot commented on DOXIA-590: -- michael-o commented on code in PR #104: URL:

[GitHub] [maven-doxia] michael-o commented on a diff in pull request #104: [DOXIA-590] implement hidden rows

2022-06-11 Thread GitBox
michael-o commented on code in PR #104: URL: https://github.com/apache/maven-doxia/pull/104#discussion_r895056477 ## doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSinkTest.java: ## @@ -1086,15 +1086,86 @@ public void testTableRow() { s

[jira] [Updated] (DOXIA-598) Generated XHTML5 content does not pass W3 HTML5 Validation Service

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-598: - Fix Version/s: (was: 2.0.0-M3) > Generated XHTML5 content does not pass W3 HTML5 Validation Se

[jira] [Updated] (DOXIA-599) Remove element with name attribute and replace with id in element

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-599: - Fix Version/s: (was: 2.0.0-M3) > Remove element with name attribute and replace with id in e

[jira] [Created] (DOXIA-657) Deprecate XHML(4) module

2022-06-11 Thread Michael Osipov (Jira)
Michael Osipov created DOXIA-657: Summary: Deprecate XHML(4) module Key: DOXIA-657 URL: https://issues.apache.org/jira/browse/DOXIA-657 Project: Maven Doxia Issue Type: Task Compone

[jira] [Created] (DOXIA-656) Make XHTML5 default implementation of HTML

2022-06-11 Thread Michael Osipov (Jira)
Michael Osipov created DOXIA-656: Summary: Make XHTML5 default implementation of HTML Key: DOXIA-656 URL: https://issues.apache.org/jira/browse/DOXIA-656 Project: Maven Doxia Issue Type: Task

[jira] [Commented] (MASSEMBLY-930) Assembly FileSet and Files do no consistently handle -f directory location

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553121#comment-17553121 ] Michael Osipov commented on MASSEMBLY-930: -- So it was fixed with 3.2.0? > As

[jira] [Commented] (MASSEMBLY-930) Assembly FileSet and Files do no consistently handle -f directory location

2022-06-11 Thread Jody Garnett (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553120#comment-17553120 ] Jody Garnett commented on MASSEMBLY-930: No need to reopen, your advice to "Re

[GitHub] [maven-site] asfgit closed pull request #303: Add release notes for Maven 3.8.6

2022-06-11 Thread GitBox
asfgit closed pull request #303: Add release notes for Maven 3.8.6 URL: https://github.com/apache/maven-site/pull/303 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[jira] [Commented] (MNG-7468) Unsupported plugins parameters in configuration should be verified

2022-06-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553118#comment-17553118 ] Hudson commented on MNG-7468: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #

[jira] [Reopened] (MASSEMBLY-930) Assembly FileSet and Files do no consistently handle -f directory location

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reopened MASSEMBLY-930: -- > Assembly FileSet and Files do no consistently handle -f directory location > -

[jira] [Commented] (MASSEMBLY-930) Assembly FileSet and Files do no consistently handle -f directory location

2022-06-11 Thread Jody Garnett (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553117#comment-17553117 ] Jody Garnett commented on MASSEMBLY-930: Indeed, sorry I should of replied ear

[jira] [Comment Edited] (MASSEMBLY-955) dependencySet includes filter with classifier breaks include of artifacts without classifier

2022-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/MASSEMBLY-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553115#comment-17553115 ] Tamás Cservenák edited comment on MASSEMBLY-955 at 6/11/22 2:16 PM:

[jira] [Commented] (MASSEMBLY-955) dependencySet includes filter with classifier breaks include of artifacts without classifier

2022-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/MASSEMBLY-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553115#comment-17553115 ] Tamás Cservenák commented on MASSEMBLY-955: --- Fix is updating maven-common-ar

[jira] [Closed] (MASSEMBLY-930) Assembly FileSet and Files do no consistently handle -f directory location

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MASSEMBLY-930. Fix Version/s: (was: waiting-for-feedback) Resolution: Incomplete No feedback

[jira] [Moved] (MNG-7495) Support wildcard in maven-filtering filter

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov moved MSHARED-576 to MNG-7495: - Component/s: (was: maven-filtering) Key: MNG-74

[jira] [Created] (MPOM-328) Bump maven-pmd-plugin from 3.16.0 to 3.17.0

2022-06-11 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-328: Summary: Bump maven-pmd-plugin from 3.16.0 to 3.17.0 Key: MPOM-328 URL: https://issues.apache.org/jira/browse/MPOM-328 Project: Maven POMs Issue Type

[jira] [Closed] (MPOM-328) Bump maven-pmd-plugin from 3.16.0 to 3.17.0

2022-06-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-328. Resolution: Fixed > Bump maven-pmd-plugin from 3.16.0 to 3.17.0 > ---

[GitHub] [maven-parent] slawekjaranowski merged pull request #64: Bump maven-pmd-plugin from 3.16.0 to 3.17.0

2022-06-11 Thread GitBox
slawekjaranowski merged PR #64: URL: https://github.com/apache/maven-parent/pull/64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@m

[jira] [Comment Edited] (MSKINS-192) Load Twitter plugin after user request

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553108#comment-17553108 ] Michael Osipov edited comment on MSKINS-192 at 6/11/22 1:37 PM: ---

[jira] [Closed] (MPOM-327) Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6

2022-06-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-327. Resolution: Fixed > Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 > ---

[jira] [Closed] (MSHARED-1077) Common Artifact Filters pattern parsing with classifier is broken

2022-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/MSHARED-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MSHARED-1077. > Common Artifact Filters pattern parsing with classifier is broken > ---

[jira] [Resolved] (MSHARED-1077) Common Artifact Filters pattern parsing with classifier is broken

2022-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/MSHARED-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák resolved MSHARED-1077. -- Resolution: Fixed > Common Artifact Filters pattern parsing with classifier is broken

[jira] [Created] (MPOM-327) Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6

2022-06-11 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-327: Summary: Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 Key: MPOM-327 URL: https://issues.apache.org/jira/browse/MPOM-327 Project: Maven POMs Is

[GitHub] [maven-apache-parent] slawekjaranowski merged pull request #84: Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6

2022-06-11 Thread GitBox
slawekjaranowski merged PR #84: URL: https://github.com/apache/maven-apache-parent/pull/84 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubs

[jira] [Closed] (MPOM-326) Bump maven-scm-plugin from 1.12.2 to 1.13.0

2022-06-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-326. Resolution: Fixed > Bump maven-scm-plugin from 1.12.2 to 1.13.0 > ---

[jira] [Closed] (MSHARED-1003) Require Maven 3.2.5+

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1003. --- Assignee: Sylwester Lachiewicz Resolution: Fixed Fixed with [ea2396bda35a8f7c0c95869

[jira] [Created] (MPOM-326) Bump maven-scm-plugin from 1.12.2 to 1.13.0

2022-06-11 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-326: Summary: Bump maven-scm-plugin from 1.12.2 to 1.13.0 Key: MPOM-326 URL: https://issues.apache.org/jira/browse/MPOM-326 Project: Maven POMs Issue Type

[jira] [Updated] (MSHARED-1003) Require Maven 3.2.5+

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1003: Component/s: (was: maven-filtering) (was: maven-shared-incrementa

[jira] [Updated] (MSKINS-193) Remove 3rd party JS for Google Site Search

2022-06-11 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSKINS-193: --- Description: Currently the [Google Search Feature|https://maven.apache.org/skins/maven-fluid

[jira] [Updated] (MSHARED-1003) Require Maven 3.2.5+

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1003: Fix Version/s: (was: maven-shared-incremental-2.0.0) (was: mave

[jira] [Closed] (MPOM-325) Bump maven-invoker-plugin from 3.2.2 to 3.3.0

2022-06-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-325. Resolution: Fixed > Bump maven-invoker-plugin from 3.2.2 to 3.3.0 > -

[GitHub] [maven-apache-parent] slawekjaranowski merged pull request #83: Bump maven-scm-plugin from 1.12.2 to 1.13.0

2022-06-11 Thread GitBox
slawekjaranowski merged PR #83: URL: https://github.com/apache/maven-apache-parent/pull/83 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubs

[jira] [Created] (MPOM-325) Bump maven-invoker-plugin from 3.2.2 to 3.3.0

2022-06-11 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-325: Summary: Bump maven-invoker-plugin from 3.2.2 to 3.3.0 Key: MPOM-325 URL: https://issues.apache.org/jira/browse/MPOM-325 Project: Maven POMs Issue Ty

[GitHub] [maven-apache-parent] slawekjaranowski merged pull request #82: Bump maven-invoker-plugin from 3.2.2 to 3.3.0

2022-06-11 Thread GitBox
slawekjaranowski merged PR #82: URL: https://github.com/apache/maven-apache-parent/pull/82 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubs

[jira] [Commented] (MSKINS-192) Load Twitter plugin after user request

2022-06-11 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553108#comment-17553108 ] Konrad Windszus commented on MSKINS-192: I created MSKINS-192 for the necessary c

[jira] [Created] (MSKINS-193) Remove 3rd party JS for Google Site Search

2022-06-11 Thread Konrad Windszus (Jira)
Konrad Windszus created MSKINS-193: -- Summary: Remove 3rd party JS for Google Site Search Key: MSKINS-193 URL: https://issues.apache.org/jira/browse/MSKINS-193 Project: Maven Skins Issue Type

[GitHub] [maven-surefire] Tibor17 commented on pull request #479: hacking depedencies and build plan to be able to use -T3 or mvnd and use verifier in auto mode (e.g embedded most of the time)

2022-06-11 Thread GitBox
Tibor17 commented on PR #479: URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1152928266 When I see the [commit](https://github.com/apache/maven-surefire/pull/479/commits/a8295bfebd4c067d4caa1323ae80ecfee42883ac), I have to say that this PR is a pure mess and disaster, t

[jira] [Commented] (MSHARED-1077) Common Artifact Filters pattern parsing with classifier is broken

2022-06-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553107#comment-17553107 ] Hudson commented on MSHARED-1077: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[GitHub] [maven-common-artifact-filters] cstamas merged pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
cstamas merged PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsub

[jira] [Closed] (MSHARED-1031) PatternIncludesArtifactFilter#include( Artifact )

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MSHARED-1031. --- Fix Version/s: maven-common-artifact-filters-3.3.0 Resolution: Fixed > PatternInclud

[jira] [Assigned] (MSHARED-1031) PatternIncludesArtifactFilter#include( Artifact )

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MSHARED-1031: --- Assignee: Michael Osipov > PatternIncludesArtifactFilter#include( Artifact ) > --

[jira] [Comment Edited] (MSHARED-1031) PatternIncludesArtifactFilter#include( Artifact )

2022-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/MSHARED-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553106#comment-17553106 ] Tamás Cservenák edited comment on MSHARED-1031 at 6/11/22 1:00 PM: --

[jira] [Commented] (MSHARED-1031) PatternIncludesArtifactFilter#include( Artifact )

2022-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/MSHARED-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553106#comment-17553106 ] Tamás Cservenák commented on MSHARED-1031: -- Is fixed > PatternIncludesArtifac

[jira] [Closed] (MSHARED-1002) Require Java 8

2022-06-11 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MSHARED-1002. - Resolution: Fixed > Require Java 8 > -- > > Key: MS

[jira] [Commented] (MSHARED-1031) PatternIncludesArtifactFilter#include( Artifact )

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553084#comment-17553084 ] Michael Osipov commented on MSHARED-1031: - [~cstamas], WDYT? > PatternIncludes

[jira] [Updated] (MSHARED-1002) Require Java 8

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1002: Component/s: (was: maven-common-artifact-filters) (was: maven-fil

[jira] [Commented] (MSHARED-1031) PatternIncludesArtifactFilter#include( Artifact )

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553082#comment-17553082 ] Michael Osipov commented on MSHARED-1031: - I think this has now been fixed on m

[GitHub] [maven-parent] slawekjaranowski commented on pull request #67: [MPOM-324] Drop Social Media Plug-ins from documentation

2022-06-11 Thread GitBox
slawekjaranowski commented on PR #67: URL: https://github.com/apache/maven-parent/pull/67#issuecomment-1152903087 I checked some of last modified projects ... there is no override for it ... so looks ok. -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [maven-parent] slawekjaranowski commented on pull request #67: [MPOM-324] Drop Social Media Plug-ins from documentation

2022-06-11 Thread GitBox
slawekjaranowski commented on PR #67: URL: https://github.com/apache/maven-parent/pull/67#issuecomment-1152901691 Like this https://github.com/apache/maven-site/pull/306 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [maven-parent] slawekjaranowski commented on pull request #67: [MPOM-324] Drop Social Media Plug-ins from documentation

2022-06-11 Thread GitBox
slawekjaranowski commented on PR #67: URL: https://github.com/apache/maven-parent/pull/67#issuecomment-1152901603 > So all subprojects will inherit from? Should ... but many times not - we need to check all projects 😄 -- This is an automated message from the Apache Git Service. To

[GitHub] [maven-parent] michael-o commented on pull request #67: [MPOM-324] Drop Social Media Plug-ins from documentation

2022-06-11 Thread GitBox
michael-o commented on PR #67: URL: https://github.com/apache/maven-parent/pull/67#issuecomment-1152900681 So all subprojects will enherit from? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[jira] [Commented] (MSKINS-192) Load Twitter plugin after user request

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553078#comment-17553078 ] Michael Osipov commented on MSKINS-192: --- That's vaulable news, but where are the re

[jira] [Commented] (MSKINS-192) Load Twitter plugin after user request

2022-06-11 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553077#comment-17553077 ] Konrad Windszus commented on MSKINS-192: I have just seen that this is currently

[jira] [Commented] (MSKINS-192) Load Twitter plugin after user request

2022-06-11 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553076#comment-17553076 ] Konrad Windszus commented on MSKINS-192: Google Site search does not rely on 3rd

[GitHub] [maven-common-artifact-filters] cstamas commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
cstamas commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895009388 ## src/main/java/org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java: ## @@ -255,540 +183,319 @@ public void reportMissedCriter

[jira] [Updated] (MPOM-324) Drop Social Media Plug-ins from documentation

2022-06-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MPOM-324: - Component/s: (was: asf) > Drop Social Media Plug-ins from documentation > -

[jira] [Updated] (MPOM-324) Drop Social Media Plug-ins from documentation

2022-06-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MPOM-324: - Fix Version/s: (was: ASF-27) > Drop Social Media Plug-ins from documentation >

[GitHub] [maven-common-artifact-filters] michael-o commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
michael-o commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895008710 ## src/main/java/org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java: ## @@ -255,540 +183,319 @@ public void reportMissedCrit

[GitHub] [maven-common-artifact-filters] cstamas commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
cstamas commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895008555 ## src/main/java/org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java: ## @@ -255,540 +183,319 @@ public void reportMissedCriter

[GitHub] [maven-common-artifact-filters] michael-o commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
michael-o commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895008393 ## src/main/java/org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java: ## @@ -255,540 +183,319 @@ public void reportMissedCrit

[GitHub] [maven-common-artifact-filters] cstamas commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
cstamas commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895008186 ## src/test/java/org/apache/maven/shared/artifact/filter/GNPatternIncludesArtifactFilter.java: ## @@ -0,0 +1,917 @@ +package org.apache.maven.shared.a

[GitHub] [maven-common-artifact-filters] cstamas commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
cstamas commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895008158 ## src/test/java/org/apache/maven/shared/artifact/filter/GNPatternIncludesArtifactFilter.java: ## @@ -0,0 +1,917 @@ +package org.apache.maven.shared.a

[GitHub] [maven-common-artifact-filters] cstamas commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
cstamas commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895008089 ## src/main/java/org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java: ## @@ -255,540 +183,319 @@ public void reportMissedCriter

[jira] [Updated] (MPOM-324) Drop Social Media Plug-ins from documentation

2022-06-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MPOM-324: - Summary: Drop Social Media Plug-ins from documentation (was: Drop social Media Plug-ins fr

[GitHub] [maven-common-artifact-filters] michael-o commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
michael-o commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895007680 ## src/main/java/org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java: ## @@ -255,540 +183,319 @@ public void reportMissedCrit

[jira] [Created] (MPOM-324) Drop social Media Plug-ins from documentation

2022-06-11 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-324: Summary: Drop social Media Plug-ins from documentation Key: MPOM-324 URL: https://issues.apache.org/jira/browse/MPOM-324 Project: Maven POMs Issue Ty

[GitHub] [maven-common-artifact-filters] michael-o commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
michael-o commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895007680 ## src/main/java/org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java: ## @@ -255,540 +183,319 @@ public void reportMissedCrit

[GitHub] [maven-common-artifact-filters] cstamas commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
cstamas commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895007591 ## src/main/java/org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java: ## @@ -255,540 +183,319 @@ public void reportMissedCriter

[GitHub] [maven-assembly-plugin] michael-o commented on pull request #69: [MASSEMBLY-960] Update maven-filtering

2022-06-11 Thread GitBox
michael-o commented on PR #69: URL: https://github.com/apache/maven-assembly-plugin/pull/69#issuecomment-1152896456 Need to wait for the release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [maven-assembly-plugin] michael-o commented on pull request #68: [MASSEMBLY-955] Fix the pattern bug.

2022-06-11 Thread GitBox
michael-o commented on PR #68: URL: https://github.com/apache/maven-assembly-plugin/pull/68#issuecomment-1152896404 We'll wait for the release of CAF. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [maven-common-artifact-filters] michael-o commented on a diff in pull request #26: [MSHARED-1077] Bugfix for classifier in pattern

2022-06-11 Thread GitBox
michael-o commented on code in PR #26: URL: https://github.com/apache/maven-common-artifact-filters/pull/26#discussion_r895005394 ## src/main/java/org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java: ## @@ -255,540 +183,319 @@ public void reportMissedCrit

[jira] [Commented] (MSKINS-192) Load Twitter plugin after user request

2022-06-11 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553069#comment-17553069 ] Michael Osipov commented on MSKINS-192: --- Then let's throw them out. > Load Twitter

[jira] [Commented] (MSKINS-192) Load Twitter plugin after user request

2022-06-11 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSKINS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553067#comment-17553067 ] Slawomir Jaranowski commented on MSKINS-192: I afraid that can take more time

[GitHub] [maven-assembly-plugin] cstamas opened a new pull request, #69: [MASSEMBLY-960] Update maven-filtering

2022-06-11 Thread GitBox
cstamas opened a new pull request, #69: URL: https://github.com/apache/maven-assembly-plugin/pull/69 Once it is released. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[jira] [Created] (MASSEMBLY-960) Update maven-filtering

2022-06-11 Thread Jira
Tamás Cservenák created MASSEMBLY-960: - Summary: Update maven-filtering Key: MASSEMBLY-960 URL: https://issues.apache.org/jira/browse/MASSEMBLY-960 Project: Maven Assembly Plugin Issue Ty

[jira] [Assigned] (MASSEMBLY-960) Update maven-filtering

2022-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/MASSEMBLY-960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák reassigned MASSEMBLY-960: - Assignee: Tamás Cservenák > Update maven-filtering > -- >

[GitHub] [maven-shared-utils] michael-o merged pull request #97: Fix typo in DirectoryScanner.java

2022-06-11 Thread GitBox
michael-o merged PR #97: URL: https://github.com/apache/maven-shared-utils/pull/97 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ma

[GitHub] [maven-shared-utils] michael-o commented on pull request #97: Fix typo in DirectoryScanner.java

2022-06-11 Thread GitBox
michael-o commented on PR #97: URL: https://github.com/apache/maven-shared-utils/pull/97#issuecomment-1152887976 It comes from cannon :-D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [maven-shared-utils] wilx opened a new pull request, #97: Fix typo in DirectoryScanner.java

2022-06-11 Thread GitBox
wilx opened a new pull request, #97: URL: https://github.com/apache/maven-shared-utils/pull/97 cannonical → canonical -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [maven-assembly-plugin] cstamas commented on pull request #48: [MASSEMBLY-955] Add invoker test.

2022-06-11 Thread GitBox
cstamas commented on PR #48: URL: https://github.com/apache/maven-assembly-plugin/pull/48#issuecomment-1152886133 Superseded by https://github.com/apache/maven-assembly-plugin/pull/68 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-assembly-plugin] cstamas opened a new pull request, #68: [MASSEMBLY-955] Fix the pattern bug.

2022-06-11 Thread GitBox
cstamas opened a new pull request, #68: URL: https://github.com/apache/maven-assembly-plugin/pull/68 Updates the maven-common-artifact-filters that brings in fix for bug. Also bring in the related IT. -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [maven-assembly-plugin] cstamas closed pull request #48: [MASSEMBLY-955] Add invoker test.

2022-06-11 Thread GitBox
cstamas closed pull request #48: [MASSEMBLY-955] Add invoker test. URL: https://github.com/apache/maven-assembly-plugin/pull/48 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [maven-assembly-plugin] cstamas commented on pull request #48: [MASSEMBLY-955] Add invoker test.

2022-06-11 Thread GitBox
cstamas commented on PR #48: URL: https://github.com/apache/maven-assembly-plugin/pull/48#issuecomment-1152885884 Reusing this IT in another PR that opens soon -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[jira] [Closed] (MSHARED-1080) Upgrade Parent POM to 36, to Java 8, dependencies; drop Plexus

2022-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/MSHARED-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák closed MSHARED-1080. > Upgrade Parent POM to 36, to Java 8, dependencies; drop Plexus > --

[jira] [Resolved] (MSHARED-1080) Upgrade Parent POM to 36, to Java 8, dependencies; drop Plexus

2022-06-11 Thread Jira
[ https://issues.apache.org/jira/browse/MSHARED-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák resolved MSHARED-1080. -- Resolution: Fixed > Upgrade Parent POM to 36, to Java 8, dependencies; drop Plexus >

[jira] [Commented] (MPOM-317) Remove custom Matomo code when Fluido Skin 1.11.0 is used

2022-06-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPOM-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553051#comment-17553051 ] Hudson commented on MPOM-317: - Build succeeded in Jenkins: Maven » Maven TLP » maven-parent » m

  1   2   >