[
https://issues.apache.org/jira/browse/JCRVLT-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16160535#comment-16160535
]
Tobias Bocanegra edited comment on JCRVLT-202 at 9/11/17 1:23 AM:
------------------------------------------------------------------
> My preference is to keep things in a single place, thus SVN for now.
ok.
> I would prefer a more explicit name like filevault-archive-maven-plugin
> instead of the very generic package-maven-plugin.
well, the group id cannot be omitted for non standard (maven-*) plugins. so you
anyways have to type it. for example:
{code}
$ org.apache.jackrabbit.filevault:package-maven-plugin:help
{code}
IMO, duplicating the name _filevault_ here makes no sense.
was (Author: tripod):
> My preference is to keep things in a single place, thus SVN for now.
ok.
> I would prefer a more explicit name like filevault-archive-maven-plugin
> instead of the very generic package-maven-plugin.
well, the group id cannot be omitted for non standard (maven-*) plugins. so you
anyways have to type it. for example"
{code}
$ org.apache.jackrabbit.filevault:package-maven-plugin:help
{code}
IMO, duplicating the name _filevault_ here makes no sense.
> Import Adobe's content package maven plugin
> -------------------------------------------
>
> Key: JCRVLT-202
> URL: https://issues.apache.org/jira/browse/JCRVLT-202
> Project: Jackrabbit FileVault
> Issue Type: Task
> Components: package maven plugin
> Reporter: Tobias Bocanegra
> Assignee: Tobias Bocanegra
>
> The content-package maven plugin is a maven plugin that simplifies the
> creation of content package maven artifacts. The content packages can later
> be used to install content into a JCR repository using the Apache Jackrabbit
> FileVault packaging runtime.
> Filevault was contributed 4 years ago, but we never had a tool to create the
> packaged during runtime. Adobe's plugin is publicly available, but only in
> binary form. With this contribution, we want to bring the source and
> development closer to the filevault core and to leverage the community better
> in driving this plugin further.
> *details*
> java package space:
> {code}
> org.apache.jackrabbit.filevault.maven.packaging
> {code}
> plugin name:
> {code}
> <groupId>org.apache.jackrabbit.filevault</groupId>
> <artifactId>package-maven-plugin</artifactId>
> {code}
> scm location:
> - a) SVN:
> https://svn.apache.org/repos/asf/jackrabbit/commons/package-maven-plugin
> - b) GIT:
> https://git-wip-us.apache.org/repos/asf?p=jackrabbit-filevault-package-plugin.git;a=tree
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)