maven-archetype icon indicating copy to clipboard operation
maven-archetype copied to clipboard

Apache Maven Archetype (Plugin)

Results 40 maven-archetype issues
Sort by recently updated
recently updated
newest added

Bumps [extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.3 to 1.6.1. Release notes Sourced from extra-enforcer-rules's releases. 1.6.1 🐛 Bug Fixes Use all remote repositories for artifacts resolving (#226) @​slawekjaranowski 📦 Dependency updates Bump maven-common-artifact-filters...

dependencies

Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 1.4.2 to 3.0.16. Commits cf317f9 [maven-release-plugin] prepare release plexus-utils-3.0.16 26e3ae8 Remove incorrect tag element 99639d6 Little test to mimic ${project.artifactMap(g:a:c)} usage 5d46979 Needs to build with 1.7...

dependencies

https://issues.apache.org/jira/browse/ARCHETYPE-632 This PR is just for logging so no unit test.

Add "outputDirectory" property so I can change where this puts the generated archetype code from command line.

Bumps [aether-api](https://github.com/sonatype/sonatype-aether) from 1.7 to 1.13.1. Commits 50983e1 [maven-release-plugin] prepare release aether-1.13.1 2edd0b8 [maven-release-plugin] prepare for next development iteration 2277471 [maven-release-plugin] prepare release aether-1.13.1 bce194c o Declared content length for...

dependencies

Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.2 to 4.4.0. Release notes Sourced from plexus-archiver's releases. 4.4.0 🚀 New features and improvements Drop legacy plexus API and use only JSR330 components (#220) @​cstamas 4.3.0...

dependencies

Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.2.1 to 3.3.0. Release notes Sourced from maven-invoker-plugin's releases. 3.3.0 :boom: Breaking changes [MINVOKER-304] - Use only common groovy modules - xml, json (#124) @​slawekjaranowski [MINVOKER-281] -...

dependencies

Bumps [plexus-velocity](https://github.com/codehaus-plexus/plexus-velocity) from 1.2 to 2.0. Release notes Sourced from plexus-velocity's releases. plexus-velocity-1.3 Upgrade to Velocity Engine 2.0 (#11) @​slachiewicz Bump commons-collections from 3.1 to 3.2.2 (#8) @​dependabot Commits 4926ff2...

dependencies

Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.4 to 2.9.0. Release notes Sourced from xmlunit-matchers's releases. XMLUnit for Java 2.9.0 The major change of XMLUnit for Java 2.9.0 is the addition of a new...

dependencies

For now when you create an project always generate a directory with the name of the artifact but in some case this is not required. You can see https://stackoverflow.com/questions/24399613/using-maven-archetype-generate-in-the-same-directory Work-in-Progress....