Re: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-04 Thread Bram Patelski
You can use the finalName property in the build-section of the Maven pom-file: test . . . https://stackoverflow.com/questions/14488509/maven-how-to-rename-the-war-file-for-the-project PGP key: https://keys.mailvelope.com/pks/lookup?op=get=0xF31094A567CE732E On Wed, Jun 3, 2020 at 9:44

Re: Build hangs on maven site generation

2011-10-04 Thread Bram Patelski
Any tips? SVN is in my PATH and it hangs on the default change log reports task that is run when using mvn site-deploy On Fri, Sep 30, 2011 at 17:30, Bram Patelski bram.patel...@gmail.comwrote: Yes, when I run them by hand (in the jenkins checked-out workspace) it runs fine and most other

Re: Build hangs on maven site generation

2011-09-30 Thread Bram Patelski
Hi, I've replied several times to an old thread, but never got my mail accepted by the list. It concerns this thread: http://jenkins.361315.n4.nabble.com/Build-hangs-on-maven-site-generation-td366706.html My post: Hi, I have these same problems, but not on all projects/builds. As with the

Maven site gives plugin X does not exist or no valid version could be found

2011-09-30 Thread Bram Patelski
Hi, I am using Jenkins on a buildserver that runs all builds every night at about 0:00. I also have builds on those projects that run the site-plugin. But each night, a lot of those builds fail on some random plugin, logging the following error: [ERROR] BUILD ERROR [INFO]

Re: Build hangs on maven site generation

2011-09-30 Thread Bram Patelski
of them just seem to hang. Btw: most project profiles in Jenkins, including the ones that hang were created using copy existing project. Thanks On Fri, Sep 30, 2011 at 16:54, Olivier Lamy ol...@apache.org wrote: is svn on the PATH ? I presume you are running change log report ? 2011/9/30 Bram

Re: Resources not included in build jar

2011-09-30 Thread Bram Patelski
Hi, Are these empty folders? If not: They should be included in the jar automatically. You could also have a look at this page: http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html Regards, Bram On Fri, Sep 30, 2011 at 16:21, motes motes mort.mo...@gmail.com

Re: Insert a timestamp into an archetype?

2011-09-30 Thread Bram Patelski
You could use filtering? On Fri, Sep 30, 2011 at 22:01, Dennis Lundberg denn...@apache.org wrote: Hi I'm creating an archetype, with a bunch of files. In the .java files I want to insert a timestamp. When I use the archetype to generate a new project, the .java files should show when they

Re: Insert a timestamp into an archetype?

2011-09-30 Thread Bram Patelski
. The problem I am having is actually getting hold of the appropriate value of a timestamp. It should reflect the point in time when my archetype is used to generate a new project. On 2011-09-30 22:03, Bram Patelski wrote: You could use filtering? On Fri, Sep 30, 2011 at 22:01, Dennis Lundberg