[jira] [Created] (MENFORCER-394) DependencyConvergence in 3.0.0 fails on provided scoped dependencies

2021-08-10 Thread Joe Barnett (Jira)
Joe Barnett created MENFORCER-394:
-

 Summary: DependencyConvergence in 3.0.0 fails on provided scoped 
dependencies
 Key: MENFORCER-394
 URL: https://issues.apache.org/jira/browse/MENFORCER-394
 Project: Maven Enforcer Plugin
  Issue Type: Bug
  Components: Standard Rules
Affects Versions: 3.0.0
Reporter: Joe Barnett


In our project, using version 3.0.0-M3 of the maven-enforcer-plugin's 
DependencyConvergence rule passes.  Using version 3.0.0 starts to show 
convergence errors where provided scope dependencies have different versions 
than compile scope dependencies, for example:
{code:java}
[WARNING] 
Dependency convergence error for org.javassist:javassist:jar:3.28.0-GA:compile 
paths to dependency are:
+-com.trib3:testing:jar:1.25-dependabot-maven-org.apache.maven.plugins-maven-enforcer-plugin-3.0.0-SNAPSHOT
  +-io.dropwizard:dropwizard-auth:jar:2.0.23:compile
+-io.dropwizard:dropwizard-jersey:jar:2.0.23:compile
  +-org.javassist:javassist:jar:3.28.0-GA:compile
and
+-com.trib3:testing:jar:1.25-dependabot-maven-org.apache.maven.plugins-maven-enforcer-plugin-3.0.0-SNAPSHOT
  +-io.dropwizard:dropwizard-testing:jar:2.0.23:compile
+-org.hibernate:hibernate-core:jar:5.5.2.Final:provided
  +-org.javassist:javassist:jar:3.27.0-GA:provided
 {code}
Is this an intended breaking change? I don't see anything in the release 
announcement that points obviously to a change here.  Seems like the provided 
version shouldn't matter as it doesn't get shipped with the artifact?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MSKINS-173) Google site search box too wide in sidebar

2021-08-10 Thread Konrad Windszus (Jira)


 [ 
https://issues.apache.org/jira/browse/MSKINS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated MSKINS-173:
---
Component/s: Fluido Skin

> Google site search box too wide in sidebar
> --
>
> Key: MSKINS-173
> URL: https://issues.apache.org/jira/browse/MSKINS-173
> Project: Maven Skins
>  Issue Type: Bug
>  Components: Fluido Skin
>Reporter: Konrad Windszus
>Priority: Major
> Attachments: Screenshot 2021-08-10 at 18.07.30.png
>
>
> The Google Site search input box is too wide for the site bar. Example in 
> https://maven.apache.org/plugins/maven-compiler-plugin/index.html.
>  !Screenshot 2021-08-10 at 18.07.30.png! 
> This is caused by the width being {{95%}} 
> (https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L69)
>  combined with the default padding for {{input.search-query}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Moved] (MSKINS-173) Google site search box too wide in sidebar

2021-08-10 Thread Konrad Windszus (Jira)


 [ 
https://issues.apache.org/jira/browse/MSKINS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus moved SLING-10721 to MSKINS-173:


 Key: MSKINS-173  (was: SLING-10721)
Workflow: Default workflow, editable Closed status  (was: 
no-reopen-closed,doc-test-required)
 Project: Maven Skins  (was: Sling)

> Google site search box too wide in sidebar
> --
>
> Key: MSKINS-173
> URL: https://issues.apache.org/jira/browse/MSKINS-173
> Project: Maven Skins
>  Issue Type: Bug
>Reporter: Konrad Windszus
>Priority: Major
> Attachments: Screenshot 2021-08-10 at 18.07.30.png
>
>
> The Google Site search input box is too wide for the site bar. Example in 
> https://maven.apache.org/plugins/maven-compiler-plugin/index.html.
>  !Screenshot 2021-08-10 at 18.07.30.png! 
> This is caused by the width being {{95%}} 
> (https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L69)
>  combined with the default padding for {{input.search-query}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2021-08-10 Thread Konrad Windszus (Jira)


 [ 
https://issues.apache.org/jira/browse/MSKINS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated MSKINS-172:
---
Affects Version/s: fluido-1.8

> Non-deliberate margin between navigation and rest in side bar
> -
>
> Key: MSKINS-172
> URL: https://issues.apache.org/jira/browse/MSKINS-172
> Project: Maven Skins
>  Issue Type: Bug
>  Components: Fluido Skin
>Affects Versions: fluido-1.8
>Reporter: Konrad Windszus
>Priority: Major
> Attachments: fluido-1.7.png, fluido-1.9.png
>
>
> Due to the change 
> https://github.com/apache/maven-fluido-skin/commit/f9cbe82ff307c61cefe0336da89eb0082086585a#diff-f1940cd019654c7f2cb1801363b96b62c6526752fa8640c8de042ea4f0f36778R226
>  introduced with MSKINS-153 there is a margin between the navigation and the 
> google site search bar and the powered by section. For example look at 
> https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html.
> This is caused by the markup change from
> {code}
> 
> ...menu, search bar and powered by
> 
> {code} to
> {code}
> 
> ...menu
> 
> 
> ...search bar and powered by
> 
> {code}
> combined with the CSS for class {{sidebar-nav}}: 
> https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L126
> Example site leveraging fluido 1.9 
> (https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html):
>  !fluido-1.9.png! 
> Example site leveraging fluido 1.7 
> (https://maven.apache.org/plugins/maven-compiler-plugin/index.html referenced 
> in 
> https://github.com/apache/maven-parent/blob/maven-parent-34/src/site/site.xml#L39):
>  !fluido-1.7.png! 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2021-08-10 Thread Konrad Windszus (Jira)


 [ 
https://issues.apache.org/jira/browse/MSKINS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated MSKINS-172:
---
Component/s: Fluido Skin

> Non-deliberate margin between navigation and rest in side bar
> -
>
> Key: MSKINS-172
> URL: https://issues.apache.org/jira/browse/MSKINS-172
> Project: Maven Skins
>  Issue Type: Bug
>  Components: Fluido Skin
>Reporter: Konrad Windszus
>Priority: Major
> Attachments: fluido-1.7.png, fluido-1.9.png
>
>
> Due to the change 
> https://github.com/apache/maven-fluido-skin/commit/f9cbe82ff307c61cefe0336da89eb0082086585a#diff-f1940cd019654c7f2cb1801363b96b62c6526752fa8640c8de042ea4f0f36778R226
>  introduced with MSKINS-153 there is a margin between the navigation and the 
> google site search bar and the powered by section. For example look at 
> https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html.
> This is caused by the markup change from
> {code}
> 
> ...menu, search bar and powered by
> 
> {code} to
> {code}
> 
> ...menu
> 
> 
> ...search bar and powered by
> 
> {code}
> combined with the CSS for class {{sidebar-nav}}: 
> https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L126
> Example site leveraging fluido 1.9 
> (https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html):
>  !fluido-1.9.png! 
> Example site leveraging fluido 1.7 
> (https://maven.apache.org/plugins/maven-compiler-plugin/index.html referenced 
> in 
> https://github.com/apache/maven-parent/blob/maven-parent-34/src/site/site.xml#L39):
>  !fluido-1.7.png! 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2021-08-10 Thread Konrad Windszus (Jira)


 [ 
https://issues.apache.org/jira/browse/MSKINS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated MSKINS-172:
---
Description: 
Due to the change 
https://github.com/apache/maven-fluido-skin/commit/f9cbe82ff307c61cefe0336da89eb0082086585a#diff-f1940cd019654c7f2cb1801363b96b62c6526752fa8640c8de042ea4f0f36778R226
 introduced with MSKINS-153 there is a margin between the navigation and the 
google site search bar and the powered by section. For example look at 
https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html.

This is caused by the markup change from
{code}

...menu, search bar and powered by

{code} to
{code}

...menu


...search bar and powered by

{code}

combined with the CSS for class {{sidebar-nav}}: 
https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L126


Example site leveraging fluido 1.9 
(https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html):
 !fluido-1.9.png! 

Example site leveraging fluido 1.7 
(https://maven.apache.org/plugins/maven-compiler-plugin/index.html referenced 
in 
https://github.com/apache/maven-parent/blob/maven-parent-34/src/site/site.xml#L39):
 !fluido-1.7.png! 

  was:
Due to the change 
https://github.com/apache/maven-fluido-skin/commit/f9cbe82ff307c61cefe0336da89eb0082086585a#diff-f1940cd019654c7f2cb1801363b96b62c6526752fa8640c8de042ea4f0f36778R226
 introduced with MSKINS-153 there is a margin between the navigation and the 
google site search bar and the powered by section. For example look at 
https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html.

This is caused by the markup change from
{code}

...menu, search bar and powered by

{code} to
{code}

...menu


...search bar and powered by

{code}

combined with the CSS for class {{sidebar-nav}}: 
https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L126



> Non-deliberate margin between navigation and rest in side bar
> -
>
> Key: MSKINS-172
> URL: https://issues.apache.org/jira/browse/MSKINS-172
> Project: Maven Skins
>  Issue Type: Bug
>Reporter: Konrad Windszus
>Priority: Major
> Attachments: fluido-1.7.png, fluido-1.9.png
>
>
> Due to the change 
> https://github.com/apache/maven-fluido-skin/commit/f9cbe82ff307c61cefe0336da89eb0082086585a#diff-f1940cd019654c7f2cb1801363b96b62c6526752fa8640c8de042ea4f0f36778R226
>  introduced with MSKINS-153 there is a margin between the navigation and the 
> google site search bar and the powered by section. For example look at 
> https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html.
> This is caused by the markup change from
> {code}
> 
> ...menu, search bar and powered by
> 
> {code} to
> {code}
> 
> ...menu
> 
> 
> ...search bar and powered by
> 
> {code}
> combined with the CSS for class {{sidebar-nav}}: 
> https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L126
> Example site leveraging fluido 1.9 
> (https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html):
>  !fluido-1.9.png! 
> Example site leveraging fluido 1.7 
> (https://maven.apache.org/plugins/maven-compiler-plugin/index.html referenced 
> in 
> https://github.com/apache/maven-parent/blob/maven-parent-34/src/site/site.xml#L39):
>  !fluido-1.7.png! 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2021-08-10 Thread Konrad Windszus (Jira)


 [ 
https://issues.apache.org/jira/browse/MSKINS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated MSKINS-172:
---
Attachment: fluido-1.7.png

> Non-deliberate margin between navigation and rest in side bar
> -
>
> Key: MSKINS-172
> URL: https://issues.apache.org/jira/browse/MSKINS-172
> Project: Maven Skins
>  Issue Type: Bug
>Reporter: Konrad Windszus
>Priority: Major
> Attachments: fluido-1.7.png, fluido-1.9.png
>
>
> Due to the change 
> https://github.com/apache/maven-fluido-skin/commit/f9cbe82ff307c61cefe0336da89eb0082086585a#diff-f1940cd019654c7f2cb1801363b96b62c6526752fa8640c8de042ea4f0f36778R226
>  introduced with MSKINS-153 there is a margin between the navigation and the 
> google site search bar and the powered by section. For example look at 
> https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html.
> This is caused by the markup change from
> {code}
> 
> ...menu, search bar and powered by
> 
> {code} to
> {code}
> 
> ...menu
> 
> 
> ...search bar and powered by
> 
> {code}
> combined with the CSS for class {{sidebar-nav}}: 
> https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L126



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2021-08-10 Thread Konrad Windszus (Jira)


 [ 
https://issues.apache.org/jira/browse/MSKINS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated MSKINS-172:
---
Attachment: fluido-1.9.png

> Non-deliberate margin between navigation and rest in side bar
> -
>
> Key: MSKINS-172
> URL: https://issues.apache.org/jira/browse/MSKINS-172
> Project: Maven Skins
>  Issue Type: Bug
>Reporter: Konrad Windszus
>Priority: Major
> Attachments: fluido-1.9.png
>
>
> Due to the change 
> https://github.com/apache/maven-fluido-skin/commit/f9cbe82ff307c61cefe0336da89eb0082086585a#diff-f1940cd019654c7f2cb1801363b96b62c6526752fa8640c8de042ea4f0f36778R226
>  introduced with MSKINS-153 there is a margin between the navigation and the 
> google site search bar and the powered by section. For example look at 
> https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html.
> This is caused by the markup change from
> {code}
> 
> ...menu, search bar and powered by
> 
> {code} to
> {code}
> 
> ...menu
> 
> 
> ...search bar and powered by
> 
> {code}
> combined with the CSS for class {{sidebar-nav}}: 
> https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L126



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (MSKINS-172) Non-deliberate margin between navigation and rest in side bar

2021-08-10 Thread Konrad Windszus (Jira)
Konrad Windszus created MSKINS-172:
--

 Summary: Non-deliberate margin between navigation and rest in side 
bar
 Key: MSKINS-172
 URL: https://issues.apache.org/jira/browse/MSKINS-172
 Project: Maven Skins
  Issue Type: Bug
Reporter: Konrad Windszus


Due to the change 
https://github.com/apache/maven-fluido-skin/commit/f9cbe82ff307c61cefe0336da89eb0082086585a#diff-f1940cd019654c7f2cb1801363b96b62c6526752fa8640c8de042ea4f0f36778R226
 introduced with MSKINS-153 there is a margin between the navigation and the 
google site search bar and the powered by section. For example look at 
https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html.

This is caused by the markup change from
{code}

...menu, search bar and powered by

{code} to
{code}

...menu


...search bar and powered by

{code}

combined with the CSS for class {{sidebar-nav}}: 
https://github.com/apache/maven-fluido-skin/blob/0cef65c2abd91af3297b2e7ec95790e7b4bfabb0/src/main/resources/css/maven-theme.css#L126




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (MNG-7211) [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.

2021-08-10 Thread Jira
Miroslav Zaťko created MNG-7211:
---

 Summary: [WARNING] The requested profile "ABCDEF" could not be 
activated because it does not exist.
 Key: MNG-7211
 URL: https://issues.apache.org/jira/browse/MNG-7211
 Project: Maven
  Issue Type: Bug
  Components: core, Profiles
Affects Versions: 3.8.1
Reporter: Miroslav Zaťko


WARNING comes at end of build log if profile is defined in settings.xml (it 
definitely does exist) and even more, I am deactivating it, not activating...
{code:bash}
mvn -P!ABCDEF clean test
{code}
in fact, profile is deactivated during build so everything goes as expected, 
except misleading message



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (MNG-6239) Jansi messes up System.err and System.out

2021-08-10 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396717#comment-17396717
 ] 

Michael Osipov commented on MNG-6239:
-

Because we can.

> Jansi messes up System.err and System.out
> -
>
> Key: MNG-6239
> URL: https://issues.apache.org/jira/browse/MNG-6239
> Project: Maven
>  Issue Type: Bug
>  Components: core
>Affects Versions: 3.5.0
> Environment: Java 1.8.0_131, Ubuntu 17.04
>Reporter: Simone Bordet
>Assignee: Martin Kanters
>Priority: Minor
> Fix For: 3.8.2, 4.0.0, 4.0.0-alpha-1
>
> Attachments: mvn-jansi.tgz
>
>
> I use the Maven Exec Plugin to run a class that asks for interactive input 
> from the user. This was working in 3.3.9, but does not work in 3.5.0.
> Anything printed on {{System.err}} or {{System.out}} without a newline is not 
> printed immediately on the terminal window.
> Example:
> {code:java}
> BufferedReader console = new BufferedReader(new InputStreamReader(System.in));
> System.err.printf("listen port: ");
> String value = console.readLine().trim();
> {code}
> The example above would not print {{listen port:}} on the terminal.
> Attached you can find a project that reproduces this issue.
> Unpack the project and then run:
> {noformat}
> $ mvn install && mvn exec:exec
> {noformat}
> The expected output of the reproducer would be:
> {noformat}
> err.println
> out.println
> err.printerr.printfout.printout.printf
> {noformat}
> instead I get:
> {noformat}
> err.println
> out.println
> {noformat}
> Removing {{jansi-1.13.jar}} from {{$MAVEN/lib/}} fixes the issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (MNG-6239) Jansi messes up System.err and System.out

2021-08-10 Thread Simone Bordet (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396701#comment-17396701
 ] 

Simone Bordet commented on MNG-6239:


FTR, Maven 3.8.1 ships Jansi 1.17.1 so the problem is still present.

Manually updating to Jansi 2.3.4 solves the problem.

Why is Maven 3.8.1 still shipping such an old version of Jansi?  

> Jansi messes up System.err and System.out
> -
>
> Key: MNG-6239
> URL: https://issues.apache.org/jira/browse/MNG-6239
> Project: Maven
>  Issue Type: Bug
>  Components: core
>Affects Versions: 3.5.0
> Environment: Java 1.8.0_131, Ubuntu 17.04
>Reporter: Simone Bordet
>Assignee: Martin Kanters
>Priority: Minor
> Fix For: 3.8.2, 4.0.0, 4.0.0-alpha-1
>
> Attachments: mvn-jansi.tgz
>
>
> I use the Maven Exec Plugin to run a class that asks for interactive input 
> from the user. This was working in 3.3.9, but does not work in 3.5.0.
> Anything printed on {{System.err}} or {{System.out}} without a newline is not 
> printed immediately on the terminal window.
> Example:
> {code:java}
> BufferedReader console = new BufferedReader(new InputStreamReader(System.in));
> System.err.printf("listen port: ");
> String value = console.readLine().trim();
> {code}
> The example above would not print {{listen port:}} on the terminal.
> Attached you can find a project that reproduces this issue.
> Unpack the project and then run:
> {noformat}
> $ mvn install && mvn exec:exec
> {noformat}
> The expected output of the reproducer would be:
> {noformat}
> err.println
> out.println
> err.printerr.printfout.printout.printf
> {noformat}
> instead I get:
> {noformat}
> err.println
> out.println
> {noformat}
> Removing {{jansi-1.13.jar}} from {{$MAVEN/lib/}} fixes the issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [maven-project-info-reports-plugin] michael-o commented on pull request #28: [MPIR-404] accept invalid mailing list links

2021-08-10 Thread GitBox


michael-o commented on pull request #28:
URL: 
https://github.com/apache/maven-project-info-reports-plugin/pull/28#issuecomment-896002371


   Thanks, will take a look at it this week.


-- 
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...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org