You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stian Soiland-Reyes <st...@apache.org> on 2016/04/18 14:28:49 UTC

[ALL] Use apache- prefix in dist?

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 <gi...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [ALL] Use apache- prefix in dist?

Posted by Gary Gregory <ga...@gmail.com>.
+1.

I like adding 'apache-' as a prefix.

Other Apache projects do this: Ant, Cassandra, CXF, Ivy, JMeter, Log4j,
Maven, Mina, Nutch, Solr, Sshd, Tomcat, and I am sure others as well.

Gary

On Mon, Apr 18, 2016 at 5:28 AM, Stian Soiland-Reyes <st...@apache.org>
wrote:

> 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 <gi...@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [ALL] Use apache- prefix in dist?

Posted by Emmanuel Bourg <eb...@apache.org>.
-1

Too long, not needed. I prefer a naming consistent with the previous
releases.

Emmanuel Bourg


Le 18/04/2016 14:28, Stian Soiland-Reyes a écrit :
> 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


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