Re: Mojo Descriptor ... outdated documentation?

2021-10-04 Thread Slawomir Jaranowski
I created issues for those: MPLUGIN-374, MPLUGIN-375

I see that you are in preparing some changes to maven-plugin-tools this
change can be done by the way,

please comment issue - I can fix it

Last time I searched for this information and I have some dubiou about how
it works, so actual tools and documentation can help other plugin
developers.

śr., 22 wrz 2021 o 21:33 Tamás Cservenák  napisał(a):

> Howdy,
>
> requiresReports  is unsupported since Maven 3, unsure if I would add it
> doco at all (rather would remove it).
>
> Thanks
> T
>
> On Wed, Sep 22, 2021 at 9:15 PM Slawomir Jaranowski <
> s.jaranow...@gmail.com>
> wrote:
>
> > Hi,
> >
> > We have documentation about the Mojo descriptor and plugin api... [1]
> >
> > Its look like params:
> >
> >  - executionStrategy
> >  - requiresDirectInvocation
> >  - inheritByDefault  (PluginDescriptorBuilder - use only
> > inheritedByDefault)
> >  - requiresReports
> >
> > are not used currently, I was looking in 3.8.x and master branch.
> >
> > I'm looking for method to disable direct plugin execution so I've started
> > to read documentation 
> >
> > [1]
> >
> >
> https://maven.apache.org/developers/mojo-api-specification.html#the-descriptor-and-annotations
> >
> >
> > --
> > Sławomir Jaranowski
> >
> > https://twitter.com/SlawekJaran
> > https://github.com/slawekjaranowski
> > https://linkedin.com/in/slawomirjaranowski
> >
>


-- 
Sławomir Jaranowski


Re: [VOTE] Release Apache Maven Shared Resources version 4

2021-10-04 Thread Sylwester Lachiewicz
Thank you for asking - without that change, we would be locked to
Checkstyle below 8.42 for all our Maven-related java projects.
https://checkstyle.sourceforge.io/releasenotes.html#Release_8.42

Sylwester

pon., 4 paź 2021 o 08:47 Enrico Olivelli  napisał(a):
>
> Can you give more context about why we should cut this release with only
> one issue?
> Probably I missed some discussion
>
> BTW +1 (non binding)
>
>
> Enrico
>
> Il Sab 2 Ott 2021, 17:15 Sylwester Lachiewicz  ha
> scritto:
>
> > Hi,
> >
> > We solved 1 issue:
> >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12349555=Text=12317922
> >
> > Dependency upgrade
> >  [MSHARED-990] - Swap scope and exclude scope to access modifier in
> > the check JavadocMethodCheck.
> >
> > There are no issues left in JIRA:
> >
> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-shared-resources
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1668/
> >
> > https://repository.apache.org/content/repositories/maven-1668/org/apache/maven/shared/maven-shared-resources/4/maven-shared-resources-4-source-release.zip
> >
> > Source release checksum(s):
> > maven-shared-resources-4-source-release.zip sha512:
> >
> > 5792cecf4a644dfb050d03f32ad4b5718422cd51b10ccb4056c0b0fe9618c8fec615115dc932d75a5470888c16c02cb7987f61b18611f6119fc2d2d3cb679bf7
> >
> > Staging site:
> > https://maven.apache.org/shared-archives/maven-shared-resources-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for at least 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



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

2021-10-04 Thread GitBox


asfgit closed pull request #264:
URL: https://github.com/apache/maven-site/pull/264


   


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

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



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[ANN] Apache Maven 3.8.3 released

2021-10-04 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache 
Maven 3.8.3


Apache Maven is a software project management and comprehension tool. 
Based on the concept
of a project object model (POM), Maven can manage a project's build, 
reporting and documentation

from a central piece of information.

Maven 3.8.3 is available via https://maven.apache.org/download.cgi

The core release is independent of plugin releases. Further releases of 
plugins will be made

separately.

If you have any questions, please consult:

- the web site: https://maven.apache.org/
- the maven-user mailing list: https://maven.apache.org/mailing-lists.html
- the reference documentation: https://maven.apache.org/ref/3.8.3/


Release Notes - Maven - Version 3.8.3

** Bug
* [MNG-7045] - Drop CDI API from Maven
* [MNG-7214] - Bad transitive dependency parent from CDI API
* [MNG-7215] - [Regression] Maven Site Plugin cannot resolve parent 
site descriptor without locale

* [MNG-7216] - Revert MNG-7170
* [MNG-7218] - [Regression] o.a.m.model.Build.getSourceDirectory() 
incorrectly returns absolute dir on 3.8.2
* [MNG-7219] - [Regression] plexus-cipher missing from transitive 
dependencies

* [MNG-7220] - [REGRESSION] test-classpath incorrectly resolved
* [MNG-7251] - Fix threadLocalArtifactsHolder leaking into cloned 
project

* [MNG-7253] - Relocation message is never shown

** New Feature
* [MNG-7164] - Add constructor MojoExecutionException(Throwable)

** Improvement
* [MNG-7235] - Speed improvements when calculating the sorted 
project graph
* [MNG-7236] - The DefaultPluginVersionResolver should cache 
results for the session


** Task
* [MNG-7252] - Fix warnings issued by dependency:analyze
* [MNG-7254] - Expand Windows native libraries for Jansi due to 
JDK-8195129 (workaround)


** Dependency upgrade
* [MNG-6818] - Upgrade Plexus Utils to 3.3.0
* [MNG-6841] - Upgrade Plexus Interpolation to 1.26
* [MNG-7246] - Upgrade Plexus Cipher and Sec Dispatcher to 2.0
* [MNG-7250] - Upgrade Sisu Inject/Plexus to 0.3.5


For more information read 
https://maven.apache.org/docs/3.8.3/release-notes.html


Enjoy!

- The Maven Team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.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 Shared Resources version 4

2021-10-04 Thread Enrico Olivelli
Can you give more context about why we should cut this release with only
one issue?
Probably I missed some discussion

BTW +1 (non binding)


Enrico

Il Sab 2 Ott 2021, 17:15 Sylwester Lachiewicz  ha
scritto:

> Hi,
>
> We solved 1 issue:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12349555=Text=12317922
>
> Dependency upgrade
>  [MSHARED-990] - Swap scope and exclude scope to access modifier in
> the check JavadocMethodCheck.
>
> There are no issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-shared-resources
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1668/
>
> https://repository.apache.org/content/repositories/maven-1668/org/apache/maven/shared/maven-shared-resources/4/maven-shared-resources-4-source-release.zip
>
> Source release checksum(s):
> maven-shared-resources-4-source-release.zip sha512:
>
> 5792cecf4a644dfb050d03f32ad4b5718422cd51b10ccb4056c0b0fe9618c8fec615115dc932d75a5470888c16c02cb7987f61b18611f6119fc2d2d3cb679bf7
>
> Staging site:
> https://maven.apache.org/shared-archives/maven-shared-resources-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>