Hi,
m-assembly-p 3.4.1 release
There is an open PR [1] - what do you think?
I would wait for the release belows plugins after parent poms.
Unless anybody will convince me that it should be included in next parent
poms.
Nevertheless I want to release a parnt poms at next weekend.
m-jar-p - las
The Apache Maven team is pleased to announce the release of the Apache
Maven Assembly Plugin, version 3.4.1
https://maven.apache.org/plugins/maven-assembly-plugin/
You should specify the version in your project's plugin configuration:
org.apache.maven.plugins
maven-assembly-plugin
3.4.1
Hi,
The vote has passed with the following result:
+1 : Hervé BOUTEMY, Tamás Cservenák, Sylwester Lachiewicz, Karl Heinz
Marbaise
PMC quorum: reached
I will promote the source release zip file to Apache distribution area and
the artifacts to the central repo.
--
Sławomir Jaranowski
Regarding toolchains, pleas vote / ask for merging this PR:
https://github.com/actions/setup-java/pull/282
that's much more convenient to setup...
Am 07.07.22 um 16:18 schrieb Sylwester Lachiewicz:
So for toolchains we can use something like this
- uses: actions/setup-java@v1
with:
So for toolchains we can use something like this
- uses: actions/setup-java@v1
with:
java-version: 8
- run: echo "JAVA_8=$JAVA_HOME" >> $GITHUB_ENV
- uses: actions/setup-java@v1
with:
java-version: 11
- run: echo "JAVA_11=$JAVA_HOME" >> $GITHUB_ENV
- uses: actions/set
Another advantage I see from GH Actions: it provides instant feedback to
those who do not contribute regularly and know their way around in ASF
infra. Especially for first-time contributors, it's good to see fast
feedback on their contribution.
For me, it feels like I'm wasting my time to late