Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.0-alpha-4
-
None
Description
When using mvn archetype:create-from-project, the archetype is generated in target/generated-sources/archetype irrespective of what the project's specified build directory is.
Fix should be trivial: instead of using "${basedir}/target" as the expression for outputDirectory in org.apache.maven.archetype.mojos.CreateArchetypeFromProjectMojo (line 142 on the current version in svn), use "${project.build.directory}".