This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/master/org.codehaus.plexus-plexus-archiver-4.9.0
in repository
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
discard d3a2d02 Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0
add 0f81e39 Add mvnw and GH Action
add 08ea80d Merge pull request #113 from cstamas/wrapper-gha
add 779dba2 Updated CI workflow + fixed some tests + added junit report
step
add 040803a Merge pull request #115 from mbien/ci-updates
add 97b227e Update Maven and tidy up things
add 8a798ce Merge pull request #112 from cstamas/update-maven-tidy
add f72cb2d Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d3a2d02)
\
N -- N -- N
refs/heads/dependabot/maven/master/org.codehaus.plexus-plexus-archiver-4.9.0
(f72cb2d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 63 ++++++
.../wrapper/maven-wrapper.properties | 5 +-
mvnw | 239 +++++++++++++++++++++
mvnw.cmd | 145 +++++++++++++
.../nbm/repository/PopulateRepositoryMojo.java | 8 +-
.../nbm/repository/PopulateRepositoryMojoTest.java | 7 +-
nb-shared/pom.xml | 1 -
nbm-maven-harness/pom.xml | 1 -
nbm-maven-plugin/pom.xml | 119 ++++------
nbm-maven-plugin/src/it/full/pom.xml | 34 ++-
.../java/org/apache/netbeans/nbm/BrandingMojo.java | 5 -
.../apache/netbeans/nbm/BuildInstallersMojo.java | 19 +-
.../java/org/apache/netbeans/nbm/BuildMacMojo.java | 14 +-
.../org/apache/netbeans/nbm/RunNetBeansMojo.java | 24 +--
.../apache/netbeans/nbm/RunPlatformAppMojo.java | 4 +-
.../nbm/CreateNetBeansFileStructureTest.java | 21 +-
pom.xml | 5 +-
17 files changed, 574 insertions(+), 140 deletions(-)
create mode 100644 .github/workflows/ci.yml
copy
nbm-maven-plugin/src/it/full/branding/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
=> .mvn/wrapper/maven-wrapper.properties (77%)
create mode 100755 mvnw
create mode 100644 mvnw.cmd
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists