For the download distributions, we might want to include the "apache-"
file prefix for trademark
reasons - as advocated to all incubator projects.

e.g.

/commons/lang/3.4/apache-commons-lang3-3.4-src.tar.gz

unpacking to:


apache-commons-lang3-3.4/pom.xml
apache-commons-lang3-3.4/src
etc




On 18 April 2016 at 10:59, Gilles <gil...@harfang.homelinux.org> wrote:

> Can it be added automatically to the artefacts, i.e. without requiring
> that the "id" be changed?

It requires careful Maven hand-holding - most of the Commons
components is just a single pom.xml relying on the parent, while
others might have their own assembly or multiple modules.


In theory it should work with:

   <finalName>apache-${artifactId}-${version}</finalName>

in the Commons parent pom.

.. but that would need testing.


NOTE: We DON'T want to change the artifactId in Maven repositories
(this would be an easy workaround for multi-module POMs, e.g. parent
is <artifactId>apache-foo</artifactId> while submodules are
<artifactId>foo-bar</artifactId> etc.


-- 
Stian Soiland-Reyes
Apache Taverna (incubating), Apache Commons RDF (incubating)
http://orcid.org/0000-0001-9842-9718

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to