cstamas opened a new pull request, #229:
URL: https://github.com/apache/maven-resolver/pull/229
Just to be clear where it all is: api, spi, impl, connector-basic.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
michael-o commented on code in PR #354:
URL: https://github.com/apache/maven-site/pull/354#discussion_r1044864320
##
pom.xml:
##
@@ -232,6 +232,32 @@
-->
+
+
+org.codehaus.mojo
+build-helper-maven-plugin
+3.3.0
+
+
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645574#comment-17645574
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on code in PR #354:
michael-o commented on code in PR #354:
URL: https://github.com/apache/maven-site/pull/354#discussion_r1045059586
##
pom.xml:
##
@@ -232,6 +232,32 @@
-->
+
+
+org.codehaus.mojo
+build-helper-maven-plugin
+3.3.0
+
+
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645575#comment-17645575
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on code in PR #354:
Herve Boutemy created MPLUGIN-448:
-
Summary: "Executes as an aggregator plugin" documentation:
s/plugin/goal/
Key: MPLUGIN-448
URL: https://issues.apache.org/jira/browse/MPLUGIN-448
Project: Maven Plu
[
https://issues.apache.org/jira/browse/MNG-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645578#comment-17645578
]
Hervé Guillemet commented on MNG-7563:
--
Beside breaking some existing builds, which ma
bmarwell commented on code in PR #354:
URL: https://github.com/apache/maven-site/pull/354#discussion_r1045079240
##
pom.xml:
##
@@ -232,6 +232,32 @@
-->
+
+
+org.codehaus.mojo
+build-helper-maven-plugin
+3.3.0
+
+
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645598#comment-17645598
]
ASF GitHub Bot commented on MNGSITE-503:
bmarwell commented on code in PR #354:
bmarwell commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345254727
@michael-o now we have this:
```
[INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property
(create-security.txt-timestamp) @ maven-site ---
[WARNING] Using platform loca
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645602#comment-17645602
]
ASF GitHub Bot commented on MNGSITE-503:
bmarwell commented on PR #354:
URL: htt
slawekjaranowski commented on PR #906:
URL: https://github.com/apache/maven/pull/906#issuecomment-1345265120
> So basically the "new style" configuration is dead and the ``
section remains?
it looks like - only reporting from pom should be used
https://maven.apache.org/plugins/mav
[
https://issues.apache.org/jira/browse/MNG-7505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645615#comment-17645615
]
ASF GitHub Bot commented on MNG-7505:
-
slawekjaranowski commented on PR #906:
URL: http
[
https://issues.apache.org/jira/browse/MRESOLVER-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645618#comment-17645618
]
Elliotte Rusty Harold commented on MRESOLVER-244:
-
How exactly do thes
[
https://issues.apache.org/jira/browse/MNG-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645645#comment-17645645
]
Michael Osipov commented on MNG-7563:
-
Let me crunch on this, [~h...@apteryx.fr]. I thi
bmarwell commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345305885
> Two issues:
> * I think that using this plugin is redundant when we have this:
https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#special-variables
> * Pus
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645647#comment-17645647
]
ASF GitHub Bot commented on MNGSITE-503:
bmarwell commented on PR #354:
URL: htt
bmarwell commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345323411
Removing the locale now leads to a warning that the build is system
dependent. Is this really wanted? I feel having warnings intentionally seems
odd. This might get "fixed" by someone e
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645648#comment-17645648
]
ASF GitHub Bot commented on MNGSITE-503:
bmarwell commented on PR #354:
URL: htt
michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345360839
@bmarwell I have added a commit which does it right. No fuzz, no additonal
plugins. WFM:
```
Contact: mailto:secur...@apache.org
Contact: mailto:priv...@maven.apache.org
Exp
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645653#comment-17645653
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
michael-o commented on code in PR #354:
URL: https://github.com/apache/maven-site/pull/354#discussion_r1045124193
##
content/filtered-resources/.well-known/security.txt:
##
@@ -0,0 +1,6 @@
+Contact: mailto:secur...@apache.org
+Contact: mailto:priv...@maven.apache.org
+Expires: $
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645654#comment-17645654
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on code in PR #354:
michael-o opened a new pull request, #15:
URL: https://github.com/apache/maven-reporting-impl/pull/15
I will also need to split this to first make visible that `reactorProjects`
are now available and must be removed with the implementor, then search for
`site.xml`, but that this rather mech
bmarwell commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345362771
So you are uploading an expired file. Expires MUST be in the future!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645655#comment-17645655
]
ASF GitHub Bot commented on MNGSITE-503:
bmarwell commented on PR #354:
URL: htt
bmarwell commented on code in PR #354:
URL: https://github.com/apache/maven-site/pull/354#discussion_r1045125369
##
content/filtered-resources/.well-known/security.txt:
##
@@ -0,0 +1,6 @@
+Contact: mailto:secur...@apache.org
+Contact: mailto:priv...@maven.apache.org
+Expires: ${
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645656#comment-17645656
]
ASF GitHub Bot commented on MNGSITE-503:
bmarwell commented on code in PR #354:
michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345364007
> So you are uploading an expired file. Expires MUST be in the future!
Oh man, I am so stupid. You are right, of course. I left this out complete.
I guess I should not code anymo
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645657#comment-17645657
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345364430
I just have reported a bug in RFC 9116. Quite embarassing one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645660#comment-17645660
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
michael-o commented on code in PR #354:
URL: https://github.com/apache/maven-site/pull/354#discussion_r1045126621
##
content/filtered-resources/.well-known/security.txt:
##
@@ -0,0 +1,6 @@
+Contact: mailto:secur...@apache.org
+Contact: mailto:priv...@maven.apache.org
+Expires: $
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645661#comment-17645661
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on code in PR #354:
michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345366315
> @michael-o now we have this:
>
> ```
> [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property
(create-security.txt-timestamp) @ maven-site ---
> [WARNING] Using pl
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645662#comment-17645662
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
bmarwell commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345367729
> > @michael-o now we have this:
> >
> > ```
> > [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property
(create-security.txt-timestamp) @ maven-site ---
> > [WARNING]
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645666#comment-17645666
]
ASF GitHub Bot commented on MNGSITE-503:
bmarwell commented on PR #354:
URL: htt
michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345368961
> > > @michael-o now we have this:
> > > ```
> > > [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property
(create-security.txt-timestamp) @ maven-site ---
> > > [WARNING
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645667#comment-17645667
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
bmarwell commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345370360
I still don't believe it matters as the format string does not contain any
locale-specific patterns.
But if you insist, why not use the Maven properties I suggested?
--
This is an
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645668#comment-17645668
]
ASF GitHub Bot commented on MNGSITE-503:
bmarwell commented on PR #354:
URL: htt
michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345370568
Plexus XML handling coerces both: ` ` and
`` to `null` instead of `""` which is actually what you
want/need. The only way to fix this is to do
`"ROOT".equals(this.locale)`...`locale
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645669#comment-17645669
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
cstamas opened a new pull request, #907:
URL: https://github.com/apache/maven/pull/907
This plugins does the "half" of the job: on lifecycle begin a transformed
POM is added to project, and everything, even GPG plugin processes it as
expected.
Now next step is "swapping" it at the ri
michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345371692
> I still don't believe it matters as the format string does not contain any
locale-specific patterns. But if you insist, why not use the Maven properties I
suggested?
I did not
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645671#comment-17645671
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645672#comment-17645672
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345373414
@bmarwell This is what you were looking for:
```diff
diff --git a/pom.xml b/pom.xml
index a7d46e96..8686e1e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,6 +251,8 @@
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645673#comment-17645673
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345374960
Here it is: https://issues.apache.org/jira/browse/MNG-6434
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645674#comment-17645674
]
ASF GitHub Bot commented on MNGSITE-503:
michael-o commented on PR #354:
URL: ht
[
https://issues.apache.org/jira/browse/MNG-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645675#comment-17645675
]
Michael Osipov commented on MNG-6434:
-
Pure crap: https://github.com/apache/maven-site/
cstamas commented on PR #907:
URL: https://github.com/apache/maven/pull/907#issuecomment-1345378189
To make this "complete", maven should wrap resolver installer/deployer like
here https://github.com/apache/maven/pull/712 that should "swap in" the
auto-attached POM (along with all related s
cstamas commented on PR #907:
URL: https://github.com/apache/maven/pull/907#issuecomment-1345378471
Re IT failures:
Tests run: 886, Failures: 3, Errors: 0, Skipped: 33
As expected: two consumer POM ITs failed (as "swap in" is not done yet), and
MavenITmng1021EqualAttachmentBuildNu
Elliotte Rusty Harold created SUREFIRE-2132:
---
Summary: Copy edit and rewrite JUnit 5 page
Key: SUREFIRE-2132
URL: https://issues.apache.org/jira/browse/SUREFIRE-2132
Project: Maven Surefire
[
https://issues.apache.org/jira/browse/MNG-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645677#comment-17645677
]
Konrad Windszus commented on MNG-6434:
--
This requires a fix in Sisu Plexus:
https://g
[
https://issues.apache.org/jira/browse/MNG-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus updated MNG-6434:
-
Fix Version/s: 4.0.x-candidate
> Cannot specify empty string for configuration value
>
[
https://issues.apache.org/jira/browse/MNG-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645678#comment-17645678
]
Michael Osipov commented on MNG-6434:
-
Ah OK, then we need to raise this with Stuart as
[
https://issues.apache.org/jira/browse/MNG-7417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7417:
Description:
A sample case for this bug is {{DefaultArtifactDescriptorReader}}:
When Resolver needs
[
https://issues.apache.org/jira/browse/MNG-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645680#comment-17645680
]
Michael Osipov commented on MNG-6564:
-
Is this actually fixed with MNG-7417?
> Lack of
[
https://issues.apache.org/jira/browse/MNG-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7563:
Summary: User properties now override model properties in dependencies
(was: Java system properties
[
https://issues.apache.org/jira/browse/MNG-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645681#comment-17645681
]
Michael Osipov commented on MNG-7563:
-
[~gnodet], [~slachiewicz], [~cstamas], [~rfschol
[
https://issues.apache.org/jira/browse/SUREFIRE-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold reopened SUREFIRE-2087:
-
> rerunFailingTestsCount incorrectly marks failed parametrized test as pas
[
https://issues.apache.org/jira/browse/SUREFIRE-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold updated SUREFIRE-2087:
Priority: Major (was: Critical)
> rerunFailingTestsCount incorrectly ma
[
https://issues.apache.org/jira/browse/MNG-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645684#comment-17645684
]
Konrad Windszus commented on MNG-6434:
--
Done in https://github.com/eclipse/sisu.plexus
Michael Osipov created MSKINS-197:
-
Summary: CSS never applied to and in section elements
Key: MSKINS-197
URL: https://issues.apache.org/jira/browse/MSKINS-197
Project: Maven Skins
Issue Ty
[
https://issues.apache.org/jira/browse/MSKINS-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MSKINS-197.
-
Resolution: Fixed
Fixed with
[fb289125ad547d1c47633faf4a60e594b8e963a0|https://gitbox.apache.org
[
https://issues.apache.org/jira/browse/MSKINS-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645689#comment-17645689
]
Michael Osipov edited comment on MSKINS-197 at 12/10/22 10:42 PM:
-
[
https://issues.apache.org/jira/browse/MSKINS-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645691#comment-17645691
]
Hudson commented on MSKINS-197:
---
Build succeeded in Jenkins: Maven » Maven TLP » maven-flui
Michael Osipov created MSKINS-198:
-
Summary: Don't apply font size for in heading elements
Key: MSKINS-198
URL: https://issues.apache.org/jira/browse/MSKINS-198
Project: Maven Skins
Issue Ty
[
https://issues.apache.org/jira/browse/MSKINS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSKINS-198:
--
Attachment: image-2022-12-11-00-01-12-584.png
> Don't apply font size for in heading elements
[
https://issues.apache.org/jira/browse/MSKINS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSKINS-198:
--
Description:
When using Markdown and heading contains code elements with backtick those are
co
[
https://issues.apache.org/jira/browse/MSKINS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSKINS-198:
--
Description:
When using Markdown and heading contains code elements with backtick those are
co
[
https://issues.apache.org/jira/browse/MSKINS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MSKINS-198.
-
Resolution: Fixed
Fixed with
[da7e4c8f1220b46d2ff4fda3302d306b75fac5b6|https://gitbox.apache.org
[
https://issues.apache.org/jira/browse/MSKINS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645695#comment-17645695
]
Hudson commented on MSKINS-198:
---
Build succeeded in Jenkins: Maven » Maven TLP » maven-flui
Christoph Läubrich created MRESOLVER-307:
Summary: Support listing of workspace artifacts
Key: MRESOLVER-307
URL: https://issues.apache.org/jira/browse/MRESOLVER-307
Project: Maven Resolver
laeubi opened a new pull request, #230:
URL: https://github.com/apache/maven-resolver/pull/230
Add support for listing artifacts a `WorkspaceReader` know about.
See https://issues.apache.org/jira/browse/MRESOLVER-307
Currently the build fails because of an incompatibility:
> The
[
https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645725#comment-17645725
]
ASF GitHub Bot commented on MRESOLVER-307:
--
laeubi opened a new pull request,
laeubi commented on PR #230:
URL: https://github.com/apache/maven-resolver/pull/230#issuecomment-1345467776
@cstamas @olamy maybe you can take a look here?
--
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
[
https://issues.apache.org/jira/browse/MRESOLVER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645726#comment-17645726
]
ASF GitHub Bot commented on MRESOLVER-307:
--
laeubi commented on PR #230:
URL:
kwin commented on code in PR #354:
URL: https://github.com/apache/maven-site/pull/354#discussion_r1045181161
##
pom.xml:
##
@@ -232,6 +232,33 @@
-->
+
+
+org.codehaus.mojo
+build-helper-maven-plugin
+3.3.0
+
+
[
https://issues.apache.org/jira/browse/MNGSITE-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645728#comment-17645728
]
ASF GitHub Bot commented on MNGSITE-503:
kwin commented on code in PR #354:
URL:
mxsm opened a new issue, #752:
URL: https://github.com/apache/maven-mvnd/issues/752

```shell
mvnd -Prelease-all -DskipTests -Dquickly clean install -U
```
platform: win
84 matches
Mail list logo