You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2012/08/01 21:38:48 UTC

[Commons Wiki] Update of "UsingNexus" by OliverHeger

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The "UsingNexus" page has been changed by OliverHeger:
http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=29&rev2=30

Comment:
Added a note how to change the Built-by manifest header.

  
  {{{mvn clean gpg:sign deploy -Ptest-deploy}}}
  
+ Note: Per default, the {{{Built-by}}} header in the manifest of the generated jars is filled from your operating system's login ID. If your Apache ID differs from this ID, you can override the Maven default by specifying the {{{user.name}}} property at the command line, e.g.
+ 
+ {{{mvn clean deploy -Prelease }}}{{{-Ptest-deploy}}}{{{ -Duser.name=<apacheID>}}}
+ 
  === Creating a Nexus staging release ===
  '''Make sure you are using Commons Parent V16 or later.'''
  

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