[
https://issues.apache.org/jira/browse/KARAF-4056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arnaud Vandyck updated KARAF-4056:
----------------------------------
Attachment: 0001-KARAF-4056-Developers-guide-extending-use-mvn-archet.patch
> Developer-guide/extending: replace mvn archetype:create by generate
> -------------------------------------------------------------------
>
> Key: KARAF-4056
> URL: https://issues.apache.org/jira/browse/KARAF-4056
> Project: Karaf
> Issue Type: Bug
> Components: karaf-documentation
> Affects Versions: 4.0.1
> Reporter: Arnaud Vandyck
> Priority: Trivial
> Labels: documentation
> Attachments:
> 0001-KARAF-4056-Developers-guide-extending-use-mvn-archet.patch
>
> Original Estimate: 0.5h
> Remaining Estimate: 0.5h
>
> The command mvn archetype:create has been deprecated in favour of mvn
> archetype:generate.
> See http://maven.apache.org/archetype/maven-archetype-plugin/create-mojo.html
> I put a patch between "quote" tags
> {quote}
> diff --git a/manual/src/main/webapp/developers-guide/extending.conf
> b/manual/src/main/webapp/developers-guide/extending.conf
> index eb04003..21d67ec 100644
> --- a/manual/src/main/webapp/developers-guide/extending.conf
> +++ b/manual/src/main/webapp/developers-guide/extending.conf
> @@ -24,7 +24,7 @@ The Maven Quickstart archetype can create an empty Maven
> project where you can p
> You can directly use:
>
> {code}
> -mvn archetype:create \
> +mvn archetype:generate \
> -DarchetypeArtifactId=maven-archetype-quickstart \
> -DgroupId=org.apache.karaf.shell.samples \
> -DartifactId=shell-sample-commands \
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)