Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.0-alpha-4
-
Fix Version/s: 2.0-alpha-5
-
Component/s: Creator
-
Labels:None
-
Number of attachments :
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}".
Appled since revision 764216