Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-06 Thread via GitHub
asfgit closed pull request #19: [MSHARED-1326] Improve (documentation on) MavenReport interface URL: https://github.com/apache/maven-reporting-api/pull/19 -- 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

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-05 Thread via GitHub
michael-o commented on PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#issuecomment-1793761975 @kriegaex, any further objections before I merge this one? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-04 Thread via GitHub
elharo commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1382472623 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,10 +53,25 @@ public interface MavenReport { void generate(Sink sink, Locale locale)

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-04 Thread via GitHub
michael-o commented on PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#issuecomment-1793560561 > good clarification Is the method name change acceptable for you and reasonable? -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-04 Thread via GitHub
michael-o commented on PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#issuecomment-1793479323 Now added `#getOutputPath()` and deprecate `#getOutputName()`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
kriegaex commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1380963374 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,7 +53,9 @@ public interface MavenReport { void generate(Sink sink, Locale locale)

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
michael-o commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1380649425 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,9 +53,10 @@ public interface MavenReport { void generate(Sink sink, Locale local

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
michael-o commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1380636744 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,9 +53,10 @@ public interface MavenReport { void generate(Sink sink, Locale local

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
elharo commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1380634183 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,9 +53,10 @@ public interface MavenReport { void generate(Sink sink, Locale locale)

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
michael-o commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1380623760 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,9 +53,10 @@ public interface MavenReport { void generate(Sink sink, Locale local

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
michael-o commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1380623760 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,9 +53,10 @@ public interface MavenReport { void generate(Sink sink, Locale local

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
elharo commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1380616343 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,9 +53,10 @@ public interface MavenReport { void generate(Sink sink, Locale locale)

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
michael-o commented on PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#issuecomment-1791230206 @elharo I tried to apply all of your comments. Maybe the method has to renamed to: ```java String getOutputPath() ``` since `Name` is misleading...? -- This is an

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
elharo commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1380023006 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,7 +53,9 @@ public interface MavenReport { void generate(Sink sink, Locale locale) t

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
elharo commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1380023006 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,7 +53,9 @@ public interface MavenReport { void generate(Sink sink, Locale locale) t

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
michael-o commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1379691836 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,7 +53,9 @@ public interface MavenReport { void generate(Sink sink, Locale locale

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-02 Thread via GitHub
michael-o commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1379691836 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,7 +53,9 @@ public interface MavenReport { void generate(Sink sink, Locale locale

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-01 Thread via GitHub
kriegaex commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1379470012 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -84,14 +86,17 @@ public interface MavenReport { String getDescription(Locale locale);

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-01 Thread via GitHub
elharo commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1379489332 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,7 +53,9 @@ public interface MavenReport { void generate(Sink sink, Locale locale) t

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-01 Thread via GitHub
kriegaex commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1379471594 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,7 +53,9 @@ public interface MavenReport { void generate(Sink sink, Locale locale)

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-01 Thread via GitHub
kriegaex commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1379470012 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -84,14 +86,17 @@ public interface MavenReport { String getDescription(Locale locale);

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-01 Thread via GitHub
kriegaex commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1379470012 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -84,14 +86,17 @@ public interface MavenReport { String getDescription(Locale locale);

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-01 Thread via GitHub
kriegaex commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1379467965 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -53,7 +53,9 @@ public interface MavenReport { void generate(Sink sink, Locale locale)

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-01 Thread via GitHub
elharo commented on code in PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#discussion_r1378734859 ## src/main/java/org/apache/maven/reporting/MavenReport.java: ## @@ -84,14 +86,17 @@ public interface MavenReport { String getDescription(Locale locale);

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-11-01 Thread via GitHub
michael-o commented on PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#issuecomment-1788619992 @elharo As you are a native English speaker and we don't, would you mind to add your opinion on this? -- This is an automated message from the Apache Git Service. To respond

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-10-30 Thread via GitHub
kriegaex commented on PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#issuecomment-1786288822 > I believe that the last one is logically wrong. I do not think so, because it dependes on the context and the assumptions under which users read the documentation. My co

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-10-29 Thread via GitHub
michael-o commented on PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#issuecomment-1784082469 @kriegaex I'd first to normalize the following: shared report output directory vs. base report output directory vs. report base out

Re: [PR] [MSHARED-1326] Improve (documentation on) MavenReport interface [maven-reporting-api]

2023-10-22 Thread via GitHub
michael-o commented on PR #19: URL: https://github.com/apache/maven-reporting-api/pull/19#issuecomment-1774184321 @kriegalex -- 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.