provisio icon indicating copy to clipboard operation
provisio copied to clipboard

A Maven-based provisioning mechanism and replacement for the maven-assembly-plugin

Results 20 provisio issues
Sort by recently updated
recently updated
newest added

Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.11 to 0.9.12. Commits 5187e6b [maven-release-plugin] prepare release mustache.java-0.9.12 a58f7a2 Make ClasspathResolver thread-safe 2342f36 dont use a template function for this 9896a26 Update tests for jUnit 4.x...

dependencies
java

Bumps `aetherVersion` from 1.9.19 to 1.9.20. Updates `org.apache.maven.resolver:maven-resolver-supplier` from 1.9.19 to 1.9.20 Updates `org.apache.maven.resolver:maven-resolver-transport-file` from 1.9.19 to 1.9.20 Release notes Sourced from org.apache.maven.resolver:maven-resolver-transport-file's releases. 1.9.20 Release Notes - Maven Resolver...

dependencies
java

Introduced in a pull request that I missed, which is making it hard to release.

`generateDependencies` goal is creating a list of dependencies based on the content of the manifest file, but it is not using the exclusions specified for the artifacts. This can cause...

my file is : ``` ``` i want there is no javax.servlet-spi in libs, but it is still there

Hi, I have the following problem: Project A creates a ZIP archive with a Graal Native Image included Now, the idea is that project B takes that archive and unpacks...

If someone makes a typo and uses "exclude" instead of "excludes" the operation should fail with an error message.