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?
Thanks. That works.But is there any way how to set it globally? Not just a signle project?
Chupacabras
2010-06-09 09:47:35
you can always configure the root project of a multi-module build like this, that should inherit properly
seanizer
2010-06-09 09:52:02
@Chupacabras: Configure the plugin in a company pom if you want a company wide setting.
Pascal Thivent
2010-06-09 10:03:08
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
2010-06-09 10:18:13
Perhaps you should create another question for that :-)
Bozhidar Batsov
2010-06-09 11:02:12
You are right ;)My original question was answered.
Chupacabras
2010-06-09 11:13:39