This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a change to branch MSCRIPTING-7
in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git
discard 9ec5e1b [MSCRIPTING-7] move binding doc to the right doc file
discard b6b61e0 [MSCRIPTING-7] binding the session and servers helper in
binding context
add 80e28d6 Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#27)
add 0d30fcd Bump apache/maven-gh-actions-shared from 3 to 4 (#28)
add c8ff5c5 Delete .travis.yml
add 533f2e4 [MSCRIPTING-17] Upgrade
org.apache.maven.plugins:maven-plugins to 43
add b3c0635 use new Reproducible Central badge endpoint
add 6bf2d4e [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
add 95eacbc Enable Github Issues
add 5e9794d Remove Jira Link (#54)
add 792462c Add Apache 2.0 LICENSE file
add 1532c9f Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0
add c83675e feat: enable prevent branch protection rules (#57)
add 020ec88 Upgrade parent pom to 45
add 054c7d2 Upgrade Maven to 3.9.11. Prerequisites still 3.6.3
add a43abd3 Sync dependabot
add 3b64f73 Cleanup tests (#60)
add fd3bec0 Bump Maven dependencies to 3.9.12 (#61)
add f2126e3 Migrate site descriptor to Doxia 2
add b286d4a [maven-release-plugin] prepare release
maven-scripting-plugin-3.1.0
add 3eb9fa0 [maven-release-plugin] prepare for next development iteration
add 3596310 Fix Javadoc issues per Oracle conventions (#64)
add 453fe8b Rewrite description of Maven Scripting Plugin (#63)
add 430872f rebase on master
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 (9ec5e1b)
\
N -- N -- N refs/heads/MSCRIPTING-7 (430872f)
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:
.asf.yaml | 7 +-
.github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} | 46 +++--
.../{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} | 29 +--
.../{dependabot.yml => ISSUE_TEMPLATE/config.yml} | 20 +-
.github/dependabot.yml | 6 +-
.github/pull_request_template.md | 32 ++--
.github/release-drafter.yml | 1 -
.github/workflows/maven-verify.yml | 2 +-
.../{maven-verify.yml => pr-automation.yml} | 14 +-
.github/workflows/release-drafter.yml | 4 +-
.travis.yml => .github/workflows/stale.yml | 23 +--
LICENSE | 202 +++++++++++++++++++++
README.md | 26 +--
pom.xml | 62 ++-----
.../plugins/scripting/AbstractScriptEvaluator.java | 10 +-
.../apache/maven/plugins/scripting/EvalMojo.java | 21 ++-
.../plugins/scripting/FileScriptEvaluator.java | 15 +-
.../plugins/scripting/ResourceScriptEvaluator.java | 14 +-
.../plugins/scripting/StringScriptEvaluator.java | 15 +-
.../UnsupportedScriptEngineException.java | 3 +-
.../maven/plugins/scripting/binding/Servers.java | 29 +--
.../markdown/configure-the-script-engine.md.vm | 3 +-
src/site/markdown/index.md.vm | 12 +-
src/site/markdown/script-context.md | 3 +-
src/site/site.xml | 13 +-
.../plugins/scripting/binding/ServersTest.java | 176 +++++++++---------
.../plugins/scripting/engine/JavaEngineTest.java | 5 +-
27 files changed, 462 insertions(+), 331 deletions(-)
copy .github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} (54%)
copy .github/{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} (60%)
copy .github/{dependabot.yml => ISSUE_TEMPLATE/config.yml} (68%)
copy .github/workflows/{maven-verify.yml => pr-automation.yml} (80%)
rename .travis.yml => .github/workflows/stale.yml (76%)
create mode 100644 LICENSE