+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 <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
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@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

Reply via email to