views:

13

answers:

1

packaged maven project contains META-INF/manifest.mf file and in field "Built-by" is login name of current user. Where or what to set name of author, so maven will use this instead of login name?

+1  A: 

Take a look here.

Bozhidar Batsov
Thanks. That works.But is there any way how to set it globally? Not just a signle project?
Chupacabras
you can always configure the root project of a multi-module build like this, that should inherit properly
seanizer
@Chupacabras: Configure the plugin in a company pom if you want a company wide setting.
Pascal Thivent
I'm just trying to move some projects from Netbeans, Eclipse and JDeveloper to Maven. I'm very newbie so there is no company POM so far.Is there any useful procedure or order of steps how to build maven infrastructure from scratch?
Chupacabras
Perhaps you should create another question for that :-)
Bozhidar Batsov
You are right ;)My original question was answered.
Chupacabras